Skip to content

Commit 462b9cc

Browse files
author
github-actions
committed
Version bump & changelog update
1 parent d3c6fae commit 462b9cc

2 files changed

Lines changed: 44 additions & 28 deletions

File tree

package.json

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,32 @@
11
{
2-
"name": "create-block-theme",
3-
"version": "1.2.3",
4-
"private": true,
5-
"description": "Create a block-based theme",
6-
"author": "The WordPress Contributors",
7-
"license": "GPL-2.0-or-later",
8-
"keywords": [ "WordPress", "block" ],
9-
"homepage": "https://wordpress.org/plugins/create-block-theme/",
10-
"repository": "git+https://github.com/WordPress/create-block-theme.git",
11-
"bugs": {
12-
"url": "https://wordpress.org/support/plugin/create-block-theme/"
13-
},
14-
"main": "build/index.js",
15-
"devDependencies": {
16-
"@wordpress/scripts": "^18.0.1",
17-
"@actions/core": "^1.10.0",
18-
"semver": "^7.3.8",
19-
"simple-git": "^3.14.1"
20-
},
21-
"scripts": {
22-
"build": "wp-scripts build",
23-
"format": "wp-scripts format",
24-
"lint:js": "wp-scripts lint-js",
25-
"packages-update": "wp-scripts packages-update",
26-
"start": "wp-scripts start",
27-
"update-version": "node update-version-and-changelog.js"
28-
}
2+
"name": "create-block-theme",
3+
"version": "1.3.0",
4+
"private": true,
5+
"description": "Create a block-based theme",
6+
"author": "The WordPress Contributors",
7+
"license": "GPL-2.0-or-later",
8+
"keywords": [
9+
"WordPress",
10+
"block"
11+
],
12+
"homepage": "https://wordpress.org/plugins/create-block-theme/",
13+
"repository": "git+https://github.com/WordPress/create-block-theme.git",
14+
"bugs": {
15+
"url": "https://wordpress.org/support/plugin/create-block-theme/"
16+
},
17+
"main": "build/index.js",
18+
"devDependencies": {
19+
"@wordpress/scripts": "^18.0.1",
20+
"@actions/core": "^1.10.0",
21+
"semver": "^7.3.8",
22+
"simple-git": "^3.14.1"
23+
},
24+
"scripts": {
25+
"build": "wp-scripts build",
26+
"format": "wp-scripts format",
27+
"lint:js": "wp-scripts lint-js",
28+
"packages-update": "wp-scripts packages-update",
29+
"start": "wp-scripts start",
30+
"update-version": "node update-version-and-changelog.js"
31+
}
2932
}

readme.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://automattic.com/
55
Tags: themes, theme, block-theme
66
Requires at least: 6.0
77
Tested up to: 6.0
8-
Stable tag: 1.2.3
8+
Stable tag: 1.3.0
99
Requires PHP: 7.0
1010
License: GPLv2 or later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -37,6 +37,19 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them
3737

3838
== Changelog ==
3939

40+
= 1.3.0 =
41+
* Updating google fonts data
42+
* Force https to load Google fonts preview
43+
* Add the ability to select/unselect all google font variants
44+
* Merge branch 'trunk' into try/manage-fonts
45+
* Update google fonts JSON data automatically using a repo action
46+
* Merge branch 'trunk' into release-action
47+
* Merge branch 'trunk' into try/manage-fonts
48+
* Merge branch 'try/manage-fonts' into release-action
49+
* Manage theme fonts
50+
* Automate release: build, version bump, changelog, deploy to wp.org
51+
* Automate release
52+
4053
= 1.2.3 =
4154
* Add translation domain (#121)
4255
* Check for nonce index (#120)

0 commit comments

Comments
 (0)