Skip to content

Commit

Permalink
Fix version wordpress dependency version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Sep 4, 2024
1 parent 4221fea commit f8c3b46
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.35.4-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.35.3] - 2024-08-21
### Changed
- Internal updates.
Expand Down Expand Up @@ -831,6 +838,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.4-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.3...v0.35.4-alpha
[0.35.3]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.2...v0.35.3
[0.35.2]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.1...v0.35.2
[0.35.1]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.0...v0.35.1
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.35.3",
"version": "0.35.4-alpha",
"description": "Jetpack Connection Component",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/connection/#readme",
"bugs": {
Expand All @@ -15,23 +15,23 @@
"license": "GPL-2.0-or-later",
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.31",
"@automattic/jetpack-api": "^0.17.11",
"@automattic/jetpack-components": "^0.55.11",
"@automattic/jetpack-api": "^0.17.12-alpha",
"@automattic/jetpack-components": "^0.55.12-alpha",
"@automattic/jetpack-config": "^0.1.25",
"@automattic/jetpack-script-data": "^0.1.2",
"@wordpress/base-styles": "5.5.0",
"@wordpress/browserslist-config": "6.5.0",
"@wordpress/components": "28.5.0",
"@wordpress/data": "10.5.0",
"@wordpress/element": "6.5.0",
"@wordpress/i18n": "5.5.0",
"@wordpress/icons": "10.5.0",
"@wordpress/base-styles": "5.6.0",
"@wordpress/browserslist-config": "6.6.0",
"@wordpress/components": "28.6.0",
"@wordpress/data": "10.6.0",
"@wordpress/element": "6.6.0",
"@wordpress/i18n": "5.6.0",
"@wordpress/icons": "10.6.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.30",
"@automattic/jetpack-base-styles": "^0.6.31-alpha",
"@babel/core": "7.24.7",
"@babel/preset-react": "7.24.7",
"@storybook/addon-actions": "8.2.9",
Expand Down

0 comments on commit f8c3b46

Please sign in to comment.