Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcangelini authored and matticbot committed Nov 11, 2024
1 parent 6c2f5cb commit ffd972d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

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

## [0.35.16-alpha] - unreleased

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

## [0.35.16] - 2024-11-11
### Changed
- Updated package dependencies.
- Updated package dependencies. [#39999]
- Updated package dependencies. [#40000]
- Updated package dependencies. [#40060]

## [0.35.15] - 2024-11-04
### Added
Expand Down Expand Up @@ -889,7 +888,7 @@ This is an alpha version! The changes listed here are not final.
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.16-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16-alpha
[0.35.16]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.15...v0.35.16
[0.35.15]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.14...v0.35.15
[0.35.14]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.13...v0.35.14
[0.35.13]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.12...v0.35.13
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.35.16-alpha",
"version": "0.35.16",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -15,10 +15,10 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-api": "^0.17.17-alpha",
"@automattic/jetpack-components": "^0.59.0-alpha",
"@automattic/jetpack-api": "^0.17.17",
"@automattic/jetpack-components": "^0.59.0",
"@automattic/jetpack-config": "^0.1.26",
"@automattic/jetpack-script-data": "^0.1.4-alpha",
"@automattic/jetpack-script-data": "^0.1.4",
"@wordpress/base-styles": "5.11.0",
"@wordpress/browserslist-config": "6.11.0",
"@wordpress/components": "28.11.0",
Expand All @@ -31,7 +31,7 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.35-alpha",
"@automattic/jetpack-base-styles": "^0.6.35",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
Expand Down

0 comments on commit ffd972d

Please sign in to comment.