@automattic/social-previews 3.1.0 → 3.1.1
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 +4 -4
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.1.1] - 2026-03-30
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#47799]
|
|
11
|
+
|
|
8
12
|
## [3.1.0] - 2026-03-23
|
|
9
13
|
### Added
|
|
10
14
|
- Google Search Preview: Add optional siteIcon prop to allow passing a custom favicon URL. [#47551]
|
|
@@ -151,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
155
|
|
|
152
156
|
- Initial release after extracting from Calypso.
|
|
153
157
|
|
|
158
|
+
[3.1.1]: https://github.com/Automattic/social-previews/compare/v3.1.0...v3.1.1
|
|
154
159
|
[3.1.0]: https://github.com/Automattic/social-previews/compare/v3.0.12...v3.1.0
|
|
155
160
|
[3.0.12]: https://github.com/Automattic/social-previews/compare/v3.0.11...v3.0.12
|
|
156
161
|
[3.0.11]: https://github.com/Automattic/social-previews/compare/v3.0.10...v3.0.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/social-previews",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
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",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@babel/core": "7.29.0",
|
|
50
50
|
"@testing-library/dom": "10.4.1",
|
|
51
51
|
"@testing-library/jest-dom": "6.9.1",
|
|
52
|
-
"@testing-library/react": "16.3.
|
|
52
|
+
"@testing-library/react": "16.3.2",
|
|
53
53
|
"@types/jest": "30.0.0",
|
|
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.3.0",
|
|
58
58
|
"esbuild": "0.25.9",
|
|
59
59
|
"esbuild-sass-plugin": "3.3.1",
|
|
60
|
-
"jest": "30.
|
|
60
|
+
"jest": "30.3.0",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-dom": "18.3.1",
|
|
63
63
|
"sass": "npm:sass-embedded@^1.97.2",
|