From e1b452aa9c08bff1b876f5c64b0c9ce27d3471d4 Mon Sep 17 00:00:00 2001 From: anomiex Date: Mon, 13 Nov 2023 21:05:35 +0000 Subject: [PATCH] Update wordpress monorepo (#34093) * Update wordpress monorepo * Replace old hack for palette and gradient settings. They're replacing useSetting with useSettings. But now there's also a hook we can use. * Add pnpmfile hack to avoid unnecessary `@ariakit/test` dep --------- Co-authored-by: Renovate Bot Co-authored-by: Brad Jorsch Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6855518021 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- src/class-package-version.php | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7f6318..c36e0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.60.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.60.0] - 2023-11-13 ### Added - Added a 'source' query param to the Jetpack connect URL. [#33984] @@ -908,6 +915,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[1.60.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.60.0...v1.60.1-alpha [1.60.0]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0 [1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0 [1.58.3]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3 diff --git a/package.json b/package.json index f189a6c..3d2ea99 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", - "@wordpress/browserslist-config": "5.27.0", + "@wordpress/browserslist-config": "5.28.0", "webpack": "5.76.0", "webpack-cli": "4.9.1" } diff --git a/src/class-package-version.php b/src/class-package-version.php index a17e840..762b5f0 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '1.60.0'; + const PACKAGE_VERSION = '1.60.1-alpha'; const PACKAGE_SLUG = 'connection';