Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#39944)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Oct 29, 2024
1 parent 1b9ae02 commit 0b88696
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 0b88696

Please sign in to comment.