Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40526)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 9, 2024
1 parent ef5a063 commit 733beda
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
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.25.4-alpha';
const PACKAGE_VERSION = '0.25.5-alpha';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 733beda

Please sign in to comment.