Skip to content

Commit

Permalink
Backports changes for mu-wpcom-plugin 1.6.21 and jetpack 12.7-a.1 (#3…
Browse files Browse the repository at this point in the history
…3292)

* Changelog edits.

* Update versions.

* Update projects/js-packages/components/CHANGELOG.md

Co-authored-by: Steve D. <33553323+sdixon194@users.noreply.github.com>

* Update projects/packages/changelogger/CHANGELOG.md

Co-authored-by: Steve D. <33553323+sdixon194@users.noreply.github.com>

---------

Co-authored-by: Steve D. <33553323+sdixon194@users.noreply.github.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6304680862
  • Loading branch information
ice9js authored and matticbot committed Sep 25, 2023
1 parent 6baeac6 commit 270bb86
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

### This is a list detailing changes for the Jetpack RNA Connection Component releases.

## [0.30.0-alpha] - unreleased

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

## [0.30.0] - 2023-09-25
### Added
- Handle connection error codes and display proper error messages. Enabled for the "private network" error only at the moment.
- Handle connection error codes and display proper error messages. Enabled for the "private network" error only at the moment. [#32898]

## [0.29.10] - 2023-09-13
### Changed
Expand Down Expand Up @@ -635,7 +632,7 @@ This is an alpha version! The changes listed here are not final.
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.30.0-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.10...v0.30.0-alpha
[0.30.0]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.10...v0.30.0
[0.29.10]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.9...v0.29.10
[0.29.9]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.8...v0.29.9
[0.29.8]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.7...v0.29.8
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.10-alpha"
"automattic/jetpack-changelogger": "^3.3.10"
},
"scripts": {
"test-js": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.30.0-alpha",
"version": "0.30.0",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.2",
"@automattic/jetpack-components": "^0.42.5-alpha",
"@automattic/jetpack-components": "^0.42.5",
"@automattic/jetpack-config": "^0.1.21",
"@wordpress/base-styles": "4.32.0",
"@wordpress/browserslist-config": "5.24.0",
Expand Down

0 comments on commit 270bb86

Please sign in to comment.