From 994254e41cd13dee925857fb08e5a9158fcff568 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 19 Apr 2023 20:52:02 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.3 [skip ci] # [1.0.0-alpha.3](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-04-19) ### Bug Fixes * config.yml for CI ([7b2d2ba](https://github.com/Automattic/newspack-block-theme/commit/7b2d2bafd284911c6e3d5a70632834b5ae1f3316)) * config.yml for CI ([48559ee](https://github.com/Automattic/newspack-block-theme/commit/48559ee42358722c6cfd52776ba7573827d48057)) * config.yml for CI ([99c9555](https://github.com/Automattic/newspack-block-theme/commit/99c95555c70411c66a2540431c7e8a935e8b093b)) * config.yml for CI ([8bc9f9d](https://github.com/Automattic/newspack-block-theme/commit/8bc9f9dbaec8c66a07b508279fb76fd202dc3dbe)) * config.yml for CI ([fe5421b](https://github.com/Automattic/newspack-block-theme/commit/fe5421b723e11859344723374699de0c34c4e2f4)) * config.yml for CI ([7e27a3c](https://github.com/Automattic/newspack-block-theme/commit/7e27a3c6edb49c24d44739a53e9706dca4a7ca77)) * config.yml for CI ([f1a5bc5](https://github.com/Automattic/newspack-block-theme/commit/f1a5bc5120193aa05e483dd745d7c1241b56a7ff)) * try alternate release job for additional version bump assets ([6035f48](https://github.com/Automattic/newspack-block-theme/commit/6035f48c2067095cfecd02f34cd20f450fd48e31)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2b51ff..3e6a93ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0-alpha.3](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2023-04-19) + + +### Bug Fixes + +* config.yml for CI ([7b2d2ba](https://github.com/Automattic/newspack-block-theme/commit/7b2d2bafd284911c6e3d5a70632834b5ae1f3316)) +* config.yml for CI ([48559ee](https://github.com/Automattic/newspack-block-theme/commit/48559ee42358722c6cfd52776ba7573827d48057)) +* config.yml for CI ([99c9555](https://github.com/Automattic/newspack-block-theme/commit/99c95555c70411c66a2540431c7e8a935e8b093b)) +* config.yml for CI ([8bc9f9d](https://github.com/Automattic/newspack-block-theme/commit/8bc9f9dbaec8c66a07b508279fb76fd202dc3dbe)) +* config.yml for CI ([fe5421b](https://github.com/Automattic/newspack-block-theme/commit/fe5421b723e11859344723374699de0c34c4e2f4)) +* config.yml for CI ([7e27a3c](https://github.com/Automattic/newspack-block-theme/commit/7e27a3c6edb49c24d44739a53e9706dca4a7ca77)) +* config.yml for CI ([f1a5bc5](https://github.com/Automattic/newspack-block-theme/commit/f1a5bc5120193aa05e483dd745d7c1241b56a7ff)) +* try alternate release job for additional version bump assets ([6035f48](https://github.com/Automattic/newspack-block-theme/commit/6035f48c2067095cfecd02f34cd20f450fd48e31)) + # [1.0.0-alpha.2](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2023-04-19) diff --git a/package-lock.json b/package-lock.json index 0f3d5c4a..8f78e20e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-block-theme", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-block-theme", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "hasInstallScript": true, "license": "GPL-2.0", "devDependencies": { diff --git a/package.json b/package.json index bb99aa82..b1a9a7b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-block-theme", - "version": "1.0.0-alpha.2", + "version": "1.0.0-alpha.3", "description": "A forward-looking news theme designed and developed to be highly customizable with the WordPress block editor. Brought to you by Newspack: https://newspack.com", "repository": { "type": "git",