From d158d9b510949998d30f4bd5649dbf94fe2629fe Mon Sep 17 00:00:00 2001 From: Cameron Corda Date: Thu, 30 Dec 2021 11:07:00 -0500 Subject: [PATCH] chore(release): 1.1.0 --- docs/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9764a11..33a8375 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,6 +15,27 @@ All notable changes to this project will be documented in this file. See [standa * **wordpress:** :package: Upgrade Wordpress to 5.5.3; upgrade other WP plugins. ([0a6d5c9](https://github.com/patronage/bubs-next/commit/0a6d5c9dff02630e9feb44fa02617a0260b5f04e)) +### Bug Fixes + +* bug where prettier wasn't formatting JS files. ([c5ce6c5](https://github.com/patronage/bubs-next/commit/c5ce6c53dba7b8326a68327fd2c6d0573ec2ff95)), closes [#95](https://github.com/patronage/bubs-next/issues/95) +* don't include privacy scaffold, it sometimes forgets to be removed ([4722e4a](https://github.com/patronage/bubs-next/commit/4722e4a09ed22fc89817bcd6780bfc074df2545f)) +* Get stylelint working again ([#182](https://github.com/patronage/bubs-next/issues/182)) ([d3d73ca](https://github.com/patronage/bubs-next/commit/d3d73ca86476d4899dd210ba25999910018f4836)) +* meta not respecting social variables, customized title ([#176](https://github.com/patronage/bubs-next/issues/176)) ([c041759](https://github.com/patronage/bubs-next/commit/c041759db688bd2e6c7ec355bcb39f0f23b878a1)), closes [#174](https://github.com/patronage/bubs-next/issues/174) [#172](https://github.com/patronage/bubs-next/issues/172) [#177](https://github.com/patronage/bubs-next/issues/177) [#183](https://github.com/patronage/bubs-next/issues/183) +* vscode eslint plugin wasn't picking up next config without specifying directory ([020f378](https://github.com/patronage/bubs-next/commit/020f37854aae73925b83a77bb634a35574457acf)) + +## 1.1.0 (2021-12-30) + + +### Features + +* bumping husky to version 7 ([#179](https://github.com/patronage/bubs-next/issues/179)) ([9558618](https://github.com/patronage/bubs-next/commit/95586184fa746cbcf17b196d5c13af0cb1c42edf)) +* log wp admin users into front-end preview mode ([#173](https://github.com/patronage/bubs-next/issues/173)) ([cd143c4](https://github.com/patronage/bubs-next/commit/cd143c4316fa90b9783be2ac94260d6c9ee5591f)) +* new convenience plugins in wordpress admin ([#166](https://github.com/patronage/bubs-next/issues/166)) ([81e95b8](https://github.com/patronage/bubs-next/commit/81e95b84efc82e9ecbd04f8475029f383685b819)) +* Next 12 upgrade ([#180](https://github.com/patronage/bubs-next/issues/180)) ([c6f5dcd](https://github.com/patronage/bubs-next/commit/c6f5dcdd74c1bf07bf39accd21e480f50291c594)) +* theme mod instead of acf options for preview mode url ([#163](https://github.com/patronage/bubs-next/issues/163)) ([65bf637](https://github.com/patronage/bubs-next/commit/65bf637b036e5332c5dd738ab52484e57aaec976)), closes [#162](https://github.com/patronage/bubs-next/issues/162) +* **wordpress:** :package: Upgrade Wordpress to 5.5.3; upgrade other WP plugins. ([0a6d5c9](https://github.com/patronage/bubs-next/commit/0a6d5c9dff02630e9feb44fa02617a0260b5f04e)) + + ### Bug Fixes * bug where prettier wasn't formatting JS files. ([c5ce6c5](https://github.com/patronage/bubs-next/commit/c5ce6c53dba7b8326a68327fd2c6d0573ec2ff95)), closes [#95](https://github.com/patronage/bubs-next/issues/95)