Skip to content

Commit d0cc01f

Browse files
manzoorwanijkmatticbot
authored andcommitted
Update wordpress monorepo (#45027)
* Update wordpress monorepo * Remove unwarranted change * Remove framer-motion hack Officially bumped here: WordPress/gutenberg#71442 * Update pnpm-lock.yaml * Add changelogs * Use moreHorizontal instead of moreHorizontalMobile WordPress/gutenberg#71172 * Fix some typecheck errors * Remove ESLint comment * Fix TypeScript parse option errors in useSimpleQuery and useSimpleMutation * Use a better fix for parse option * Fix Instagram Gallery tests: mock @wordpress/api-fetch instead of window.fetch * Fix extension block tests: mock @wordpress/api-fetch instead of window.fetch --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: tbradsha <[email protected]> Co-authored-by: Grzegorz Chudzinski-Pawlowski <[email protected]> Co-authored-by: Manzoor Wani <[email protected]> Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/17484937851 Upstream-Ref: Automattic/jetpack@28199bf
1 parent 502cc87 commit d0cc01f

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.22.3-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update package dependencies.
14+
815
## [0.22.2] - 2025-09-01
916
### Changed
1017
- Internal updates.
@@ -426,6 +433,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
426433
- Notifications: Change Icon [#37676]
427434
- Updated package dependencies. [#37669] [#37706]
428435

436+
[0.22.3-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.22.2...v0.22.3-alpha
429437
[0.22.2]: https://github.com/Automattic/jetpack-masterbar/compare/v0.22.1...v0.22.2
430438
[0.22.1]: https://github.com/Automattic/jetpack-masterbar/compare/v0.22.0...v0.22.1
431439
[0.22.0]: https://github.com/Automattic/jetpack-masterbar/compare/v0.21.0...v0.22.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-assets": "^4.3.5",
9-
"automattic/jetpack-blaze": "^0.26.6",
8+
"automattic/jetpack-assets": "^4.3.6-alpha",
9+
"automattic/jetpack-blaze": "^0.26.7-alpha",
1010
"automattic/jetpack-compat": "^4.0.1",
1111
"automattic/jetpack-device-detection": "^3.0.9",
1212
"automattic/jetpack-connection": "^6.18.6-alpha",
13-
"automattic/jetpack-jitm": "^4.3.3",
13+
"automattic/jetpack-jitm": "^4.3.4-alpha",
1414
"automattic/jetpack-logo": "^3.0.5",
1515
"automattic/jetpack-plans": "^0.10.0",
1616
"automattic/jetpack-status": "^6.0.4-alpha",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-masterbar",
3-
"version": "0.22.2",
3+
"version": "0.22.3-alpha",
44
"private": true,
55
"description": "The WordPress.com Toolbar feature replaces the default admin bar and offers quick links to the Reader, all your sites, your WordPress.com profile, and notifications.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/masterbar/#readme",
@@ -33,7 +33,7 @@
3333
"@automattic/remove-asset-webpack-plugin": "^1.0.31",
3434
"@babel/core": "7.28.0",
3535
"@csstools/postcss-global-data": "2.1.1",
36-
"@wordpress/browserslist-config": "6.28.0",
36+
"@wordpress/browserslist-config": "6.30.0",
3737
"autoprefixer": "10.4.20",
3838
"glob": "11.0.2",
3939
"postcss": "8.4.47",

src/class-main.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
class Main {
1616

17-
const PACKAGE_VERSION = '0.22.2';
17+
const PACKAGE_VERSION = '0.22.3-alpha';
1818

1919
/**
2020
* Initializer.

0 commit comments

Comments
 (0)