@automattic/social-previews 3.0.11 → 3.0.12
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.12] - 2026-03-16
|
|
9
|
+
### Changed
|
|
10
|
+
- Update dependencies. [#47472]
|
|
11
|
+
|
|
8
12
|
## [3.0.11] - 2026-03-09
|
|
9
13
|
### Changed
|
|
10
14
|
- Switch to Native TypeScript compiler based on Go. [#47375]
|
|
@@ -140,6 +144,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
140
144
|
|
|
141
145
|
- Initial release after extracting from Calypso.
|
|
142
146
|
|
|
147
|
+
[3.0.12]: https://github.com/Automattic/social-previews/compare/v3.0.11...v3.0.12
|
|
143
148
|
[3.0.11]: https://github.com/Automattic/social-previews/compare/v3.0.10...v3.0.11
|
|
144
149
|
[3.0.10]: https://github.com/Automattic/social-previews/compare/v3.0.9...v3.0.10
|
|
145
150
|
[3.0.9]: https://github.com/Automattic/social-previews/compare/v3.0.8...v3.0.9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/social-previews",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.12",
|
|
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": "32.
|
|
43
|
-
"@wordpress/element": "6.
|
|
44
|
-
"@wordpress/i18n": "6.
|
|
42
|
+
"@wordpress/components": "32.3.0",
|
|
43
|
+
"@wordpress/element": "6.41.0",
|
|
44
|
+
"@wordpress/i18n": "6.14.0",
|
|
45
45
|
"clsx": "2.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|