Skip to content

Commit

Permalink
Bump sync package version to 3.0.2 (#37705)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha authored Jun 4, 2024
1 parent b0231dd commit ff53624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions projects/packages/sync/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.2] - 2024-06-04
### Fixed
- Defaults: Add new item to default_theme_support_whitelist to prevent failing sync tests. [#37701]

## [3.0.1] - 2024-05-29
### Changed
- Remove the 'jetpack-identity-crisis' dependency. [#36968]
Expand Down Expand Up @@ -1168,6 +1172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Packages: Move sync to a classmapped package

[3.0.2]: https://github.com/Automattic/jetpack-sync/compare/v3.0.1...v3.0.2
[3.0.1]: https://github.com/Automattic/jetpack-sync/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Automattic/jetpack-sync/compare/v2.16.6...v3.0.0
[2.16.6]: https://github.com/Automattic/jetpack-sync/compare/v2.16.5...v2.16.6
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/sync/src/class-package-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '3.0.2-alpha';
const PACKAGE_VERSION = '3.0.2';

const PACKAGE_SLUG = 'sync';

Expand Down

0 comments on commit ff53624

Please sign in to comment.