Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 1.7.10, jetpack 12.9-a.3 Changes (#34089)
Browse files Browse the repository at this point in the history
* Update changelogs

* Changelog edits.

* Update versions

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6852775762
  • Loading branch information
zinigor authored and matticbot committed Nov 13, 2023
1 parent a18ee4b commit 31b8b10
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.20.1] - 2023-11-13
### Changed
- Updated dependencies.

## [0.20.0] - 2023-11-08
### Added
- Added support for gated content in VideoPress. [#32154]
Expand Down Expand Up @@ -1174,6 +1178,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Created empty package [#24952]

[0.20.1]: https://github.com/Automattic/jetpack-videopress/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.19.3...v0.20.0
[0.19.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.19.2...v0.19.3
[0.19.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.19.1...v0.19.2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"automattic/jetpack-admin-ui": "^0.2.24",
"automattic/jetpack-assets": "^1.18.14",
"automattic/jetpack-connection": "^1.60.0-alpha",
"automattic/jetpack-connection": "^1.60.0",
"automattic/jetpack-plans": "^0.3.5"
},
"require-dev": {
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.20.0",
"version": "0.20.1",
"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.4",
"@automattic/jetpack-base-styles": "^0.6.11",
"@automattic/jetpack-components": "^0.45.0-alpha",
"@automattic/jetpack-connection": "^0.30.5",
"@automattic/jetpack-shared-extension-utils": "^0.13.0-alpha",
"@automattic/jetpack-components": "^0.45.0",
"@automattic/jetpack-connection": "^0.30.6",
"@automattic/jetpack-shared-extension-utils": "^0.13.0",
"@storybook/addon-actions": "7.4.6",
"@wordpress/api-fetch": "6.41.0",
"@wordpress/blob": "3.44.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.20.0';
const PACKAGE_VERSION = '0.20.1';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 31b8b10

Please sign in to comment.