Skip to content

Commit d0ecf07

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 59e3d7b commit d0ecf07

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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+
## [4.3.4-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
## [4.3.3] - 2025-08-14
916
### Changed
1017
- Update package dependencies. [#44701]
@@ -978,6 +985,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
978985

979986
- Update Jetpack to use new JITM package
980987

988+
[4.3.4-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.3...v4.3.4-alpha
981989
[4.3.3]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.2...v4.3.3
982990
[4.3.2]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.1...v4.3.2
983991
[4.3.1]: https://github.com/Automattic/jetpack-jitm/compare/v4.3.0...v4.3.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-a8c-mc-stats": "^3.0.5",
9-
"automattic/jetpack-assets": "^4.3.5",
9+
"automattic/jetpack-assets": "^4.3.6-alpha",
1010
"automattic/jetpack-connection": "^6.18.6-alpha",
1111
"automattic/jetpack-device-detection": "^3.0.9",
1212
"automattic/jetpack-logo": "^3.0.5",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"browserslist": "extends @wordpress/browserslist-config",
2525
"devDependencies": {
2626
"@automattic/jetpack-webpack-config": "workspace:*",
27-
"@wordpress/browserslist-config": "6.28.0",
27+
"@wordpress/browserslist-config": "6.30.0",
2828
"sass-embedded": "1.87.0",
2929
"sass-loader": "16.0.5",
3030
"webpack": "5.94.0",

src/class-jitm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
class JITM {
2727

28-
const PACKAGE_VERSION = '4.3.3';
28+
const PACKAGE_VERSION = '4.3.4-alpha';
2929

3030
/**
3131
* List of screen IDs where JITMs are allowed to display.

0 commit comments

Comments
 (0)