Skip to content

Commit

Permalink
Add a watch script for masterbar package (#41066)
Browse files Browse the repository at this point in the history
* Add watch command to masterbar package

* changelog

* update composer.lock

* changelog

* update composer.lock files

* changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12788637230

Upstream-Ref: Automattic/jetpack@6d43035
  • Loading branch information
matiasbenedetto authored and matticbot committed Jan 15, 2025
1 parent 9a8bf3a commit 3a0e791
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 118 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This is an alpha version! The changes listed here are not final.
- Embeds: fix the Descript block variation icon svg path.
- Moved WPCOM_REST_API_Proxy_Request trait to the connection package
- SIG: Changed description for togle
- update composer.lock files
- Updated package dependencies.
- Update title of "Pexels Free Photos" to be sentence case to match adjacent options.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"automattic/jetpack-jitm": "^4.0.3",
"automattic/jetpack-licensing": "^3.0.2",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-masterbar": "^0.10.6",
"automattic/jetpack-masterbar": "^0.11.0-alpha",
"automattic/jetpack-my-jetpack": "^5.3.2",
"automattic/jetpack-plugins-installer": "^0.5.0",
"automattic/jetpack-post-list": "^0.7.3",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-masterbar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.11.0-alpha] - unreleased

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

### Changed
- Add watch command in the masterbar package

## [0.10.6] - 2025-01-10
### Changed
- Fixes the self-hosted link when WooCommerce is installed alongside SSO. [#40840]
Expand Down Expand Up @@ -198,6 +205,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Notifications: Change Icon [#37676]
- Updated package dependencies. [#37669] [#37706]

[0.11.0-alpha]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.6...v0.11.0-alpha
[0.10.6]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/Automattic/jetpack-masterbar/compare/v0.10.3...v0.10.4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
class Main {

const PACKAGE_VERSION = '0.10.6';
const PACKAGE_VERSION = '0.11.0-alpha';

/**
* Initializer.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
),
'jetpack-masterbar' => array(
'path' => 'jetpack_vendor/automattic/jetpack-masterbar',
'ver' => '0.10.6',
'ver' => '0.11.0-alpha1736945228',
),
'jetpack-my-jetpack' => array(
'path' => 'jetpack_vendor/automattic/jetpack-my-jetpack',
Expand Down
Loading

0 comments on commit 3a0e791

Please sign in to comment.