This repository was archived by the owner on Oct 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] [ Keep a Changelog ] and this project adheres to [ Semantic Versioning] [ Semantic Versioning ] .
55
6- ## [ Unreleased ]
6+ ## [ 0.26.0 ] - 2021-09-22
77
88### Added
99- Added ESLint for JavaScript code linting and formatting
@@ -131,6 +131,7 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
131131<!-- Versions -->
132132[ Unreleased ] : https://github.com/stefanobartoletti/bricks/compare/master...devel
133133
134+ [ 0.26.0 ] : https://github.com/stefanobartoletti/bricks/compare/v0.25.0...v0.26.0
134135[ 0.25.0 ] : https://github.com/stefanobartoletti/bricks/compare/v0.24.0...v0.25.0
135136[ 0.24.0 ] : https://github.com/stefanobartoletti/bricks/compare/v0.23.0...v0.24.0
136137[ 0.23.0 ] : https://github.com/stefanobartoletti/bricks/compare/v0.22.1...v0.23.0
Original file line number Diff line number Diff line change 11{
22 "name" : " stefanobartoletti/bricks" ,
3- "version" : " 0.25 .0" ,
3+ "version" : " 0.26 .0" ,
44 "description" : " A modular WordPress starter theme powered by Bootstrap 5 and Gulp" ,
55 "authors" : [
66 {
Original file line number Diff line number Diff line change 11{
22 "name" : " bricks" ,
3- "version" : " 0.25 .0" ,
3+ "version" : " 0.26 .0" ,
44 "description" : " A modular WordPress starter theme powered by Bootstrap 5 and Gulp" ,
55 "author" : " Stefano Bartoletti (https://www.stefanobartoletti.it)" ,
66 "repository" : {
7676 "addVersionUrl" : true
7777 },
7878 "@release-it/bumper" : {
79- "out" : [" style.css" , " composer.json" ]
79+ "out" : [
80+ " style.css" ,
81+ " composer.json"
82+ ]
8083 }
8184 }
8285 }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Theme URI: https://bricks.stefanobartoletti.it
44Author: Stefano Bartoletti
55Author URI: https://www.stefanobartoletti.it
66Description: A modular WordPress starter theme powered by Bootstrap 5 and Gulp
7- Version: 0.25 .0
7+ Version: 0.26 .0
88License: GPL-3.0
99License URI: https://github.com/stefanobartoletti/bricks/blob/master/LICENSE.txt
1010Text Domain: bricks
You can’t perform that action at this time.
0 commit comments