From e9b7f2ebaeb33f38d276250c7b1937fe5c93803b Mon Sep 17 00:00:00 2001 From: haqadn Date: Wed, 13 Sep 2023 04:24:34 +0000 Subject: [PATCH] Update readme.txt changelog Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6167867077 --- CHANGELOG.md | 9 +++------ composer.json | 4 ++-- package.json | 6 +++--- src/class-initializer.php | 2 +- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43988097..e0ec7695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,9 @@ 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). -## [3.4.5-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.4.5] - 2023-09-13 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#33001] ## [3.4.4] - 2023-09-11 ### Changed @@ -1021,7 +1018,7 @@ This is an alpha version! The changes listed here are not final. ### Added - Created package -[3.4.5-alpha]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5-alpha +[3.4.5]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.4...3.4.5 [3.4.4]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.3...3.4.4 [3.4.3]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.2...3.4.3 [3.4.2]: https://github.com/Automattic/jetpack-my-jetpack/compare/3.4.1...3.4.2 diff --git a/composer.json b/composer.json index 0a8675ea..f7bf646f 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "automattic/jetpack-admin-ui": "^0.2.22", "automattic/jetpack-assets": "^1.18.10", - "automattic/jetpack-connection": "^1.57.4-alpha", + "automattic/jetpack-connection": "^1.57.4", "automattic/jetpack-jitm": "^2.3.18", "automattic/jetpack-licensing": "^1.8.3", "automattic/jetpack-plugins-installer": "^0.2.5", @@ -17,7 +17,7 @@ "yoast/phpunit-polyfills": "1.1.0", "automattic/jetpack-changelogger": "^3.3.8", "automattic/wordbless": "@dev", - "automattic/jetpack-videopress": "^0.16.0-alpha" + "automattic/jetpack-videopress": "^0.16.0" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." diff --git a/package.json b/package.json index 6a6c30fa..deaaa41d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-my-jetpack", - "version": "3.4.5-alpha", + "version": "3.4.5", "description": "WP Admin page with information and configuration shared among all Jetpack stand-alone plugins", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/my-jetpack/#readme", "bugs": { @@ -26,8 +26,8 @@ "@automattic/jetpack-analytics": "^0.1.27", "@automattic/jetpack-api": "^0.16.2", "@automattic/jetpack-base-styles": "^0.6.9", - "@automattic/jetpack-components": "^0.42.3-alpha", - "@automattic/jetpack-connection": "^0.29.10-alpha", + "@automattic/jetpack-components": "^0.42.3", + "@automattic/jetpack-connection": "^0.29.10", "@automattic/jetpack-licensing": "workspace:*", "@wordpress/api-fetch": "6.38.0", "@wordpress/components": "25.7.0", diff --git a/src/class-initializer.php b/src/class-initializer.php index 798f13db..cb87ccd9 100644 --- a/src/class-initializer.php +++ b/src/class-initializer.php @@ -31,7 +31,7 @@ class Initializer { * * @var string */ - const PACKAGE_VERSION = '3.4.5-alpha'; + const PACKAGE_VERSION = '3.4.5'; /** * HTML container ID for the IDC screen on My Jetpack page.