@automattic/social-previews 3.1.0 → 3.1.2
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 +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,14 @@ 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.2] - 2026-04-06
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#47886]
|
|
11
|
+
|
|
12
|
+
## [3.1.1] - 2026-03-30
|
|
13
|
+
### Changed
|
|
14
|
+
- Update package dependencies. [#47799]
|
|
15
|
+
|
|
8
16
|
## [3.1.0] - 2026-03-23
|
|
9
17
|
### Added
|
|
10
18
|
- Google Search Preview: Add optional siteIcon prop to allow passing a custom favicon URL. [#47551]
|
|
@@ -151,6 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
159
|
|
|
152
160
|
- Initial release after extracting from Calypso.
|
|
153
161
|
|
|
162
|
+
[3.1.2]: https://github.com/Automattic/social-previews/compare/v3.1.1...v3.1.2
|
|
163
|
+
[3.1.1]: https://github.com/Automattic/social-previews/compare/v3.1.0...v3.1.1
|
|
154
164
|
[3.1.0]: https://github.com/Automattic/social-previews/compare/v3.0.12...v3.1.0
|
|
155
165
|
[3.0.12]: https://github.com/Automattic/social-previews/compare/v3.0.11...v3.0.12
|
|
156
166
|
[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.2",
|
|
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.
|
|
58
|
-
"esbuild": "0.
|
|
57
|
+
"babel-jest": "30.3.0",
|
|
58
|
+
"esbuild": "0.27.4",
|
|
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",
|