File tree Expand file tree Collapse file tree 4 files changed +32
-52
lines changed Expand file tree Collapse file tree 4 files changed +32
-52
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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.
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.
You can’t perform that action at this time.
0 commit comments