Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Sep 19, 2023
1 parent c800bba commit 0869b4f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@ 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.0-alpha] - unreleased

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

## [0.17.0] - 2023-09-19
### Changed
- Add VideoPress assets enqueuing logic after the revert c9fa94de7886af75b65b8c75e642fb529144eb31 (reverted d5ca47d8de53df832e67ac8b9d6bda3663c3e8df). This time P2s should not be affected.
- This reverts changes introduced by d5ca47d8de53df832e67ac8b9d6bda3663c3e8df as we discovered an issue with P2s
- Updated Jetpack submenu sort order so individual features are alpha-sorted.
- Add VideoPress assets enqueuing logic after the revert c9fa94de7886af75b65b8c75e642fb529144eb31 (reverted d5ca47d8de53df832e67ac8b9d6bda3663c3e8df). This time P2s should not be affected. [#33042]
- This reverts changes introduced by d5ca47d8de53df832e67ac8b9d6bda3663c3e8df as we discovered an issue with P2s [#33038]
- Updated Jetpack submenu sort order so individual features are alpha-sorted. [#32958]

## [0.16.0] - 2023-09-13
### Changed
Expand Down Expand Up @@ -1118,7 +1115,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.17.0-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.16.0...v0.17.0-alpha
[0.17.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.15.3...v0.16.0
[0.15.3]: https://github.com/Automattic/jetpack-videopress/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/Automattic/jetpack-videopress/compare/v0.15.1...v0.15.2
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.23-alpha",
"automattic/jetpack-assets": "^1.18.11-alpha",
"automattic/jetpack-connection": "^1.57.5-alpha",
"automattic/jetpack-admin-ui": "^0.2.23",
"automattic/jetpack-assets": "^1.18.11",
"automattic/jetpack-connection": "^1.57.5",
"automattic/jetpack-plans": "^0.3.4"
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^3.3.9-alpha",
"automattic/jetpack-changelogger": "^3.3.9",
"automattic/wordbless": "@dev",
"brain/monkey": "2.6.1"
},
Expand Down
6 changes: 3 additions & 3 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.0-alpha",
"version": "0.17.0",
"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.2",
"@automattic/jetpack-base-styles": "^0.6.9",
"@automattic/jetpack-components": "^0.42.4-alpha",
"@automattic/jetpack-components": "^0.42.4",
"@automattic/jetpack-connection": "^0.29.10",
"@automattic/jetpack-shared-extension-utils": "^0.12.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.0",
"@storybook/addon-actions": "7.1.0",
"@wordpress/api-fetch": "6.38.0",
"@wordpress/blob": "3.41.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.0-alpha';
const PACKAGE_VERSION = '0.17.0';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit 0869b4f

Please sign in to comment.