From 10a2f70090a8a20e8b3bf3f8f29239edc1dfaeb9 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 3 May 2023 21:50:58 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-05-03) ### 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)) * one more try ([916b1d2](https://github.com/Automattic/newspack-block-theme/commit/916b1d2e8dfccbe3a1e4413acb4f849dbaa85f5e)) * remove unnecessary jobs from CI config ([#5](https://github.com/Automattic/newspack-block-theme/issues/5)) ([a50f7bc](https://github.com/Automattic/newspack-block-theme/commit/a50f7bc6e2cbed7a0d8cb87db7db2cc33dc97e98)) * try alternate release job for additional version bump assets ([6035f48](https://github.com/Automattic/newspack-block-theme/commit/6035f48c2067095cfecd02f34cd20f450fd48e31)) * try semantic-release directly ([fa2a979](https://github.com/Automattic/newspack-block-theme/commit/fa2a979bd3527dcb71a33298c3ef691074561704)) * version bump in additional files ([8616144](https://github.com/Automattic/newspack-block-theme/commit/8616144c06da05f1e372838f8d67bca9d2c3ddc2)) ### Features * fork Block Canvas v. 0.0.26 as a theme starting point ([4cffa9f](https://github.com/Automattic/newspack-block-theme/commit/4cffa9fa53e4a8f4bbfab984363fb792ecc765d4)) * fork Block Canvas v. 0.0.26 as a theme starting point ([e5635a0](https://github.com/Automattic/newspack-block-theme/commit/e5635a0d86f2c3ca2818b36191c406532ceb65e1)) * setup repo ([#4](https://github.com/Automattic/newspack-block-theme/issues/4)) ([7d7b908](https://github.com/Automattic/newspack-block-theme/commit/7d7b908e026794944e5ec5437f36e98a14daf521)) --- CHANGELOG.md | 25 +++++++++++++++++++++++++ functions.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- src/scss/_theme-description.scss | 2 +- style.css | 2 +- 6 files changed, 32 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b2e4140..ab05e7c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# 1.0.0 (2023-05-03) + + +### 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)) +* one more try ([916b1d2](https://github.com/Automattic/newspack-block-theme/commit/916b1d2e8dfccbe3a1e4413acb4f849dbaa85f5e)) +* remove unnecessary jobs from CI config ([#5](https://github.com/Automattic/newspack-block-theme/issues/5)) ([a50f7bc](https://github.com/Automattic/newspack-block-theme/commit/a50f7bc6e2cbed7a0d8cb87db7db2cc33dc97e98)) +* try alternate release job for additional version bump assets ([6035f48](https://github.com/Automattic/newspack-block-theme/commit/6035f48c2067095cfecd02f34cd20f450fd48e31)) +* try semantic-release directly ([fa2a979](https://github.com/Automattic/newspack-block-theme/commit/fa2a979bd3527dcb71a33298c3ef691074561704)) +* version bump in additional files ([8616144](https://github.com/Automattic/newspack-block-theme/commit/8616144c06da05f1e372838f8d67bca9d2c3ddc2)) + + +### Features + +* fork Block Canvas v. 0.0.26 as a theme starting point ([4cffa9f](https://github.com/Automattic/newspack-block-theme/commit/4cffa9fa53e4a8f4bbfab984363fb792ecc765d4)) +* fork Block Canvas v. 0.0.26 as a theme starting point ([e5635a0](https://github.com/Automattic/newspack-block-theme/commit/e5635a0d86f2c3ca2818b36191c406532ceb65e1)) +* setup repo ([#4](https://github.com/Automattic/newspack-block-theme/issues/4)) ([7d7b908](https://github.com/Automattic/newspack-block-theme/commit/7d7b908e026794944e5ec5437f36e98a14daf521)) + # [1.0.0-alpha.5](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2023-05-03) diff --git a/functions.php b/functions.php index e6b227e0..c9aabae6 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@