From d15035939054e5d486fb1fc32b4fb898878c51c1 Mon Sep 17 00:00:00 2001 From: anomiex Date: Mon, 12 Feb 2024 20:37:59 +0000 Subject: [PATCH] Update wordpress monorepo (#35608) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7877463033 --- 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 04638dc..dbc7abe 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). +## [2.3.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [2.3.0] - 2024-02-05 ### Added - Add rate limiter to the package versions endpoint calls. [#35379] @@ -960,6 +967,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Separate the connection library into its own package. +[2.3.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.3.0...v2.3.1-alpha [2.3.0]: https://github.com/Automattic/jetpack-connection/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/Automattic/jetpack-connection/compare/v2.1.1...v2.2.0 [2.1.1]: https://github.com/Automattic/jetpack-connection/compare/v2.1.0...v2.1.1 diff --git a/package.json b/package.json index c3f2460..80c6716 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", - "@wordpress/browserslist-config": "5.33.0", + "@wordpress/browserslist-config": "5.34.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 d3d60f7..3281999 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '2.3.0'; + const PACKAGE_VERSION = '2.3.1-alpha'; const PACKAGE_SLUG = 'connection';