File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 2525 */
2626class 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.
You can’t perform that action at this time.
0 commit comments