Skip to content

Commit

Permalink
Backup 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Initsogar authored and matticbot committed Nov 14, 2024
1 parent 36e713f commit 25b1319
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.35.17] - 2024-11-14
### Changed
- Update dependencies.

## [0.35.16] - 2024-11-11
### Changed
- Updated package dependencies. [#39999]
Expand Down Expand Up @@ -888,6 +892,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.17]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.16...v0.35.17
[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
Expand Down
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": "^5.0.0-alpha"
"automattic/jetpack-changelogger": "^5.0.0"
},
"scripts": {
"test-js": [
Expand Down
14 changes: 7 additions & 7 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",
"version": "0.35.17",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -14,11 +14,11 @@
"author": "Automattic",
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.32",
"@automattic/jetpack-api": "^0.17.17",
"@automattic/jetpack-components": "^0.60.0-alpha",
"@automattic/jetpack-config": "^0.1.26",
"@automattic/jetpack-script-data": "^0.1.4",
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-api": "^0.17.18",
"@automattic/jetpack-components": "^0.60.0",
"@automattic/jetpack-config": "^0.1.27",
"@automattic/jetpack-script-data": "^0.1.5",
"@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",
"@automattic/jetpack-base-styles": "^0.6.36",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
Expand Down

0 comments on commit 25b1319

Please sign in to comment.