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,17 +5,14 @@ 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.6.2-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.6.2] - 2026-03-23
129### Changed
13- - Add Send newsletter by default toggle to Newsletter settings section.
14- - Update newsletter settings max width to 660px to match MSD and future settings pages
15- - Update package dependencies.
10+ - Add " Send newsletter by default" toggle to Newsletter settings section. [ # 47565 ]
11+ - Update newsletter settings max width to 660px to match MSD and future settings pages. [ # 47626 ]
12+ - Update package dependencies. [ # 47684 ]
1613
1714### Fixed
18- - Fix i18n translator comment concatenation caused by dataviews function aliasing
15+ - Fix translator comment concatenation caused by dataviews function aliasing. [ # 47602 ]
1916
2017## [ 0.6.1] - 2026-03-16
2118### Added
@@ -127,7 +124,7 @@ This is an alpha version! The changes listed here are not final.
127124### Changed
128125- Update package dependencies. [ #46143 ]
129126
130- [ 0.6.2-alpha ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.6.1...v0.6.2-alpha
127+ [ 0.6.2 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.6.1...v0.6.2
131128[ 0.6.1 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.6.0...v0.6.1
132129[ 0.6.0 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.5.2...v0.6.0
133130[ 0.5.2 ] : https://github.com/Automattic/jetpack-newsletter/compare/v0.5.1...v0.5.2
Original file line number Diff line number Diff line change 66 "require" : {
77 "php" : " >=7.2" ,
88 "automattic/jetpack-admin-ui" : " ^0.5.12" ,
9- "automattic/jetpack-assets" : " ^4.3.29-alpha " ,
10- "automattic/jetpack-connection" : " ^8.0.5-alpha " ,
9+ "automattic/jetpack-assets" : " ^4.3.29" ,
10+ "automattic/jetpack-connection" : " ^8.0.5" ,
1111 "automattic/jetpack-plans" : " ^0.11.3" ,
1212 "automattic/jetpack-redirect" : " ^3.0.9" ,
1313 "automattic/jetpack-status" : " ^6.1.2"
Original file line number Diff line number Diff line change 11{
22 "name" : " @automattic/jetpack-newsletter" ,
3- "version" : " 0.6.2-alpha " ,
3+ "version" : " 0.6.2" ,
44 "private" : true ,
55 "description" : " Jetpack Newsletter functionality" ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme" ,
3333 ],
3434 "dependencies" : {
3535 "@automattic/jetpack-analytics" : " ^1.0.8" ,
36- "@automattic/jetpack-api" : " ^1.0.20-alpha " ,
37- "@automattic/jetpack-components" : " ^1.6.1-alpha " ,
36+ "@automattic/jetpack-api" : " ^1.0.20" ,
37+ "@automattic/jetpack-components" : " ^1.6.1" ,
3838 "@automattic/jetpack-script-data" : " ^0.6.1" ,
39- "@automattic/jetpack-shared-extension-utils" : " ^1.5.5-alpha " ,
39+ "@automattic/jetpack-shared-extension-utils" : " ^1.5.5" ,
4040 "@wordpress/api-fetch" : " 7.42.0" ,
4141 "@wordpress/components" : " 32.4.0" ,
4242 "@wordpress/dataviews" : " 11.3.0" ,
Original file line number Diff line number Diff line change 2121 */
2222class Settings {
2323
24- const PACKAGE_VERSION = '0.6.2-alpha ' ;
24+ const PACKAGE_VERSION = '0.6.2 ' ;
2525 /**
2626 * Whether the class has been initialized
2727 *
You can’t perform that action at this time.
0 commit comments