Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit ca9c780

Browse files
Release 0.30.6
1 parent 65ba0d7 commit ca9c780

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog][Keep a Changelog] and this project adheres to [Semantic Versioning][Semantic Versioning].
55

6-
## [Unreleased]
6+
## [0.30.6] - 2022-10-24
77
### Changed
88
- Updated German translation (contributed by [m1ga](https://github.com/m1ga))
99
- Updated Czech translation (contributed by [PapuleX](https://github.com/PapuleX))
@@ -241,6 +241,7 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
241241
<!-- Versions -->
242242
[Unreleased]: https://github.com/stefanobartoletti/bricks/compare/master...devel
243243

244+
[0.30.6]: https://github.com/stefanobartoletti/bricks/compare/v0.30.5...v0.30.6
244245
[0.30.5]: https://github.com/stefanobartoletti/bricks/compare/v0.30.4...v0.30.5
245246
[0.30.4]: https://github.com/stefanobartoletti/bricks/compare/v0.30.3...v0.30.4
246247
[0.30.3]: https://github.com/stefanobartoletti/bricks/compare/v0.30.2...v0.30.3
@@ -268,4 +269,4 @@ The format is based on [Keep a Changelog][Keep a Changelog] and this project adh
268269
[0.20.1]: https://github.com/stefanobartoletti/bricks/compare/v0.20.0...v0.20.1
269270
[0.20.0]: https://github.com/stefanobartoletti/bricks/releases/v0.20.0
270271

271-
[unreleased]: https://github.com/stefanobartoletti/bricks/compare/v0.30.5...HEAD
272+
[unreleased]: https://github.com/stefanobartoletti/bricks/compare/v0.30.6...HEAD

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stefanobartoletti/bricks",
3-
"version": "0.30.5",
3+
"version": "0.30.6",
44
"description": "A modular WordPress starter theme powered by Bootstrap 5 and Gulp",
55
"authors": [
66
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bricks",
3-
"version": "0.30.5",
3+
"version": "0.30.6",
44
"description": "A modular WordPress starter theme powered by Bootstrap 5 and Gulp",
55
"author": "Stefano Bartoletti (https://www.stefanobartoletti.it)",
66
"repository": {

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: https://bricks.stefanobartoletti.it
44
Author: Stefano Bartoletti
55
Author URI: https://www.stefanobartoletti.it
66
Description: A modular WordPress starter theme powered by Bootstrap 5 and Gulp
7-
Version: 0.30.5
7+
Version: 0.30.6
88
License: GPL-3.0
99
License URI: https://github.com/stefanobartoletti/bricks/blob/master/LICENSE.txt
1010
Text Domain: bricks

0 commit comments

Comments
 (0)