Skip to content

Commit 9ee8a5c

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/14711082454 Upstream-Ref: Automattic/jetpack@b8f8310
1 parent 6afe3c1 commit 9ee8a5c

File tree

4 files changed

+17
-20
lines changed

4 files changed

+17
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,10 @@ 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.47.23-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.47.23] - 2025-04-28
129
### Fixed
13-
- Linting: Fix more Stylelint violations.
14-
- Linting: Remove outdated vendor prefixes in stylesheets.
10+
- Linting: Fix more Stylelint violations. [#43213]
11+
- Linting: Remove outdated vendor prefixes in stylesheets. [#43219]
1512

1613
## [0.47.22] - 2025-04-14
1714
### Fixed
@@ -1201,7 +1198,7 @@ This is an alpha version! The changes listed here are not final.
12011198
- Updated package dependencies.
12021199
- Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't.
12031200

1204-
[0.47.23-alpha]: https://github.com/Automattic/jetpack-search/compare/v0.47.22...v0.47.23-alpha
1201+
[0.47.23]: https://github.com/Automattic/jetpack-search/compare/v0.47.22...v0.47.23
12051202
[0.47.22]: https://github.com/Automattic/jetpack-search/compare/v0.47.21...v0.47.22
12061203
[0.47.21]: https://github.com/Automattic/jetpack-search/compare/v0.47.20...v0.47.21
12071204
[0.47.20]: https://github.com/Automattic/jetpack-search/compare/v0.47.19...v0.47.20

composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-connection": "^6.11.1-alpha",
9-
"automattic/jetpack-assets": "^4.0.19-alpha",
10-
"automattic/jetpack-constants": "^3.0.8-alpha",
11-
"automattic/jetpack-status": "^5.1.4-alpha",
8+
"automattic/jetpack-connection": "^6.11.1",
9+
"automattic/jetpack-assets": "^4.0.19",
10+
"automattic/jetpack-constants": "^3.0.8",
11+
"automattic/jetpack-status": "^5.1.4",
1212
"automattic/jetpack-config": "^3.1.0",
13-
"automattic/jetpack-my-jetpack": "^5.13.0-alpha",
14-
"automattic/jetpack-sync": "^4.11.1-alpha"
13+
"automattic/jetpack-my-jetpack": "^5.13.0",
14+
"automattic/jetpack-sync": "^4.11.1"
1515
},
1616
"require-dev": {
17-
"automattic/jetpack-changelogger": "^6.0.5-alpha",
17+
"automattic/jetpack-changelogger": "^6.0.5",
1818
"yoast/phpunit-polyfills": "^4.0.0",
1919
"automattic/jetpack-test-environment": "@dev",
20-
"automattic/phpunit-select-config": "^1.0.3-alpha"
20+
"automattic/phpunit-select-config": "^1.0.3"
2121
},
2222
"suggest": {
2323
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
"@automattic/format-currency": "1.0.1",
3838
"@automattic/jetpack-analytics": "^0.1.36",
3939
"@automattic/jetpack-api": "^0.20.1",
40-
"@automattic/jetpack-base-styles": "^0.7.2-alpha",
41-
"@automattic/jetpack-components": "^0.72.5-alpha",
42-
"@automattic/jetpack-connection": "^0.39.12-alpha",
43-
"@automattic/jetpack-shared-extension-utils": "^0.19.1-alpha",
40+
"@automattic/jetpack-base-styles": "^0.7.2",
41+
"@automattic/jetpack-components": "^0.72.5",
42+
"@automattic/jetpack-connection": "^0.39.12",
43+
"@automattic/jetpack-shared-extension-utils": "^0.19.1",
4444
"@wordpress/base-styles": "5.21.0",
4545
"@wordpress/block-editor": "14.16.0",
4646
"@wordpress/data": "10.21.0",

src/class-package.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Search package general information
1212
*/
1313
class Package {
14-
const VERSION = '0.47.23-alpha';
14+
const VERSION = '0.47.23';
1515
const SLUG = 'search';
1616

1717
/**

0 commit comments

Comments
 (0)