@automattic/social-previews 3.3.5 → 3.3.6
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/dist/style.css +2 -2
- 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.3.6] - 2026-07-20
|
|
9
|
+
### Changed
|
|
10
|
+
- Update package dependencies. [#50510] [#50529]
|
|
11
|
+
|
|
8
12
|
## [3.3.5] - 2026-07-13
|
|
9
13
|
### Changed
|
|
10
14
|
- Update dependencies. [#50360]
|
|
@@ -237,6 +241,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
237
241
|
|
|
238
242
|
- Initial release after extracting from Calypso.
|
|
239
243
|
|
|
244
|
+
[3.3.6]: https://github.com/Automattic/social-previews/compare/v3.3.5...v3.3.6
|
|
240
245
|
[3.3.5]: https://github.com/Automattic/social-previews/compare/v3.3.4...v3.3.5
|
|
241
246
|
[3.3.4]: https://github.com/Automattic/social-previews/compare/v3.3.3...v3.3.4
|
|
242
247
|
[3.3.3]: https://github.com/Automattic/social-previews/compare/v3.3.2...v3.3.3
|
package/dist/style.css
CHANGED
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
padding: 0.75em;
|
|
243
243
|
text-decoration: none;
|
|
244
244
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
245
|
-
color:
|
|
245
|
+
color: #000;
|
|
246
246
|
text-align: left;
|
|
247
247
|
overflow: hidden;
|
|
248
248
|
display: flex;
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
padding: 0.75em;
|
|
1541
1541
|
text-decoration: none;
|
|
1542
1542
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
1543
|
-
color:
|
|
1543
|
+
color: rgb(0, 0, 0);
|
|
1544
1544
|
text-align: left;
|
|
1545
1545
|
overflow: hidden;
|
|
1546
1546
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/social-previews",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
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": "8.
|
|
44
|
-
"@wordpress/i18n": "6.
|
|
42
|
+
"@wordpress/components": "37.0.0",
|
|
43
|
+
"@wordpress/element": "8.3.0",
|
|
44
|
+
"@wordpress/i18n": "6.24.0",
|
|
45
45
|
"clsx": "2.1.1"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"@types/jest": "30.0.0",
|
|
55
55
|
"@types/react": "18.3.28",
|
|
56
56
|
"@types/react-dom": "18.3.7",
|
|
57
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
57
|
+
"@typescript/native-preview": "7.0.0-dev.20260707.2",
|
|
58
58
|
"babel-jest": "30.4.1",
|
|
59
59
|
"jest": "30.4.2",
|
|
60
60
|
"react": "18.3.1",
|
|
61
61
|
"react-dom": "18.3.1",
|
|
62
62
|
"sass-embedded": "^1.97.2",
|
|
63
63
|
"tsdown": "0.22.2",
|
|
64
|
-
"typescript": "
|
|
64
|
+
"typescript": "6.0.3"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "^18.0.0",
|