From 0a2f8922e7dbd59ee1ec342a51f66bfeb2e47b61 Mon Sep 17 00:00:00 2001 From: anomiex Date: Thu, 21 Nov 2024 16:22:55 +0000 Subject: [PATCH] Update wordpress monorepo (#40288) Co-authored-by: Renovate Bot Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11957107408 Upstream-Ref: Automattic/jetpack@88204ab00dc607b193511fea05c6d116e25c4d9b --- CHANGELOG.md | 8 ++++++++ package.json | 22 +++++++++++----------- src/class-dashboard.php | 2 +- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106cae7..8c649fb 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). +## [0.25.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.25.0] - 2024-11-18 ### Removed - General: Update minimum PHP version to 7.2. [#40147] @@ -484,6 +491,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.25.1-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1-alpha [0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0 [0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0 [0.23.3]: https://github.com/automattic/jetpack-blaze/compare/v0.23.2...v0.23.3 diff --git a/package.json b/package.json index 2685865..b5f8ee5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.25.0", + "version": "0.25.1-alpha", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { @@ -24,15 +24,15 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", "@automattic/jetpack-components": "^0.62.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.15.17", - "@wordpress/block-editor": "14.6.0", - "@wordpress/components": "28.11.0", - "@wordpress/compose": "7.11.0", - "@wordpress/data": "10.11.0", - "@wordpress/element": "6.11.0", - "@wordpress/i18n": "5.11.0", - "@wordpress/icons": "10.11.0", - "@wordpress/plugins": "7.11.0", + "@automattic/jetpack-shared-extension-utils": "^0.15.18-alpha", + "@wordpress/block-editor": "14.7.0", + "@wordpress/components": "28.12.0", + "@wordpress/compose": "7.12.0", + "@wordpress/data": "10.12.0", + "@wordpress/element": "6.12.0", + "@wordpress/i18n": "5.12.0", + "@wordpress/icons": "10.12.0", + "@wordpress/plugins": "7.12.0", "react": "18.3.1", "react-dom": "18.3.1" }, @@ -41,7 +41,7 @@ "@babel/core": "7.26.0", "@babel/preset-env": "7.26.0", "@babel/runtime": "7.26.0", - "@wordpress/browserslist-config": "6.11.0", + "@wordpress/browserslist-config": "6.12.0", "sass": "1.64.1", "sass-loader": "12.4.0", "webpack": "5.94.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index 261d594..a4deec1 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.25.0'; + const PACKAGE_VERSION = '0.25.1-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin.