Skip to content

Commit

Permalink
Update wordpress monorepo (#41491)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Ignore TypeScript error
* Adjust for removed z-index

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

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

Upstream-Ref: Automattic/jetpack@55158b7
  • Loading branch information
anomiex authored and matticbot committed Feb 3, 2025
1 parent e73fb01 commit 44d41d5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [6.3.3-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [6.3.2] - 2025-02-03
### Changed
- Updated package dependencies. [#41286]
Expand Down Expand Up @@ -1298,6 +1305,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[6.3.3-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.3.2...v6.3.3-alpha
[6.3.2]: https://github.com/Automattic/jetpack-connection/compare/v6.3.1...v6.3.2
[6.3.1]: https://github.com/Automattic/jetpack-connection/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/Automattic/jetpack-connection/compare/v6.2.2...v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.2",
"automattic/jetpack-a8c-mc-stats": "^3.0.0",
"automattic/jetpack-admin-ui": "^0.5.2",
"automattic/jetpack-assets": "^4.0.4",
"automattic/jetpack-assets": "^4.0.5-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.3",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"watch": "pnpm run build && pnpm webpack watch"
},
"dependencies": {
"@automattic/jetpack-connection": "^0.36.4",
"@automattic/jetpack-connection": "^0.36.5-alpha",
"@automattic/jetpack-idc": "workspace:*",
"@wordpress/data": "10.16.0",
"@wordpress/element": "6.16.0"
"@wordpress/data": "10.17.0",
"@wordpress/element": "6.17.0"
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@wordpress/browserslist-config": "6.16.0",
"@wordpress/browserslist-config": "6.17.0",
"glob": "11.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '6.3.2';
const PACKAGE_VERSION = '6.3.3-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit 44d41d5

Please sign in to comment.