File tree 4 files changed +15
-7
lines changed 4 files changed +15
-7
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 4.2.2-alpha] - unreleased
9
+
10
+ This is an alpha version! The changes listed here are not final.
11
+
12
+ ### Changed
13
+ - Update dependencies.
14
+
8
15
## [ 4.2.1] - 2025-05-19
9
16
### Changed
10
17
- Update package dependencies. [ #43398 ]
@@ -860,6 +867,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
860
867
861
868
- Add API endpoints and Jetpack Backup package for managing Help…
862
869
870
+ [ 4.2.2-alpha ] : https://github.com/Automattic/jetpack-backup/compare/v4.2.1...v4.2.2-alpha
863
871
[ 4.2.1 ] : https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1
864
872
[ 4.2.0 ] : https://github.com/Automattic/jetpack-backup/compare/v4.1.2...v4.2.0
865
873
[ 4.1.2 ] : https://github.com/Automattic/jetpack-backup/compare/v4.1.1...v4.1.2
Original file line number Diff line number Diff line change 5
5
"license" : " GPL-2.0-or-later" ,
6
6
"require" : {
7
7
"php" : " >=7.2" ,
8
- "automattic/jetpack-assets" : " ^4.0.20 " ,
8
+ "automattic/jetpack-assets" : " ^4.0.21 " ,
9
9
"automattic/jetpack-admin-ui" : " ^0.5.9" ,
10
10
"automattic/jetpack-autoloader" : " ^5.0.7" ,
11
11
"automattic/jetpack-backup-helper-script-manager" : " ^0.3.7" ,
12
12
"automattic/jetpack-composer-plugin" : " ^4.0.5" ,
13
13
"automattic/jetpack-config" : " ^3.1.0" ,
14
- "automattic/jetpack-connection" : " ^6.11.5 " ,
15
- "automattic/jetpack-my-jetpack" : " ^5.14.4-alpha " ,
14
+ "automattic/jetpack-connection" : " ^6.11.6 " ,
15
+ "automattic/jetpack-my-jetpack" : " ^5.14.4" ,
16
16
"automattic/jetpack-sync" : " ^4.13.0" ,
17
17
"automattic/jetpack-status" : " ^5.1.4"
18
18
},
Original file line number Diff line number Diff line change 29
29
"dependencies" : {
30
30
"@automattic/jetpack-analytics" : " ^0.1.36" ,
31
31
"@automattic/jetpack-api" : " ^0.20.2" ,
32
- "@automattic/jetpack-components" : " ^0.73.2-alpha " ,
33
- "@automattic/jetpack-connection" : " ^0.39.15 " ,
34
- "@automattic/jetpack-shared-extension-utils" : " ^0.20.0 " ,
32
+ "@automattic/jetpack-components" : " ^0.73.2" ,
33
+ "@automattic/jetpack-connection" : " ^0.39.16 " ,
34
+ "@automattic/jetpack-shared-extension-utils" : " ^0.20.1 " ,
35
35
"@automattic/number-formatters" : " ^1.0.2" ,
36
36
"@tanstack/react-query" : " 5.75.1" ,
37
37
"@wordpress/api-fetch" : " 7.22.0" ,
Original file line number Diff line number Diff line change 16
16
*/
17
17
class Package_Version {
18
18
19
- const PACKAGE_VERSION = '4.2.1 ' ;
19
+ const PACKAGE_VERSION = '4.2.2-alpha ' ;
20
20
21
21
const PACKAGE_SLUG = 'backup ' ;
22
22
You can’t perform that action at this time.
0 commit comments