Skip to content

Commit 9991d1e

Browse files
gmjuhaszmatticbot
authored andcommitted
Changelog and readme.txt edits. (#42565)
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13943516897 Upstream-Ref: Automattic/jetpack@92aea87
1 parent a297bc5 commit 9991d1e

File tree

7 files changed

+105
-97
lines changed

7 files changed

+105
-97
lines changed

composer.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jetpack_vendor/automattic/jetpack-blaze/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.25.17-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Changed
13+
- Update dependencies.
14+
815
## [0.25.16] - 2025-03-18
916
### Changed
1017
- Update package dependencies. [#42511]
@@ -553,6 +560,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
553560
### Changed
554561
- Updated package dependencies. [#27906]
555562

563+
[0.25.17-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.25.16...v0.25.17-alpha
556564
[0.25.16]: https://github.com/automattic/jetpack-blaze/compare/v0.25.15...v0.25.16
557565
[0.25.15]: https://github.com/automattic/jetpack-blaze/compare/v0.25.14...v0.25.15
558566
[0.25.14]: https://github.com/automattic/jetpack-blaze/compare/v0.25.13...v0.25.14

jetpack_vendor/automattic/jetpack-blaze/src/class-dashboard.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Dashboard {
2121
*
2222
* @var string
2323
*/
24-
const PACKAGE_VERSION = '0.25.16';
24+
const PACKAGE_VERSION = '0.25.17-alpha';
2525

2626
/**
2727
* List of dependencies needed to render the dashboard in wp-admin.

jetpack_vendor/automattic/jetpack-masterbar/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-assets": "^4.0.13",
9-
"automattic/jetpack-blaze": "^0.25.16",
9+
"automattic/jetpack-blaze": "^0.25.17-alpha",
1010
"automattic/jetpack-compat": "^4.0.1",
1111
"automattic/jetpack-device-detection": "^3.0.4",
1212
"automattic/jetpack-connection": "^6.7.6",

jetpack_vendor/i18n-map.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
),
1515
'jetpack-blaze' => array(
1616
'path' => 'jetpack_vendor/automattic/jetpack-blaze',
17-
'ver' => '0.25.16',
17+
'ver' => '0.25.17-alpha1742377648',
1818
),
1919
'jetpack-calypsoify' => array(
2020
'path' => 'jetpack_vendor/automattic/jetpack-calypsoify',

0 commit comments

Comments
 (0)