Skip to content

Commit

Permalink
Changelog edits. (#33747)
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Oct 24, 2023
1 parent ea4309e commit 676403d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ 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.55-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [0.2.55] - 2023-10-23
### Changed
- Updated package dependencies.
- Updated package dependencies. [#33646] [#33687]

## [0.2.54] - 2023-10-16
### Changed
Expand Down Expand Up @@ -264,7 +261,7 @@ This is an alpha version! The changes listed here are not final.
- PHPCS: Fix `WordPress.Security.ValidatedSanitizedInput`
- Updated package dependencies.

[0.2.55-alpha]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.54...v0.2.55-alpha
[0.2.55]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.54...v0.2.55
[0.2.54]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.53...v0.2.54
[0.2.53]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.52...v0.2.53
[0.2.52]: https://github.com/Automattic/jetpack-wordads/compare/v0.2.51...v0.2.52
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-wordads",
"version": "0.2.55-alpha",
"version": "0.2.55",
"description": "Earn income by allowing Jetpack to display high quality ads.",
"main": "main.js",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/wordads/#readme",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@automattic/color-studio": "2.5.0",
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-api": "^0.16.4",
"@automattic/jetpack-components": "^0.44.1-alpha",
"@automattic/jetpack-components": "^0.44.1",
"@wordpress/base-styles": "4.35.0",
"@wordpress/block-editor": "12.12.0",
"@wordpress/data": "9.14.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-package.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* WordAds package general information
*/
class Package {
const VERSION = '0.2.55-alpha';
const VERSION = '0.2.55';
const SLUG = 'wordads';

/**
Expand Down

0 comments on commit 676403d

Please sign in to comment.