diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e8f5e..8fdf025 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ 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.4-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.25.4] - 2024-12-16 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40564] ## [0.25.3] - 2024-12-04 ### Changed @@ -504,7 +501,7 @@ This is an alpha version! The changes listed here are not final. ### Changed - Updated package dependencies. [#27906] -[0.25.4-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4-alpha +[0.25.4]: https://github.com/automattic/jetpack-blaze/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/automattic/jetpack-blaze/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1 diff --git a/composer.json b/composer.json index 170f519..75a2e5a 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,13 @@ "license": "GPL-2.0-or-later", "require": { "php": ">=7.2", - "automattic/jetpack-assets": "^4.0.2-alpha", - "automattic/jetpack-connection": "^6.2.1-alpha", + "automattic/jetpack-assets": "^4.0.2", + "automattic/jetpack-connection": "^6.2.1", "automattic/jetpack-constants": "^3.0.1", "automattic/jetpack-plans": "^0.5.1", "automattic/jetpack-redirect": "^3.0.1", "automattic/jetpack-status": "^5.0.1", - "automattic/jetpack-sync": "^4.1.1-alpha" + "automattic/jetpack-sync": "^4.1.1" }, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", diff --git a/package.json b/package.json index e0623b0..fa9e014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.25.4-alpha", + "version": "0.25.4", "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.33", - "@automattic/jetpack-components": "^0.65.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha", + "@automattic/jetpack-components": "^0.65.0", + "@automattic/jetpack-shared-extension-utils": "^0.16.2", "@wordpress/block-editor": "14.9.0", "@wordpress/components": "29.0.0", "@wordpress/compose": "7.14.0", diff --git a/src/class-dashboard.php b/src/class-dashboard.php index 9922d77..10cbec2 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.25.4-alpha'; + const PACKAGE_VERSION = '0.25.4'; /** * List of dependencies needed to render the dashboard in wp-admin.