Skip to content

Commit afb62ac

Browse files
samiffmatticbot
authored andcommitted
Backport mu-wpcom-plugin 2.0.20, jetpack 13.2-a.3 Changes (#35651)
* Changelog and readme.txt edits. * Init new cycle Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7892002216
1 parent ff46acf commit afb62ac

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

CHANGELOG.md

+3-6
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.47.1-alpha] - unreleased
9-
10-
This is an alpha version! The changes listed here are not final.
11-
8+
## [0.47.1] - 2024-02-13
129
### Changed
13-
- Updated package dependencies.
10+
- Updated package dependencies. [#35608]
1411

1512
## [0.47.0] - 2024-02-12
1613
### Changed
@@ -593,7 +590,7 @@ This is an alpha version! The changes listed here are not final.
593590
### Changed
594591
- Updated package dependencies. [#24470]
595592

596-
[0.47.1-alpha]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.47.0...v0.47.1-alpha
593+
[0.47.1]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.47.0...v0.47.1
597594
[0.47.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.46.0...v0.47.0
598595
[0.46.0]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.45.2...v0.46.0
599596
[0.45.2]: https://github.com/Automattic/jetpack-publicize-components/compare/v0.45.1...v0.45.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.47.1-alpha",
4+
"version": "0.47.1",
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,9 +19,9 @@
1919
},
2020
"dependencies": {
2121
"@automattic/jetpack-analytics": "^0.1.29",
22-
"@automattic/jetpack-components": "^0.48.2-alpha",
23-
"@automattic/jetpack-connection": "^0.32.1-alpha",
24-
"@automattic/jetpack-shared-extension-utils": "^0.14.2-alpha",
22+
"@automattic/jetpack-components": "^0.48.2",
23+
"@automattic/jetpack-connection": "^0.32.1",
24+
"@automattic/jetpack-shared-extension-utils": "^0.14.2",
2525
"@automattic/social-previews": "2.0.1-beta.10",
2626
"@wordpress/annotations": "2.51.0",
2727
"@wordpress/api-fetch": "6.48.0",
@@ -45,7 +45,7 @@
4545
},
4646
"devDependencies": {
4747
"@automattic/color-studio": "2.5.0",
48-
"@automattic/jetpack-base-styles": "^0.6.17-alpha",
48+
"@automattic/jetpack-base-styles": "^0.6.17",
4949
"@automattic/jetpack-webpack-config": "workspace:*",
5050
"@babel/core": "7.23.5",
5151
"@babel/plugin-transform-react-jsx": "7.23.4",

0 commit comments

Comments
 (0)