From 6a0223a2ba7bbccab17ecbbc30efad235c54cf6e Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 18 Nov 2024 18:08:04 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#40231) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11898176231 Upstream-Ref: Automattic/jetpack@838e1c608c08690921b048f336b0c796f0121107 --- CHANGELOG.md | 12 ++++-------- package.json | 2 +- src/class-package-version.php | 2 +- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85475fb..8b07a44 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). -## [6.0.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [6.0.1] - 2024-11-18 ### Fixed -- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). +- Work around a WP user caching bug (https://core.trac.wordpress.org/ticket/62003). [#40188] ## [6.0.0] - 2024-11-14 ### Removed @@ -18,8 +15,7 @@ This is an alpha version! The changes listed here are not final. ## [5.1.7] - 2024-11-11 ### Changed -- Updated package dependencies. [#39999] -- Updated package dependencies. [#40060] +- Updated package dependencies. [#39999] [#40060] ## [5.1.6] - 2024-11-04 ### Added @@ -1254,7 +1250,7 @@ This is an alpha version! The changes listed here are not final. - Separate the connection library into its own package. -[6.0.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1-alpha +[6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1 [6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.0 [5.1.7]: https://github.com/Automattic/jetpack-connection/compare/v5.1.6...v5.1.7 [5.1.6]: https://github.com/Automattic/jetpack-connection/compare/v5.1.5...v5.1.6 diff --git a/package.json b/package.json index e2e2183..63a80e1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "watch": "pnpm run build && pnpm webpack watch" }, "dependencies": { - "@automattic/jetpack-connection": "^0.35.17", + "@automattic/jetpack-connection": "^0.35.18", "@automattic/jetpack-idc": "workspace:*", "@wordpress/data": "10.11.0", "@wordpress/element": "6.11.0" diff --git a/src/class-package-version.php b/src/class-package-version.php index 100faa9..d2cdd3c 100644 --- a/src/class-package-version.php +++ b/src/class-package-version.php @@ -12,7 +12,7 @@ */ class Package_Version { - const PACKAGE_VERSION = '6.0.1-alpha'; + const PACKAGE_VERSION = '6.0.1'; const PACKAGE_SLUG = 'connection';