From 0284d51183972dc8883da8e05f71b0067a2815e8 Mon Sep 17 00:00:00 2001 From: zinigor Date: Tue, 29 Oct 2024 12:39:25 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11573892580 Upstream-Ref: Automattic/jetpack@32fc38b95feb32f829ccfb2f2c12592caedd0c8c --- CHANGELOG.md | 9 +++------ package.json | 2 +- src/class-package-version.php | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d16e65..723fc6d 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.24.15-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.24.15] - 2024-10-29 ### Changed -- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. +- Components: Add __nextHasNoMarginBottom to BaseControl-based components, preventing deprecation notices. [#39877] ## [0.24.14] - 2024-10-28 ### Changed @@ -1483,7 +1480,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created empty package [#24952] -[0.24.15-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15-alpha +[0.24.15]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.14...v0.24.15 [0.24.14]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.13...v0.24.14 [0.24.13]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.12...v0.24.13 [0.24.12]: https://github.com/Automattic/jetpack-videopress/compare/v0.24.11...v0.24.12 diff --git a/package.json b/package.json index e350e74..9d93c34 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-videopress", - "version": "0.24.15-alpha", + "version": "0.24.15", "description": "VideoPress package", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme", "bugs": { diff --git a/src/class-package-version.php b/src/class-package-version.php index e6f147d..fd274b7 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.24.15-alpha'; + const PACKAGE_VERSION = '0.24.15'; const PACKAGE_SLUG = 'videopress';