Skip to content

Commit d6f45b9

Browse files
tbradshamatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13503428272 Upstream-Ref: Automattic/jetpack@6c020f3
1 parent e3964a6 commit d6f45b9

File tree

3 files changed

+20
-23
lines changed

3 files changed

+20
-23
lines changed

CHANGELOG.md

+12-15
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,25 @@ 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.79.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.79.0] - 2025-02-24
129
### Added
13-
- Added support for Bluesky video selection
14-
- Social: Updated the admin page for use by Editors and Authors
10+
- Add support for Bluesky video selection. [#41669]
11+
- Social: Updated the admin page for use by Editors and Authors [#41859]
1512

1613
### Fixed
17-
- Fixed an issue with unsupported connection showing up
18-
- Fixed custom message box showing up for custom notes
19-
- Social Previews | Fixed distorted image for Tumblr preview
20-
- Social | Fix plugin version in admin page footer
21-
- Social | Hide upgrade nudge for Atomic sites
14+
- Prevent custom message box from showing up for custom notes. [#41948]
15+
- Prevent unsupported connection from showing up. [#41907]
16+
- Social Previews: Fix distorted image for Tumblr preview. [#41844]
17+
- Social: Fix plugin version in admin page footer. [#41888]
18+
- Social: Hide upgrade nudge for Atomic sites. [#41713]
2219

2320
## [0.78.0] - 2025-02-17
2421
### Added
25-
- Added a utiltiy to get the link to Social admin page. [#41741]
26-
- Added more clarity on how the Bsky handle is set up. [#41782]
22+
- Added a utility to get the link to Social admin page. [#41741]
23+
- Added more clarity on how the Bluesky handle is set up. [#41782]
2724

2825
### Changed
29-
- Social | Hide mark as shared UI if the user cannot share connection. [#41806]
26+
- Social: Hide mark as shared UI if the user cannot share connection. [#41806]
3027

3128
## [0.77.2] - 2025-02-11
3229
### Changed
@@ -1108,7 +1105,7 @@ This is an alpha version! The changes listed here are not final.
11081105
### Changed
11091106
- Updated package dependencies. [#24470]
11101107

1111-
[0.79.0-alpha]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.78.0...v0.79.0-alpha
1108+
[0.79.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.78.0...v0.79.0
11121109
[0.78.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.2...v0.78.0
11131110
[0.77.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.1...v0.77.2
11141111
[0.77.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.77.0...v0.77.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require": {},
77
"require-dev": {
8-
"automattic/jetpack-changelogger": "^6.0.0-alpha"
8+
"automattic/jetpack-changelogger": "^6.0.0"
99
},
1010
"scripts": {
1111
"test-js": [

package.json

+7-7
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.79.0-alpha",
4+
"version": "0.79.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": {
@@ -19,11 +19,11 @@
1919
"test-coverage": "pnpm run test --coverage"
2020
},
2121
"dependencies": {
22-
"@automattic/jetpack-analytics": "^0.1.35",
23-
"@automattic/jetpack-components": "^0.67.1-alpha",
24-
"@automattic/jetpack-connection": "^0.37.0-alpha",
25-
"@automattic/jetpack-script-data": "^0.2.1-alpha",
26-
"@automattic/jetpack-shared-extension-utils": "^0.17.2",
22+
"@automattic/jetpack-analytics": "^0.1.36",
23+
"@automattic/jetpack-components": "^0.67.1",
24+
"@automattic/jetpack-connection": "^0.37.0",
25+
"@automattic/jetpack-script-data": "^0.2.1",
26+
"@automattic/jetpack-shared-extension-utils": "^0.17.3",
2727
"@automattic/popup-monitor": "1.0.2",
2828
"@automattic/social-previews": "2.1.0-beta.10",
2929
"@wordpress/annotations": "3.17.0",
@@ -52,7 +52,7 @@
5252
},
5353
"devDependencies": {
5454
"@automattic/color-studio": "4.0.0",
55-
"@automattic/jetpack-base-styles": "^0.6.42",
55+
"@automattic/jetpack-base-styles": "^0.6.43",
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)