Skip to content

Commit

Permalink
Release Jetpack Protect 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller authored and matticbot committed Oct 19, 2023
1 parent 8417ab8 commit c45af7d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 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.18.0-alpha] - unreleased

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

## [0.18.0] - 2023-10-19
### Changed
- Move ProgressBar component to the shared `@automattic/jetpack-components` package.
- Revert changes on #33394 #33036 and #33042 - Those changes won't properly handle VP block assets on feeds/query loops
- Updated package dependencies.
- Move ProgressBar component to the shared `@automattic/jetpack-components` package. [#33054]
- Revert changes on #33394 #33036 and #33042 - Those changes won't properly handle VP block assets on feeds/query loops [#33672]
- Updated package dependencies. [#33687]

## [0.17.6] - 2023-10-17
### Security
Expand Down Expand Up @@ -1157,7 +1154,7 @@ This is an alpha version! The changes listed here are not final.
### Added
- Created empty package [#24952]

[0.18.0-alpha]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.6...v0.18.0-alpha
[0.18.0]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.6...v0.18.0
[0.17.6]: https://github.com/Automattic/jetpack-videopress/compare/v0.17.5...v0.17.6
[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
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.23",
"automattic/jetpack-assets": "^1.18.13-alpha",
"automattic/jetpack-connection": "^1.58.2-alpha",
"automattic/jetpack-assets": "^1.18.13",
"automattic/jetpack-connection": "^1.58.2",
"automattic/jetpack-plans": "^0.3.4"
},
"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.18.0-alpha",
"version": "0.18.0",
"description": "VideoPress package",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/videopress/#readme",
"bugs": {
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@automattic/calypso-color-schemes": "3.1.1",
"@automattic/jetpack-base-styles": "^0.6.11-alpha",
"@automattic/jetpack-base-styles": "^0.6.11",
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.23.2",
"@babel/preset-react": "7.22.15",
Expand Down Expand Up @@ -56,11 +56,11 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.4-alpha",
"@automattic/jetpack-base-styles": "^0.6.11-alpha",
"@automattic/jetpack-components": "^0.44.0-alpha",
"@automattic/jetpack-connection": "^0.30.4-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.4-alpha",
"@automattic/jetpack-api": "^0.16.4",
"@automattic/jetpack-base-styles": "^0.6.11",
"@automattic/jetpack-components": "^0.44.0",
"@automattic/jetpack-connection": "^0.30.4",
"@automattic/jetpack-shared-extension-utils": "^0.12.4",
"@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.18.0-alpha';
const PACKAGE_VERSION = '0.18.0';

const PACKAGE_SLUG = 'videopress';

Expand Down

0 comments on commit c45af7d

Please sign in to comment.