File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Expand file tree Collapse file tree 4 files changed +6
-9
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.
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-alpha] - unreleased
9-
10- This is an alpha version! The changes listed here are not final.
11-
8+ ## [ 0.5.2] - 2024-11-04
129### Added
13- - Enable test coverage.
10+ - Enable test coverage. [ # 39961 ]
1411
1512## [ 0.5.1] - 2024-10-10
1613### Fixed
@@ -96,7 +93,7 @@ This is an alpha version! The changes listed here are not final.
9693### Fixed
9794- Jetpack Boost: Fix assoc_array schema validation. [ #29611 ]
9895
99- [ 0.5.2-alpha ] : https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.1...v0.5.2-alpha
96+ [ 0.5.2 ] : https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.1...v0.5.2
10097[ 0.5.1 ] : https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.5.0...v0.5.1
10198[ 0.5.0 ] : https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.5...v0.5.0
10299[ 0.4.5 ] : https://github.com/Automattic/jetpack-wp-js-data-sync/compare/v0.4.4...v0.4.5
Original file line number Diff line number Diff line change 55 "license" : " GPL-2.0-or-later" ,
66 "require" : {
77 "php" : " >=7.0" ,
8- "automattic/jetpack-schema" : " ^0.1.3-alpha "
8+ "automattic/jetpack-schema" : " ^0.1.3"
99 },
1010 "require-dev" : {
1111 "yoast/phpunit-polyfills" : " ^1.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @automattic/jetpack-wp-js-data-sync" ,
4- "version" : " 0.5.2-alpha " ,
4+ "version" : " 0.5.2" ,
55 "description" : " A package to setup REST API and script localization to pass data to a JavaScript client." ,
66 "homepage" : " https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wp-js-data-sync/#readme" ,
77 "bugs" : {
Original file line number Diff line number Diff line change 7070
7171final class Data_Sync {
7272
73- const PACKAGE_VERSION = '0.5.2-alpha ' ;
73+ const PACKAGE_VERSION = '0.5.2 ' ;
7474
7575 /**
7676 * @var Registry
You can’t perform that action at this time.
0 commit comments