Skip to content

Commit a762c4b

Browse files
samiffmatticbot
authored andcommitted
Changelog and readme.txt edits.
Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8053178397
1 parent 9696379 commit a762c4b

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

CHANGELOG.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,15 @@ 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.48.0-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.48.0] - 2024-02-26
129
### Added
13-
- Added toggle to Social admin page for the Social Notes
10+
- Added toggle to Social admin page for the Social Notes [#35681]
1411

1512
### Changed
16-
- Added description to social previews for titeless posts
13+
- Added description to social previews for titleless posts [#35728]
1714

1815
### Removed
19-
- Removed a notice to tell users that instagram is new nad can be connected
16+
- Removed a notice to tell users that instagram is new nad can be connected [#35860]
2017

2118
## [0.47.1] - 2024-02-13
2219
### Changed
@@ -603,7 +600,7 @@ This is an alpha version! The changes listed here are not final.
603600
### Changed
604601
- Updated package dependencies. [#24470]
605602

606-
[0.48.0-alpha]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.47.1...v0.48.0-alpha
603+
[0.48.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.47.1...v0.48.0
607604
[0.47.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.47.0...v0.47.1
608605
[0.47.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.46.0...v0.47.0
609606
[0.46.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.45.2...v0.46.0

package.json

+1-1
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.48.0-alpha",
4+
"version": "0.48.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": {

0 commit comments

Comments
 (0)