@automattic/social-previews 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.2.3] - 2026-05-25
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#48405] [#49012]
|
|
11
|
+
|
|
8
12
|
## [3.2.2] - 2026-05-19
|
|
9
13
|
### Changed
|
|
10
14
|
- Update dependencies. [#48778]
|
|
@@ -189,6 +193,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
189
193
|
|
|
190
194
|
- Initial release after extracting from Calypso.
|
|
191
195
|
|
|
196
|
+
[3.2.3]: https://github.com/Automattic/social-previews/compare/v3.2.2...v3.2.3
|
|
192
197
|
[3.2.2]: https://github.com/Automattic/social-previews/compare/v3.2.1...v3.2.2
|
|
193
198
|
[3.2.1]: https://github.com/Automattic/social-previews/compare/v3.2.0...v3.2.1
|
|
194
199
|
[3.2.0]: https://github.com/Automattic/social-previews/compare/v3.1.4...v3.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/social-previews",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "A suite of components to generate previews for a post for both social and search engines.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wordpress",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"typecheck": "tsgo --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@wordpress/components": "
|
|
43
|
-
"@wordpress/element": "6.
|
|
44
|
-
"@wordpress/i18n": "6.
|
|
42
|
+
"@wordpress/components": "33.1.0",
|
|
43
|
+
"@wordpress/element": "6.46.0",
|
|
44
|
+
"@wordpress/i18n": "6.19.0",
|
|
45
45
|
"clsx": "2.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@types/react": "18.3.28",
|
|
55
55
|
"@types/react-dom": "18.3.7",
|
|
56
56
|
"@typescript/native-preview": "7.0.0-dev.20260225.1",
|
|
57
|
-
"babel-jest": "30.
|
|
57
|
+
"babel-jest": "30.4.1",
|
|
58
58
|
"esbuild": "0.27.4",
|
|
59
59
|
"esbuild-sass-plugin": "3.3.1",
|
|
60
|
-
"jest": "30.
|
|
60
|
+
"jest": "30.4.2",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-dom": "18.3.1",
|
|
63
63
|
"sass": "npm:sass-embedded@^1.97.2",
|