Skip to content

Commit

Permalink
Version bump & changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 26, 2022
1 parent d3c6fae commit 462b9cc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 28 deletions.
57 changes: 30 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"name": "create-block-theme",
"version": "1.2.3",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [ "WordPress", "block" ],
"homepage": "https://wordpress.org/plugins/create-block-theme/",
"repository": "git+https://github.com/WordPress/create-block-theme.git",
"bugs": {
"url": "https://wordpress.org/support/plugin/create-block-theme/"
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^18.0.1",
"@actions/core": "^1.10.0",
"semver": "^7.3.8",
"simple-git": "^3.14.1"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"update-version": "node update-version-and-changelog.js"
}
"name": "create-block-theme",
"version": "1.3.0",
"private": true,
"description": "Create a block-based theme",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"block"
],
"homepage": "https://wordpress.org/plugins/create-block-theme/",
"repository": "git+https://github.com/WordPress/create-block-theme.git",
"bugs": {
"url": "https://wordpress.org/support/plugin/create-block-theme/"
},
"main": "build/index.js",
"devDependencies": {
"@wordpress/scripts": "^18.0.1",
"@actions/core": "^1.10.0",
"semver": "^7.3.8",
"simple-git": "^3.14.1"
},
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"start": "wp-scripts start",
"update-version": "node update-version-and-changelog.js"
}
}
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://automattic.com/
Tags: themes, theme, block-theme
Requires at least: 6.0
Tested up to: 6.0
Stable tag: 1.2.3
Stable tag: 1.3.0
Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -37,6 +37,19 @@ Still in the WordPress dashboard, navigate to "Appearance" -> "Create Block Them

== Changelog ==

= 1.3.0 =
* Updating google fonts data
* Force https to load Google fonts preview
* Add the ability to select/unselect all google font variants
* Merge branch 'trunk' into try/manage-fonts
* Update google fonts JSON data automatically using a repo action
* Merge branch 'trunk' into release-action
* Merge branch 'trunk' into try/manage-fonts
* Merge branch 'try/manage-fonts' into release-action
* Manage theme fonts
* Automate release: build, version bump, changelog, deploy to wp.org
* Automate release

= 1.2.3 =
* Add translation domain (#121)
* Check for nonce index (#120)
Expand Down

0 comments on commit 462b9cc

Please sign in to comment.