@automattic/social-previews 3.3.0 → 3.3.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 +10 -0
  2. package/package.json +2 -1
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.3.2] - 2026-06-26
9
+ ### Changed
10
+ - Update dependencies. [#49464]
11
+
12
+ ## [3.3.1] - 2026-06-23
13
+ ### Changed
14
+ - Internal updates.
15
+
8
16
  ## [3.3.0] - 2026-06-22
9
17
  ### Added
10
18
  - Render an image focal point in the link previews via object-position. [#49687]
@@ -217,6 +225,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
217
225
 
218
226
  - Initial release after extracting from Calypso.
219
227
 
228
+ [3.3.2]: https://github.com/Automattic/social-previews/compare/v3.3.1...v3.3.2
229
+ [3.3.1]: https://github.com/Automattic/social-previews/compare/v3.3.0...v3.3.1
220
230
  [3.3.0]: https://github.com/Automattic/social-previews/compare/v3.2.5...v3.3.0
221
231
  [3.2.5]: https://github.com/Automattic/social-previews/compare/v3.2.4...v3.2.5
222
232
  [3.2.4]: https://github.com/Automattic/social-previews/compare/v3.2.3...v3.2.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "3.3.0",
3
+ "version": "3.3.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",
@@ -46,6 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@automattic/jetpack-webpack-config": "workspace:*",
49
+ "@babel/core": "^7.29.7",
49
50
  "@testing-library/dom": "10.4.1",
50
51
  "@testing-library/jest-dom": "6.9.1",
51
52
  "@testing-library/react": "16.3.2",