Skip to content

Commit 2bc18c3

Browse files
manzoorwanijkmatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/20909224992 Upstream-Ref: Automattic/jetpack@be33041
1 parent 027c8d7 commit 2bc18c3

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@ 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.69.2-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.69.2] - 2026-01-12
129
### Changed
13-
- Update package dependencies.
10+
- Update package dependencies. [#46456]
1411

1512
### Removed
16-
- Remove the obsolete share limits logic.
13+
- Remove the obsolete share limits logic. [#46468]
1714

1815
## [0.69.1] - 2026-01-06
1916
### Removed
@@ -1203,7 +1200,7 @@ This is an alpha version! The changes listed here are not final.
12031200
- Updated package dependencies.
12041201
- Update package.json metadata.
12051202

1206-
[0.69.2-alpha]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2-alpha
1203+
[0.69.2]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.1...v0.69.2
12071204
[0.69.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.69.0...v0.69.1
12081205
[0.69.0]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.1...v0.69.0
12091206
[0.68.1]: https://github.com/Automattic/jetpack-publicize/compare/v0.68.0...v0.68.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": ">=7.2",
88
"automattic/jetpack-admin-ui": "^0.5.11",
9-
"automattic/jetpack-connection": "^6.20.1-alpha",
9+
"automattic/jetpack-connection": "^6.20.1",
1010
"automattic/jetpack-autoloader": "^5.0.15",
1111
"automattic/jetpack-config": "^3.1.1",
1212
"automattic/jetpack-assets": "^4.3.19",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/jetpack-publicize",
3-
"version": "0.69.2-alpha",
3+
"version": "0.69.2",
44
"private": true,
55
"description": "Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post.",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/publicize/#readme",
@@ -28,7 +28,7 @@
2828
],
2929
"dependencies": {
3030
"@automattic/jetpack-analytics": "^1.0.6",
31-
"@automattic/jetpack-publicize-components": "^1.10.2-alpha",
31+
"@automattic/jetpack-publicize-components": "^1.10.2",
3232
"@wordpress/api-fetch": "7.37.0",
3333
"@wordpress/i18n": "6.10.0",
3434
"jquery": "3.7.1"

0 commit comments

Comments
 (0)