From 733beda613599241f49256814aa016842a0b4277 Mon Sep 17 00:00:00 2001 From: zinigor Date: Mon, 9 Dec 2024 16:53:24 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40526) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12240111169 Upstream-Ref: Automattic/jetpack@3050316d2c5177dd81f545ae7f2f44835db4fb40 --- CHANGELOG.md | 8 +++++--- composer.json | 2 +- package.json | 8 ++++---- src/class-package-version.php | 2 +- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263896d..4c50e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +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.25.4-alpha] - unreleased +## [0.25.5-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 +1501,8 @@ 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.5-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.25.4...v0.25.5-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 541d9a1..ee461a9 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.2-alpha", "automattic/jetpack-plans": "^0.5.1" }, diff --git a/package.json b/package.json index a418eb6..b8f1ece 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.5-alpha", "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..30a02f3 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.5-alpha'; const PACKAGE_SLUG = 'videopress';