From c45af7dbaa546f41f03a6e809ab147fe3f832755 Mon Sep 17 00:00:00 2001 From: nateweller Date: Thu, 19 Oct 2023 23:36:45 +0000 Subject: [PATCH] Release Jetpack Protect 1.4.2 Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6581336863 --- CHANGELOG.md | 13 +++++-------- composer.json | 4 ++-- package.json | 14 +++++++------- src/class-package-version.php | 2 +- 4 files changed, 15 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cf9165..61ff83e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index f9f17e6f..1736daa7 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/package.json b/package.json index b1f19959..967c8e00 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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", diff --git a/src/class-package-version.php b/src/class-package-version.php index 503d45c7..45b298d0 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -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';