@automattic/social-previews 3.0.1 → 3.0.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +5 -6
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.0.3] - 2026-01-19
9
+ ### Changed
10
+ - Update package dependencies. [#46647]
11
+
12
+ ## [3.0.2] - 2026-01-14
13
+ ### Changed
14
+ - Update package dependencies. [#46552]
15
+
8
16
  ## [3.0.1] - 2026-01-12
9
17
  ### Changed
10
18
  - Update package dependencies. [#46456]
@@ -91,5 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
99
 
92
100
  - Initial release after extracting from Calypso.
93
101
 
102
+ [3.0.3]: https://github.com/Automattic/social-previews/compare/v3.0.2...v3.0.3
103
+ [3.0.2]: https://github.com/Automattic/social-previews/compare/v3.0.1...v3.0.2
94
104
  [3.0.1]: https://github.com/Automattic/social-previews/compare/v3.0.0...v3.0.1
95
105
  [3.0.0]: https://github.com/Automattic/social-previews/compare/v2.0.1...v3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
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": "31.0.0",
44
- "@wordpress/element": "6.37.0",
45
- "@wordpress/i18n": "6.10.0",
43
+ "@wordpress/components": "32.0.0",
44
+ "@wordpress/element": "6.38.0",
45
+ "@wordpress/i18n": "6.11.0",
46
46
  "clsx": "2.1.1"
47
47
  },
48
48
  "devDependencies": {
@@ -58,10 +58,9 @@
58
58
  "esbuild": "0.25.9",
59
59
  "esbuild-sass-plugin": "3.3.1",
60
60
  "jest": "30.2.0",
61
- "jest-environment-jsdom": "30.2.0",
62
61
  "react": "18.3.1",
63
62
  "react-dom": "18.3.1",
64
- "sass": "npm:sass-embedded@1.87.0",
63
+ "sass": "npm:sass-embedded@^1.97.2",
65
64
  "tsup": "8.5.0",
66
65
  "typescript": "5.9.3"
67
66
  },