diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ea24b..151a1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,10 @@ 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.22.12-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.22.12] - 2024-09-30 ### Changed -- Remove user connection nudges where they aren't needed. Add user connection nudges where needed -- Update dependencies. +- Remove user connection nudges where they aren't needed. Add user connection nudges where needed [#39533] +- Update dependencies. [#39528] ## [0.22.11] - 2024-09-23 ### Fixed @@ -459,7 +456,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.22.12-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12-alpha +[0.22.12]: https://github.com/automattic/jetpack-blaze/compare/v0.22.11...v0.22.12 [0.22.11]: https://github.com/automattic/jetpack-blaze/compare/v0.22.10...v0.22.11 [0.22.10]: https://github.com/automattic/jetpack-blaze/compare/v0.22.9...v0.22.10 [0.22.9]: https://github.com/automattic/jetpack-blaze/compare/v0.22.8...v0.22.9 diff --git a/composer.json b/composer.json index 0bb054e..b0f7000 100644 --- a/composer.json +++ b/composer.json @@ -6,12 +6,12 @@ "require": { "php": ">=7.0", "automattic/jetpack-assets": "^2.3.8", - "automattic/jetpack-connection": "^5.1.1-alpha", + "automattic/jetpack-connection": "^5.1.1", "automattic/jetpack-constants": "^2.0.4", "automattic/jetpack-plans": "^0.4.11", "automattic/jetpack-redirect": "^2.0.4", "automattic/jetpack-status": "^4.0.2", - "automattic/jetpack-sync": "^3.13.2-alpha" + "automattic/jetpack-sync": "^3.13.2" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/package.json b/package.json index ae5fccd..2160690 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.22.12-alpha", + "version": "0.22.12", "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,7 +24,7 @@ "dependencies": { "@automattic/jetpack-analytics": "^0.1.31", "@automattic/jetpack-components": "^0.56.0", - "@automattic/jetpack-shared-extension-utils": "^0.15.11-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.15.11", "@wordpress/block-editor": "14.2.0", "@wordpress/components": "28.7.0", "@wordpress/compose": "7.7.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index ce80345..b18f6d8 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.22.12-alpha'; + const PACKAGE_VERSION = '0.22.12'; /** * List of dependencies needed to render the dashboard in wp-admin.