Skip to content

Commit 52e0ce5

Browse files
zinigormatticbot
authored andcommitted
Amend readme.txt
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13637004167 Upstream-Ref: Automattic/jetpack@ec2b01e
1 parent fa0b476 commit 52e0ce5

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

CHANGELOG.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,21 @@ 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.80.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.80.0] - 2025-03-03
129
### Security
13-
- Social: Moved Mastodon input form to start
10+
- Social: Moved Mastodon input form to start. [#41986]
1411

1512
### Added
16-
- Added unit tests for the admin page
17-
- Publicize Components: Add Storybook support
13+
- Added unit tests for the admin page. [#41951]
14+
- Publicize Components: Add Storybook support. [#42167]
1815

1916
### Changed
20-
- Social | Improve connect URL generation
21-
- Update package dependencies.
17+
- Social: Improve connect URL generation. [#42019]
18+
- Update package dependencies. [#42081] [#42163]
2219

2320
### Fixed
24-
- Clean up Social admin page unit tests
25-
- Social | Avoid calling the settings endpoint on Social admin page if not relevant
21+
- Clean up Social admin page unit tests. [#42064]
22+
- Social: Avoid calling the settings endpoint on Social admin page if not relevant. [#42102]
2623

2724
## [0.79.0] - 2025-02-24
2825
### Added
@@ -1124,7 +1121,7 @@ This is an alpha version! The changes listed here are not final.
11241121
### Changed
11251122
- Updated package dependencies. [#24470]
11261123

1127-
[0.80.0-alpha]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.79.0...v0.80.0-alpha
1124+
[0.80.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.79.0...v0.80.0
11281125
[0.79.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.78.0...v0.79.0
11291126
[0.78.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.2...v0.78.0
11301127
[0.77.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.1...v0.77.2

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@automattic/jetpack-publicize-components",
4-
"version": "0.80.0-alpha",
4+
"version": "0.80.0",
55
"description": "A library of JS components required by the Publicize editor plugin",
66
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme",
77
"bugs": {
@@ -20,10 +20,10 @@
2020
},
2121
"dependencies": {
2222
"@automattic/jetpack-analytics": "^0.1.36",
23-
"@automattic/jetpack-components": "^0.68.0-alpha",
24-
"@automattic/jetpack-connection": "^0.38.0-alpha",
23+
"@automattic/jetpack-components": "^0.68.0",
24+
"@automattic/jetpack-connection": "^0.38.0",
2525
"@automattic/jetpack-script-data": "^0.2.1",
26-
"@automattic/jetpack-shared-extension-utils": "^0.17.4-alpha",
26+
"@automattic/jetpack-shared-extension-utils": "^0.17.4",
2727
"@automattic/popup-monitor": "1.0.2",
2828
"@automattic/social-previews": "2.1.0-beta.10",
2929
"@wordpress/annotations": "3.19.0",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@automattic/color-studio": "4.0.0",
55-
"@automattic/jetpack-base-styles": "^0.6.44-alpha",
55+
"@automattic/jetpack-base-styles": "^0.6.44",
5656
"@automattic/jetpack-webpack-config": "workspace:*",
5757
"@babel/core": "7.26.0",
5858
"@babel/plugin-transform-react-jsx": "7.25.9",

0 commit comments

Comments
 (0)