Skip to content

Commit

Permalink
Changelog and readme.txt edits. (#40341)
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Nov 26, 2024
1 parent c29a9e2 commit 971dbcf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions 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.25.2] - 2024-11-26
### Changed
- Update dependencies. [#39855]

## [0.25.1] - 2024-11-25
### Changed
- Updated dependencies. [#40286]
Expand Down Expand Up @@ -489,6 +493,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.25.2]: https://github.com/automattic/jetpack-blaze/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/automattic/jetpack-blaze/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/automattic/jetpack-blaze/compare/v0.24.0...v0.25.0
[0.24.0]: https://github.com/automattic/jetpack-blaze/compare/v0.23.3...v0.24.0
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.25.1",
"version": "0.25.2",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.33",
"@automattic/jetpack-components": "^0.63.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.18",
"@automattic/jetpack-components": "^0.63.0",
"@automattic/jetpack-shared-extension-utils": "^0.15.19",
"@wordpress/block-editor": "14.7.0",
"@wordpress/components": "28.12.0",
"@wordpress/compose": "7.12.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.25.1';
const PACKAGE_VERSION = '0.25.2';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down

0 comments on commit 971dbcf

Please sign in to comment.