Skip to content

Commit 63c35cf

Browse files
tbradshamatticbot
authored andcommitted
Updated package versions for automattic/jetpack-debug-helper
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15475447956 Upstream-Ref: Automattic/jetpack@1ebe2f7
1 parent 492af8c commit 63c35cf

File tree

4 files changed

+32
-52
lines changed

4 files changed

+32
-52
lines changed

CHANGELOG.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,14 @@ 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-
## [2.2.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [2.2.1] - 2025-06-05
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#43425]
1411

1512
### Fixed
16-
- Code: Update stylesheets to use hex instead of named colors.
17-
- Code: Update stylesheets to use WordPress font styles.
18-
- Linting: Do additional stylesheet cleanup.
13+
- Code: Update stylesheets to use hex instead of named colors. [#42920]
14+
- Code: Update stylesheets to use WordPress font styles. [#42928]
15+
- Linting: Do additional stylesheet cleanup. [#43247]
1916

2017
## [2.2.0] - 2025-04-04
2118
### Added
@@ -151,7 +148,7 @@ This is an alpha version! The changes listed here are not final.
151148

152149
- Initial version.
153150

154-
[2.2.1-alpha]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.0...v2.2.1-alpha
151+
[2.2.1]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.2.0...v2.2.1
155152
[2.2.0]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.1.0...v2.2.0
156153
[2.1.0]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.0.1...v2.1.0
157154
[2.0.1]: https://github.com/Automattic/jetpack-debug-helper/compare/v2.0.0...v2.0.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "A plugin for mocking various states of the plugin to aid in Jetpack development. Not for production use.",
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
6-
"require": {},
76
"require-dev": {
87
"automattic/jetpack-changelogger": "^6.0.5"
98
},
9+
"repositories": [],
1010
"minimum-stability": "dev",
1111
"prefer-stable": true,
1212
"extra": {

composer.lock

Lines changed: 23 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: Jetpack Debug Tools
44
* Description: Give me a Jetpack connection, and I'll break it every way possible.
55
* Author: Automattic - Jetpack Crew
6-
* Version: 2.2.1-alpha
6+
* Version: 2.2.1
77
* Text Domain: jetpack
88
*
99
* @package automattic/jetpack-debug-helper.
@@ -33,7 +33,7 @@
3333
* The plugin version.
3434
* Increase that if you do any edits to ensure refreshing the cached assets.
3535
*/
36-
define( 'JETPACK_DEBUG_HELPER_VERSION', '2.2.1-alpha' );
36+
define( 'JETPACK_DEBUG_HELPER_VERSION', '2.2.1' );
3737

3838
/**
3939
* Include file names from the modules directory here.

0 commit comments

Comments
 (0)