Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 2.0.2, jetpack 12.9-a.11 Changes (#34298)
Browse files Browse the repository at this point in the history
* Add changelogs

* Changelog edits.

* Version bumps

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7009588293
  • Loading branch information
anomiex authored and matticbot committed Nov 27, 2023
1 parent 5608acb commit 780dc9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ 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).

## [2.0.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.
## [2.0.3] - 2023-11-24

## [2.0.2] - 2023-11-21
### Changed
Expand Down Expand Up @@ -933,7 +931,7 @@ This is an alpha version! The changes listed here are not final.

- Separate the connection library into its own package.

[2.0.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v2.0.2...v2.0.3-alpha
[2.0.3]: https://github.com/Automattic/jetpack-connection/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/Automattic/jetpack-connection/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/Automattic/jetpack-connection/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/Automattic/jetpack-connection/compare/v1.60.1...v2.0.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-a8c-mc-stats": "^2.0.0",
"automattic/jetpack-admin-ui": "^0.3.1-alpha",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-constants": "^2.0.0",
"automattic/jetpack-roles": "^2.0.0",
"automattic/jetpack-status": "^2.0.1",
Expand All @@ -16,7 +16,7 @@
"automattic/wordbless": "@dev",
"yoast/phpunit-polyfills": "1.1.0",
"brain/monkey": "2.6.1",
"automattic/jetpack-changelogger": "^4.0.3-alpha"
"automattic/jetpack-changelogger": "^4.0.3"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
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 @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '2.0.3-alpha';
const PACKAGE_VERSION = '2.0.3';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit 780dc9d

Please sign in to comment.