Skip to content

Commit

Permalink
Update wordpress monorepo (#40288)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11957107408

Upstream-Ref: Automattic/jetpack@88204ab
  • Loading branch information
anomiex authored and matticbot committed Nov 21, 2024
1 parent ec64a61 commit f1cbe27
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 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.19-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.35.18] - 2024-11-18
### Changed
- Update dependencies.
Expand Down Expand Up @@ -893,6 +900,7 @@
- `Main` and `ConnectUser` components added.
- `JetpackRestApiClient` API client added.

[0.35.19-alpha]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.18...v0.35.19-alpha
[0.35.18]: https://github.com/Automattic/jetpack-connection-js/compare/v0.35.17...v0.35.18
[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
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@automattic/jetpack-connection",
"version": "0.35.18",
"version": "0.35.19-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.33",
"@automattic/jetpack-api": "^0.17.18",
"@automattic/jetpack-api": "^0.17.19-alpha",
"@automattic/jetpack-components": "^0.62.0-alpha",
"@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",
"@wordpress/data": "10.11.0",
"@wordpress/element": "6.11.0",
"@wordpress/i18n": "5.11.0",
"@wordpress/icons": "10.11.0",
"@wordpress/base-styles": "5.12.0",
"@wordpress/browserslist-config": "6.12.0",
"@wordpress/components": "28.12.0",
"@wordpress/data": "10.12.0",
"@wordpress/element": "6.12.0",
"@wordpress/i18n": "5.12.0",
"@wordpress/icons": "10.12.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@automattic/jetpack-base-styles": "^0.6.36",
"@automattic/jetpack-base-styles": "^0.6.37-alpha",
"@babel/core": "7.26.0",
"@babel/preset-react": "7.25.9",
"@storybook/addon-actions": "8.3.5",
Expand Down

0 comments on commit f1cbe27

Please sign in to comment.