From 2d84f472c73775d3b10113c286aa2f730220bc46 Mon Sep 17 00:00:00 2001 From: alaczek Date: Tue, 23 Jan 2024 10:39:00 +1100 Subject: [PATCH] Version Bump --- craftfully/readme.txt | 3 +++ craftfully/style.css | 2 +- nook/readme.txt | 3 +++ nook/style.css | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 11 insertions(+), 5 deletions(-) diff --git a/craftfully/readme.txt b/craftfully/readme.txt index a71aa2a402..4ba88c4db5 100644 --- a/craftfully/readme.txt +++ b/craftfully/readme.txt @@ -12,6 +12,9 @@ A cheerful WordPress blogging theme dedicated to all things homemade and delight == Changelog == += 1.0.1 = +* Remove styles folder (#7621) + = 1.0.0 = * Initial release diff --git a/craftfully/style.css b/craftfully/style.css index 11d3ed2afd..fe62842fed 100644 --- a/craftfully/style.css +++ b/craftfully/style.css @@ -7,7 +7,7 @@ Description: A cheerful WordPress blogging theme dedicated to all things homemad Requires at least: 6.0 Tested up to: 6.4.2 Requires PHP: 5.7 -Version: 1.0.0 +Version: 1.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: craftfully diff --git a/nook/readme.txt b/nook/readme.txt index 8dd8e3eb07..e12e0d0a9d 100644 --- a/nook/readme.txt +++ b/nook/readme.txt @@ -12,6 +12,9 @@ Nook is a classic blogging theme offering a delightful canvas for your DIY proje == Changelog == += 1.0.1 = +* Delete wp-custom-template-qi-blocks-full-width.html template (#7622) + = 1.0.0 = * Initial release diff --git a/nook/style.css b/nook/style.css index 5f1192152c..5c55687039 100644 --- a/nook/style.css +++ b/nook/style.css @@ -7,7 +7,7 @@ Description: Nook is a classic blogging theme offering a delightful canvas for y Requires at least: 6.0 Tested up to: 6.4.2-alpha-57098 Requires PHP: 5.7 -Version: 1.0.0 +Version: 1.0.1 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: nook diff --git a/package-lock.json b/package-lock.json index 7ce8f52ff6..ed40b3c942 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "themes", - "version": "1.0.487", + "version": "1.0.488", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "themes", - "version": "1.0.487", + "version": "1.0.488", "license": "GPL-2.0", "workspaces": [ "*" diff --git a/package.json b/package.json index 21321d6534..4d155da6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themes", - "version": "1.0.487", + "version": "1.0.488", "description": "Automattic public themes", "author": "automattic", "license": "GPL-2.0",