From a54aa064ddcb2f983e7e1b26db4a4a10d80cec7c Mon Sep 17 00:00:00 2001 From: CGastrell Date: Tue, 17 Oct 2023 20:55:53 +0000 Subject: [PATCH] Update babel monorepo to v7.23.2 (#33646) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6552588806 --- CHANGELOG.md | 8 ++++++++ package.json | 12 ++++++------ src/class-dashboard.php | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a48a5b2..2c99cb9 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.10.5-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.10.4] - 2023-10-16 ### Changed - Updated package dependencies. [#33429] @@ -215,6 +222,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.10.5-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.10.4...v0.10.5-alpha [0.10.4]: https://github.com/automattic/jetpack-blaze/compare/v0.10.3...v0.10.4 [0.10.3]: https://github.com/automattic/jetpack-blaze/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/automattic/jetpack-blaze/compare/v0.10.1...v0.10.2 diff --git a/package.json b/package.json index 4eb0e02..737d7ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.10.4", + "version": "0.10.5-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": { @@ -23,8 +23,8 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", - "@automattic/jetpack-components": "^0.43.3", - "@automattic/jetpack-shared-extension-utils": "^0.12.2", + "@automattic/jetpack-components": "^0.43.4-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.12.3-alpha", "@wordpress/block-editor": "12.11.0", "@wordpress/components": "25.9.0", "@wordpress/compose": "6.20.0", @@ -38,9 +38,9 @@ }, "devDependencies": { "@automattic/jetpack-webpack-config": "workspace:*", - "@babel/core": "7.23.0", - "@babel/preset-env": "7.22.20", - "@babel/runtime": "7.23.1", + "@babel/core": "7.23.2", + "@babel/preset-env": "7.23.2", + "@babel/runtime": "7.23.2", "@wordpress/browserslist-config": "5.26.0", "sass": "1.64.1", "sass-loader": "12.4.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index 84fd3ad..9dd26dd 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.10.4'; + const PACKAGE_VERSION = '0.10.5-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin.