Skip to content

Commit 0ce33a4

Browse files
Version bump & changelog update (#545)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 094dce3 commit 0ce33a4

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

create-block-theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin Name: Create Block Theme
66
* Plugin URI: https://wordpress.org/plugins/create-block-theme
77
* Description: Generates a block theme
8-
* Version: 1.13.8
8+
* Version: 2.0.0
99
* Author: WordPress.org
1010
* Author URI: https://wordpress.org/
1111
* License: GNU General Public License v2 or later

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-block-theme",
3-
"version": "1.13.8",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "Create a block-based theme",
66
"author": "The WordPress Contributors",

readme.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wordpressdotorg, mikachan, onemaggie, pbking, scruffian, mmaattiia
33
Tags: themes, theme, block-theme
44
Requires at least: 6.5
55
Tested up to: 6.5
6-
Stable tag: 1.13.8
6+
Stable tag: 2.0.0
77
Requires PHP: 7.4
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -64,6 +64,30 @@ If you are having problems, please try the following:
6464

6565
== Changelog ==
6666

67+
= 2.0.0 =
68+
* Remove reviewer addition (#544)
69+
* Refactor GitHub release workflows (#542)
70+
* Fix changelog creation script (#541)
71+
* Add theme json inspector (#520)
72+
* Add deprecation notice in theme export admin screen (#540)
73+
* Replace font management with screen pointing to native font library (#539)
74+
* Added creation of theme validation to site editor interface (#532)
75+
* Add/child theme creation (#531)
76+
* Add blueprint.json file to enable plugin previews (#511)
77+
* Extracted any logic that may need to be tested from the api class (#522)
78+
* Use CORE for Font Management (#518)
79+
* Add integration tests (#393)
80+
* Remove CODE_OF_CONDUCT.md from .distignore. (#515)
81+
* Remove repo specific CoC. (#514)
82+
* GitHub Actions: Add JavaScript Unit Test (#508)
83+
* Add files and directories not needed for release to `.distignore` (#512)
84+
* Replace dash icon with SVG icon (#506)
85+
* Fix browser warning error when clicking the reset button (#505)
86+
* Add markdown and package.json lint command (#504)
87+
* Fix react warning error on font upload page (#502)
88+
* Fix dynamic property deprecation (#501)
89+
* Add text domain to translation target (#499)
90+
6791
= 1.13.8 =
6892

6993

0 commit comments

Comments
 (0)