diff --git a/package.json b/package.json index b7074795..19566b96 100644 --- a/package.json +++ b/package.json @@ -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" + } } \ No newline at end of file diff --git a/readme.txt b/readme.txt index a74740a8..6b29d0d9 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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)