Skip to content

Commit

Permalink
Update wordpress monorepo (#40363)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Set `__next40pxDefaultSize` on various components to silence warnings

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

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

Upstream-Ref: Automattic/jetpack@24db28b
  • Loading branch information
anomiex authored and matticbot committed Dec 2, 2024
1 parent 771afd5 commit 6364296
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 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.1.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [6.1.0] - 2024-11-25
### Added
- Allow using application password for site registration. [#40233]
Expand Down Expand Up @@ -1258,6 +1265,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[6.1.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v6.1.0...v6.1.1-alpha
[6.1.0]: https://github.com/Automattic/jetpack-connection/compare/v6.0.1...v6.1.0
[6.0.1]: https://github.com/Automattic/jetpack-connection/compare/v6.0.0...v6.0.1
[6.0.0]: https://github.com/Automattic/jetpack-connection/compare/v5.1.7...v6.0.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.1",
"automattic/jetpack-assets": "^4.0.0",
"automattic/jetpack-assets": "^4.0.1-alpha",
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-roles": "^3.0.1",
"automattic/jetpack-status": "^5.0.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"dependencies": {
"@automattic/jetpack-connection": "^0.36.0-alpha",
"@automattic/jetpack-idc": "workspace:*",
"@wordpress/data": "10.12.0",
"@wordpress/element": "6.12.0"
"@wordpress/data": "10.13.0",
"@wordpress/element": "6.13.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.12.0",
"@wordpress/browserslist-config": "6.13.0",
"glob": "10.4.1",
"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.1.0';
const PACKAGE_VERSION = '6.1.1-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit 6364296

Please sign in to comment.