Skip to content

Commit

Permalink
Update wordpress monorepo (#34093)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Replace old hack for palette and gradient settings.
  They're replacing useSetting with useSettings. But now there's also a hook we can use.
* Add pnpmfile hack to avoid unnecessary `@ariakit/test` dep

---------

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/6855518021
  • Loading branch information
anomiex authored and matticbot committed Nov 13, 2023
1 parent a46d0f1 commit e1b452a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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).

## [1.60.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [1.60.0] - 2023-11-13
### Added
- Added a 'source' query param to the Jetpack connect URL. [#33984]
Expand Down Expand Up @@ -908,6 +915,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[1.60.1-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.60.0...v1.60.1-alpha
[1.60.0]: https://github.com/Automattic/jetpack-connection/compare/v1.59.0...v1.60.0
[1.59.0]: https://github.com/Automattic/jetpack-connection/compare/v1.58.3...v1.59.0
[1.58.3]: https://github.com/Automattic/jetpack-connection/compare/v1.58.2...v1.58.3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@automattic/jetpack-webpack-config": "workspace:*",
"@wordpress/browserslist-config": "5.27.0",
"@wordpress/browserslist-config": "5.28.0",
"webpack": "5.76.0",
"webpack-cli": "4.9.1"
}
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 = '1.60.0';
const PACKAGE_VERSION = '1.60.1-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down

0 comments on commit e1b452a

Please sign in to comment.