Skip to content

Commit

Permalink
release packages/yoast-promo
Browse files Browse the repository at this point in the history
  • Loading branch information
samiff committed Feb 7, 2024
1 parent 674a204 commit 5f6ef10
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 80 deletions.
6 changes: 6 additions & 0 deletions projects/packages/yoast-promo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [0.2.0] - 2024-02-07
### Changed
- The package now requires PHP >= 7.0. [#34192]
- Updated package dependencies.

## [0.1.2] - 2023-07-06
### Changed
- Updated package dependencies.
Expand All @@ -22,5 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Generate initial package for Yoast promo components [#29627]
- Initialize yoast promo package in jetpack plugin [#29641]

[0.2.0]: https://github.com/automattic/jetpack-yoast-promo/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/automattic/jetpack-yoast-promo/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/automattic/jetpack-yoast-promo/compare/v0.1.0...v0.1.1

This file was deleted.

5 changes: 0 additions & 5 deletions projects/packages/yoast-promo/changelog/remove-unused-js-deps

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/packages/yoast-promo/changelog/renovate-sass-1.x

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/packages/yoast-promo/changelog/update-node-20

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/yoast-promo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-yoast-promo",
"version": "0.2.0-alpha",
"version": "0.2.0",
"description": "Components used to promote Yoast as part of our collaboration",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/yoast-promo/#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion projects/packages/yoast-promo/src/class-yoast-promo.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Yoast_Promo {

const PACKAGE_VERSION = '0.2.0-alpha';
const PACKAGE_VERSION = '0.2.0';

/**
* Script handle for the JS file we enqueue in the post editor.
Expand Down

0 comments on commit 5f6ef10

Please sign in to comment.