@automattic/social-previews 3.1.1 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
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.1.2] - 2026-04-06
9
+ ### Changed
10
+ - Update package dependencies. [#47886]
11
+
8
12
  ## [3.1.1] - 2026-03-30
9
13
  ### Changed
10
14
  - Update package dependencies. [#47799]
@@ -155,6 +159,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155
159
 
156
160
  - Initial release after extracting from Calypso.
157
161
 
162
+ [3.1.2]: https://github.com/Automattic/social-previews/compare/v3.1.1...v3.1.2
158
163
  [3.1.1]: https://github.com/Automattic/social-previews/compare/v3.1.0...v3.1.1
159
164
  [3.1.0]: https://github.com/Automattic/social-previews/compare/v3.0.12...v3.1.0
160
165
  [3.0.12]: https://github.com/Automattic/social-previews/compare/v3.0.11...v3.0.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "3.1.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",
@@ -55,7 +55,7 @@
55
55
  "@types/react-dom": "18.3.7",
56
56
  "@typescript/native-preview": "7.0.0-dev.20260225.1",
57
57
  "babel-jest": "30.3.0",
58
- "esbuild": "0.25.9",
58
+ "esbuild": "0.27.4",
59
59
  "esbuild-sass-plugin": "3.3.1",
60
60
  "jest": "30.3.0",
61
61
  "react": "18.3.1",