File tree 4 files changed +10
-13
lines changed 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,9 @@ 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.1-alpha] - unreleased
9
-
10
- This is an alpha version! The changes listed here are not final.
11
-
8
+ ## [ 4.2.1] - 2025-05-19
12
9
### Changed
13
- - Update package dependencies.
10
+ - Update package dependencies. [ # 43398 ]
14
11
15
12
## [ 4.2.0] - 2025-05-12
16
13
### Changed
@@ -863,7 +860,7 @@ This is an alpha version! The changes listed here are not final.
863
860
864
861
- Add API endpoints and Jetpack Backup package for managing Help…
865
862
866
- [ 4.2.1-alpha ] : https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1-alpha
863
+ [ 4.2.1 ] : https://github.com/Automattic/jetpack-backup/compare/v4.2.0...v4.2.1
867
864
[ 4.2.0 ] : https://github.com/Automattic/jetpack-backup/compare/v4.1.2...v4.2.0
868
865
[ 4.1.2 ] : https://github.com/Automattic/jetpack-backup/compare/v4.1.1...v4.1.2
869
866
[ 4.1.1 ] : https://github.com/Automattic/jetpack-backup/compare/v4.1.0...v4.1.1
Original file line number Diff line number Diff line change 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.4 " ,
15
- "automattic/jetpack-my-jetpack" : " ^5.14.3-alpha " ,
14
+ "automattic/jetpack-connection" : " ^6.11.5 " ,
15
+ "automattic/jetpack-my-jetpack" : " ^5.14.3" ,
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.0 " ,
33
- "@automattic/jetpack-connection" : " ^0.39.14 " ,
34
- "@automattic/jetpack-shared-extension-utils" : " ^0.20.0-alpha " ,
35
- "@automattic/number-formatters" : " ^1.0.2-alpha " ,
32
+ "@automattic/jetpack-components" : " ^0.73.1 " ,
33
+ "@automattic/jetpack-connection" : " ^0.39.15 " ,
34
+ "@automattic/jetpack-shared-extension-utils" : " ^0.20.0" ,
35
+ "@automattic/number-formatters" : " ^1.0.2" ,
36
36
"@tanstack/react-query" : " 5.75.1" ,
37
37
"@wordpress/api-fetch" : " 7.22.0" ,
38
38
"@wordpress/components" : " 29.8.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-alpha ' ;
19
+ const PACKAGE_VERSION = '4.2.1 ' ;
20
20
21
21
const PACKAGE_SLUG = 'backup ' ;
22
22
You can’t perform that action at this time.
0 commit comments