Skip to content

Commit

Permalink
Backport chaanges for mu-wpcom-plugin 1.7.1 and jejtpack 12.8-a.1 (#3…
Browse files Browse the repository at this point in the history
…3619)

* Changelog edits.

* Set version to 12.8-a.2

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6537945473
  • Loading branch information
ice9js authored and matticbot committed Oct 16, 2023
1 parent ee8b797 commit 2142826
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 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.17.5-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.17.5] - 2023-10-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#33429, #33584]

### Fixed
- VideoPress: handle block registration in the REST API request context
- VideoPress: Handle block registration in the REST API request context. [#33565]

## [0.17.4] - 2023-10-10
### Changed
Expand Down Expand Up @@ -1144,7 +1141,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.17.5-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.4...v0.17.5-alpha
[0.17.5]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.4...v0.17.5
[0.17.4]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.3...v0.17.4
[0.17.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.2...v0.17.3
[0.17.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.1...v0.17.2
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.17.5-alpha",
"version": "0.17.5",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand Down Expand Up @@ -58,9 +58,9 @@
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.3",
"@automattic/jetpack-base-styles": "^0.6.10",
"@automattic/jetpack-components": "^0.43.3-alpha",
"@automattic/jetpack-connection": "^0.30.2-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.2-alpha",
"@automattic/jetpack-components": "^0.43.3",
"@automattic/jetpack-connection": "^0.30.2",
"@automattic/jetpack-shared-extension-utils": "^0.12.2",
"@storybook/addon-actions": "7.4.6",
"@wordpress/api-fetch": "6.40.0",
"@wordpress/blob": "3.43.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.17.5-alpha';
const PACKAGE_VERSION = '0.17.5';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 2142826

Please sign in to comment.