Skip to content

Commit

Permalink
Release packages/yoast-promo 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Feb 5, 2025
1 parent cfa0bd0 commit 1908e06
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 23 deletions.
5 changes: 5 additions & 0 deletions projects/packages/yoast-promo/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).

## [0.3.1] - 2025-02-05
### Changed
- Updated package dependencies. [#40564] [#41099] [#41286] [#41491]

## [0.3.0] - 2024-12-04
### Added
- Add missing package dependencies. [#37141]
Expand Down Expand Up @@ -41,6 +45,7 @@ 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.3.1]: https://github.com/automattic/jetpack-yoast-promo/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/automattic/jetpack-yoast-promo/compare/v0.2.0...v0.3.0
[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
Expand Down

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-eslint-9

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.3.0",
"version": "0.3.1",
"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.3.0';
const PACKAGE_VERSION = '0.3.1';

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

0 comments on commit 1908e06

Please sign in to comment.