Skip to content

Commit

Permalink
Backport mu-wpcom-plugin 1.6.16, jetpack 12.6-a.3 Changes (#32831)
Browse files Browse the repository at this point in the history
* Changelog edits.

* Init new cycle

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6076126293
  • Loading branch information
zinigor authored and matticbot committed Sep 4, 2023
1 parent 9516d62 commit bba4ce1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

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

## [0.29.9-alpha] - unreleased

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

## [0.29.9] - 2023-09-04
### Changed
- Updated package dependencies.
- Updated package dependencies. [#32803]
- Updated package dependencies. [#32804]

## [0.29.8] - 2023-08-21
### Added
Expand Down Expand Up @@ -626,5 +624,5 @@ This is an alpha version! The changes listed here are not final.
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.29.9-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.29.8...v0.29.9-alpha
[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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.29.9-alpha",
"version": "0.29.9",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -15,8 +15,8 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.2-alpha",
"@automattic/jetpack-components": "^0.42.1-alpha",
"@automattic/jetpack-api": "^0.16.2",
"@automattic/jetpack-components": "^0.42.2-alpha",
"@automattic/jetpack-config": "^0.1.21",
"@wordpress/base-styles": "4.32.0",
"@wordpress/browserslist-config": "5.24.0",
Expand All @@ -30,7 +30,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.9-alpha",
"@babel/core": "7.22.11",
"@babel/preset-react": "7.22.5",
"@storybook/addon-actions": "7.1.0",
Expand Down

0 comments on commit bba4ce1

Please sign in to comment.