diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c08721..38c8225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,12 @@ 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.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.25.5] - 2024-12-16 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#40564] ### Fixed -- Fixed lints following ESLint rule changes for TS +- Fixed lints following ESLint rule changes for TS [#40584] ## [0.25.4] - 2024-12-09 ### Changed @@ -1507,7 +1504,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.25.5-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.4...v0.25.5-alpha +[0.25.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.4...v0.25.5 [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 diff --git a/composer.json b/composer.json index f3e3f50..86a60ce 100644 --- a/composer.json +++ b/composer.json @@ -6,9 +6,9 @@ "require": { "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.2-alpha", - "automattic/jetpack-connection": "^6.2.1-alpha", - "automattic/jetpack-my-jetpack": "^5.1.2-alpha", + "automattic/jetpack-assets": "^4.0.2", + "automattic/jetpack-connection": "^6.2.1", + "automattic/jetpack-my-jetpack": "^5.1.2", "automattic/jetpack-plans": "^0.5.1" }, "require-dev": { diff --git a/package.json b/package.json index f52ab1c..5681423 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.25.5-alpha", + "version": "0.25.5", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { @@ -25,7 +25,7 @@ }, "devDependencies": { "@automattic/calypso-color-schemes": "3.1.3", - "@automattic/jetpack-base-styles": "^0.6.39-alpha", + "@automattic/jetpack-base-styles": "^0.6.39", "@automattic/jetpack-webpack-config": "workspace:*", "@babel/core": "7.26.0", "@babel/preset-react": "7.25.9", @@ -59,11 +59,11 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-api": "^0.17.21-alpha", - "@automattic/jetpack-base-styles": "^0.6.39-alpha", - "@automattic/jetpack-components": "^0.65.0-alpha", - "@automattic/jetpack-connection": "^0.36.2-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha", + "@automattic/jetpack-api": "^0.17.21", + "@automattic/jetpack-base-styles": "^0.6.39", + "@automattic/jetpack-components": "^0.65.0", + "@automattic/jetpack-connection": "^0.36.2", + "@automattic/jetpack-shared-extension-utils": "^0.16.2", "@wordpress/api-fetch": "7.14.0", "@wordpress/blob": "4.14.0", "@wordpress/block-editor": "14.9.0", diff --git a/src/class-package-version.php b/src/class-package-version.php index 30a02f3..22f2263 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.5-alpha'; + const PACKAGE_VERSION = '0.25.5'; const PACKAGE_SLUG = 'videopress';