Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 16, 2024
1 parent 2e0d4e8 commit 24cee61
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 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.5-alpha",
"version": "0.25.5",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand All @@ -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",
Expand Down Expand Up @@ -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",
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.5-alpha';
const PACKAGE_VERSION = '0.25.5';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 24cee61

Please sign in to comment.