Skip to content

Commit ed9edb0

Browse files
robertsreberskimatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/25678674173 Upstream-Ref: Automattic/jetpack@49029a1
1 parent 97faec0 commit ed9edb0

5 files changed

Lines changed: 15 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ 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.8.7-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.8.7] - 2026-05-11
129
### Changed
13-
- Components: Use Link from `@wordpress/ui` instead of ExternalLink.
10+
- Components: Use Link from `@wordpress/ui` instead of ExternalLink. [#48529]
1411

1512
## [0.8.6] - 2026-05-04
1613
### Changed
@@ -182,7 +179,7 @@ This is an alpha version! The changes listed here are not final.
182179
### Changed
183180
- Update package dependencies. [#46143]
184181

185-
[0.8.7-alpha]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.6...v0.8.7-alpha
182+
[0.8.7]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.6...v0.8.7
186183
[0.8.6]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.5...v0.8.6
187184
[0.8.5]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.4...v0.8.5
188185
[0.8.4]: https://github.com/Automattic/jetpack-newsletter/compare/v0.8.3...v0.8.4

build/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
*/
1010

1111
return array(
12-
'version' => '0.8.7-alpha',
12+
'version' => '0.8.7',
1313
'build_url' => plugin_dir_url( __FILE__ ),
1414
);

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"license": "GPL-2.0-or-later",
66
"require": {
77
"php": ">=7.2",
8-
"automattic/jetpack-admin-ui": "^0.8.2",
9-
"automattic/jetpack-assets": "^4.3.34",
10-
"automattic/jetpack-connection": "^8.3.3",
8+
"automattic/jetpack-admin-ui": "^0.8.3",
9+
"automattic/jetpack-assets": "^4.3.35",
10+
"automattic/jetpack-connection": "^8.3.4",
1111
"automattic/jetpack-plans": "^0.11.4",
1212
"automattic/jetpack-redirect": "^3.0.10",
1313
"automattic/jetpack-status": "^6.1.3",
14-
"automattic/jetpack-wp-build-polyfills": "^0.1.7-alpha"
14+
"automattic/jetpack-wp-build-polyfills": "^0.1.7"
1515
},
1616
"require-dev": {
1717
"yoast/phpunit-polyfills": "^4.0.0",

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-newsletter",
3-
"version": "0.8.7-alpha",
3+
"version": "0.8.7",
44
"private": true,
55
"description": "Jetpack Newsletter functionality",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/newsletter/#readme",
@@ -38,11 +38,11 @@
3838
"@automattic/format-currency": "1.0.1",
3939
"@automattic/jetpack-analytics": "^1.0.11",
4040
"@automattic/jetpack-api": "^1.0.24",
41-
"@automattic/jetpack-base-styles": "^1.2.1-alpha",
42-
"@automattic/jetpack-components": "^1.11.0-alpha",
43-
"@automattic/jetpack-connection": "^1.4.49-alpha",
41+
"@automattic/jetpack-base-styles": "^1.2.1",
42+
"@automattic/jetpack-components": "^1.11.0",
43+
"@automattic/jetpack-connection": "^1.4.49",
4444
"@automattic/jetpack-script-data": "^0.6.3",
45-
"@automattic/jetpack-shared-extension-utils": "^1.5.13-alpha",
45+
"@automattic/jetpack-shared-extension-utils": "^1.5.13",
4646
"@tanstack/react-query": "5.90.8",
4747
"@wordpress/admin-ui": "1.12.0",
4848
"@wordpress/api-fetch": "7.44.0",
@@ -65,7 +65,7 @@
6565
"devDependencies": {
6666
"@automattic/babel-plugin-replace-textdomain": "^1.0.57",
6767
"@automattic/jetpack-webpack-config": "workspace:*",
68-
"@automattic/jetpack-wp-build-polyfills": "^0.1.7-alpha",
68+
"@automattic/jetpack-wp-build-polyfills": "^0.1.7",
6969
"@babel/core": "7.29.0",
7070
"@babel/runtime": "7.29.2",
7171
"@testing-library/dom": "10.4.1",

src/class-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222
class Settings {
2323

24-
const PACKAGE_VERSION = '0.8.7-alpha';
24+
const PACKAGE_VERSION = '0.8.7';
2525

2626
const ADMIN_PAGE_SLUG = 'jetpack-newsletter';
2727

0 commit comments

Comments
 (0)