Skip to content

Commit cf95042

Browse files
diliritymatticbot
authored andcommitted
Backport boost 3.6.0-beta Changes (#40034)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11668437540 Upstream-Ref: Automattic/jetpack@03f5683
1 parent cf0461a commit cf95042

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

src/class-data-sync.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070

7171
final class Data_Sync {
7272

73-
const PACKAGE_VERSION = '0.5.2-alpha';
73+
const PACKAGE_VERSION = '0.5.2';
7474

7575
/**
7676
* @var Registry

0 commit comments

Comments
 (0)