From e61599462b36f78555155ec4216d3aa32e688952 Mon Sep 17 00:00:00 2001 From: anomiex Date: Thu, 19 Oct 2023 20:20:11 +0000 Subject: [PATCH] Update wordpress monorepo (#33687) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6579458263 --- 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 8a24847..2f74e3f 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.58.2-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [1.58.1] - 2023-10-10 ### Changed - Updated package dependencies. [#33428] @@ -892,6 +899,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[1.58.2-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.58.1...v1.58.2-alpha [1.58.1]: https://github.com/Automattic/jetpack-connection/compare/v1.58.0...v1.58.1 [1.58.0]: https://github.com/Automattic/jetpack-connection/compare/v1.57.5...v1.58.0 [1.57.5]: https://github.com/Automattic/jetpack-connection/compare/v1.57.4...v1.57.5 diff --git a/package.json b/package.json index 64058f2..f189a6c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", - "@wordpress/browserslist-config": "5.26.0", + "@wordpress/browserslist-config": "5.27.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 8dcde61..0f45ed1 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '1.58.1'; + const PACKAGE_VERSION = '1.58.2-alpha'; const PACKAGE_SLUG = 'connection';