@automattic/social-previews 3.0.4 → 3.0.5
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.0.5] - 2026-02-02
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#46854]
|
|
11
|
+
|
|
8
12
|
## [3.0.4] - 2026-01-26
|
|
9
13
|
### Changed
|
|
10
14
|
- Use fallback image when social preview profile picture fails. [#46674]
|
|
@@ -103,6 +107,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
103
107
|
|
|
104
108
|
- Initial release after extracting from Calypso.
|
|
105
109
|
|
|
110
|
+
[3.0.5]: https://github.com/Automattic/social-previews/compare/v3.0.4...v3.0.5
|
|
106
111
|
[3.0.4]: https://github.com/Automattic/social-previews/compare/v3.0.3...v3.0.4
|
|
107
112
|
[3.0.3]: https://github.com/Automattic/social-previews/compare/v3.0.2...v3.0.3
|
|
108
113
|
[3.0.2]: https://github.com/Automattic/social-previews/compare/v3.0.1...v3.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/social-previews",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
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",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"typecheck": "tsc --noEmit"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@wordpress/components": "32.
|
|
44
|
-
"@wordpress/element": "6.
|
|
45
|
-
"@wordpress/i18n": "6.
|
|
43
|
+
"@wordpress/components": "32.1.0",
|
|
44
|
+
"@wordpress/element": "6.39.0",
|
|
45
|
+
"@wordpress/i18n": "6.12.0",
|
|
46
46
|
"clsx": "2.1.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|