From 54a585b266d3c26d4d7625586e5597d045cedadf Mon Sep 17 00:00:00 2001 From: ouikhuan Date: Fri, 3 Nov 2023 09:09:38 +0000 Subject: [PATCH] Update Move to WordPress.com plugin to 1.0.1 (#33946) * Release changelog and update readme for migration plugin * Run tool fixup project versions * Cleanup readme and changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6743020293 --- CHANGELOG.md | 8 ++++++++ composer.json | 4 ++-- package.json | 6 +++--- src/class-dashboard.php | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55271ec..31acec3 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.12.1-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Update dependencies. + ## [0.12.0] - 2023-10-31 ### Added - Add sending Jetpack version to BlazePress Calypso App. [#33823] @@ -229,6 +236,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated package dependencies. [#27906] +[0.12.1-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.12.0...v0.12.1-alpha [0.12.0]: https://github.com/automattic/jetpack-blaze/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/automattic/jetpack-blaze/compare/v0.10.4...v0.11.0 [0.10.4]: https://github.com/automattic/jetpack-blaze/compare/v0.10.3...v0.10.4 diff --git a/composer.json b/composer.json index 9ee6059..0be2586 100644 --- a/composer.json +++ b/composer.json @@ -4,8 +4,8 @@ "type": "jetpack-library", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "^1.18.14-alpha", - "automattic/jetpack-connection": "^1.58.3-alpha", + "automattic/jetpack-assets": "^1.18.14", + "automattic/jetpack-connection": "^1.58.3", "automattic/jetpack-constants": "^1.6.23", "automattic/jetpack-plans": "^0.3.5", "automattic/jetpack-redirect": "^1.7.27", diff --git a/package.json b/package.json index ebed588..3499bdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.12.0", + "version": "0.12.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": { @@ -23,8 +23,8 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.27", - "@automattic/jetpack-components": "^0.44.4-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.12.4", + "@automattic/jetpack-components": "^0.44.4", + "@automattic/jetpack-shared-extension-utils": "^0.12.5", "@wordpress/block-editor": "12.12.0", "@wordpress/components": "25.10.0", "@wordpress/compose": "6.21.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index a6e0dda..0bf101a 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.12.0'; + const PACKAGE_VERSION = '0.12.1-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin.