From 7080c225a652d4f7405d2cc9f77d0be9bfc77e30 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Thu, 10 Feb 2022 15:00:33 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 430bb73..b76e78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ ### HEAD -- Remove `config` and `bootstrap` directories ([#2839](https://github.com/roots/sage/pull/2839)) -- chore(deps): Bump roots/acorn to v2.0.0-beta.7 ([#2913](https://github.com/roots/sage/pull/2913)) -- chore(deps-dev): bump tailwindcss from 3.0.7 to 3.0.8 ([#2914](https://github.com/roots/sage/pull/2914)) + +- ⬆️ bump roots/acorn to v2.0.0-beta.9 ([#2968](https://github.com/roots/sage/pull/2968)) +- 🔧 migrate global settings to `theme.json` ([#2964](https://github.com/roots/sage/pull/2964)) @retlehs +- Re-add i18n related scripts/tasks ([#2958](https://github.com/roots/sage/pull/2958)) @strarsis +- chore(header): allow unescaped siteName data ([#2967](https://github.com/roots/sage/pull/2967)) @Akiletour +- Switch to zero-config setup, remove `config` and `bootstrap` directories ([#2839](https://github.com/roots/sage/pull/2839)) @retlehs @QWp6t +- chore: remove helpers.php ([#2917](https://github.com/roots/sage/pull/2917)) @Log1x +- refactor: remove JavaScript detection ([#2916](https://github.com/roots/sage/pull/2916)) @knowler +- chore(php): bump minimum PHP version to 7.4 ([#2925](https://github.com/roots/sage/pull/2925)) @knowler +- fix: app/setup.php doesn’t need to be executable ([#2933](https://github.com/roots/sage/pull/2933)) @knowler +- enhance(views): Move page section views to a sections directory ([#2936](https://github.com/roots/sage/pull/2936)) @retlehs @Log1x +- fix(views): Use dot notation on entry-meta view includes ([#2941](https://github.com/roots/sage/pull/2941)) @Log1x +- feat(search): use a button element ([#2943](https://github.com/roots/sage/pull/2943)) @knowler +- fix(bundle-editor): remove `@wordpress/edit-post` ([#2932](https://github.com/roots/sage/pull/2932)) @retlehs ### 10.0.0-beta.2: December 21st, 2021 + - chore(deps): Bump roots/acorn to v2.0.0-beta.6 ([#2911](https://github.com/roots/sage/pull/2911)) - Remove customizer starter ([#2904](https://github.com/roots/sage/pull/2904)) - Update watch glob for views directory ([#2892](https://github.com/roots/sage/pull/2892))