File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ 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+ ## [ 0.5.2] - 2026-03-02
9+ ### Changed
10+ - Update dependencies. [ #47038 ]
11+
812## [ 0.5.1] - 2026-02-26
913### Added
1014- Add clarifying note to Reading settings page linking to Newsletter settings for email content control. [ #47299 ]
@@ -84,6 +88,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8488### Changed
8589- Update package dependencies. [ #46143 ]
8690
91+ [ 0.5.2 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.5.1...v0.5.2
8792[ 0.5.1 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.5.0...v0.5.1
8893[ 0.5.0 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.4.0...v0.5.0
8994[ 0.4.0 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.3.2...v0.4.0
Original file line number Diff line number Diff line change 77 "php" : " >=7.2" ,
88 "automattic/jetpack-admin-ui" : " ^0.5.11" ,
99 "automattic/jetpack-assets" : " ^4.3.26" ,
10- "automattic/jetpack-connection" : " ^8.0.1 " ,
10+ "automattic/jetpack-connection" : " ^8.0.2 " ,
1111 "automattic/jetpack-redirect" : " ^3.0.9" ,
1212 "automattic/jetpack-status" : " ^6.1.2"
1313 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/jetpack-newsletter" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
44 "private" : true ,
55 "description" : " Jetpack Newsletter functionality" ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme" ,
3636 "@automattic/jetpack-api" : " ^1.0.18" ,
3737 "@automattic/jetpack-components" : " ^1.4.16" ,
3838 "@automattic/jetpack-script-data" : " ^0.6.0" ,
39- "@automattic/jetpack-shared-extension-utils" : " ^1.5.2-alpha " ,
39+ "@automattic/jetpack-shared-extension-utils" : " ^1.5.2" ,
4040 "@wordpress/api-fetch" : " 7.40.0" ,
4141 "@wordpress/components" : " 32.2.0" ,
4242 "@wordpress/dataviews" : " 11.3.0" ,
Original file line number Diff line number Diff line change 2222 */
2323class Settings {
2424
25- const PACKAGE_VERSION = '0.5.1 ' ;
25+ const PACKAGE_VERSION = '0.5.2 ' ;
2626 /**
2727 * Whether the class has been initialized
2828 *
You can’t perform that action at this time.
0 commit comments