diff --git a/CHANGELOG.md b/CHANGELOG.md index 263896d..1772173 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-09 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40363] ## [0.25.3] - 2024-12-02 ### Changed @@ -1500,7 +1497,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.25.4-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.3...v0.25.4-alpha +[0.25.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.3...v0.25.4 [0.25.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.2...v0.25.3 [0.25.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.1...v0.25.2 [0.25.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.0...v0.25.1 diff --git a/composer.json b/composer.json index 315c5f7..41f06d4 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.1", "automattic/jetpack-assets": "^4.0.1", - "automattic/jetpack-connection": "^6.2.0-alpha", + "automattic/jetpack-connection": "^6.2.0", "automattic/jetpack-my-jetpack": "^5.1.1", "automattic/jetpack-plans": "^0.5.1" }, diff --git a/package.json b/package.json index a418eb6..eaf32ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.25.4-alpha", + "version": "0.25.4", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { @@ -61,9 +61,9 @@ "@automattic/jetpack-analytics": "^0.1.33", "@automattic/jetpack-api": "^0.17.20", "@automattic/jetpack-base-styles": "^0.6.38", - "@automattic/jetpack-components": "^0.64.1-alpha", - "@automattic/jetpack-connection": "^0.36.1-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.16.1-alpha", + "@automattic/jetpack-components": "^0.64.1", + "@automattic/jetpack-connection": "^0.36.1", + "@automattic/jetpack-shared-extension-utils": "^0.16.1", "@wordpress/api-fetch": "7.13.0", "@wordpress/blob": "4.13.0", "@wordpress/block-editor": "14.8.0", diff --git a/src/class-package-version.php b/src/class-package-version.php index d31a488..efca5de 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -11,7 +11,7 @@ * The Package_Version class. */ class Package_Version { - const PACKAGE_VERSION = '0.25.4-alpha'; + const PACKAGE_VERSION = '0.25.4'; const PACKAGE_SLUG = 'videopress';