@automattic/social-previews 3.3.0 → 3.3.1
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 +2 -1
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.1] - 2026-06-23
|
|
9
|
+
### Changed
|
|
10
|
+
- Internal updates.
|
|
11
|
+
|
|
8
12
|
## [3.3.0] - 2026-06-22
|
|
9
13
|
### Added
|
|
10
14
|
- Render an image focal point in the link previews via object-position. [#49687]
|
|
@@ -217,6 +221,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
217
221
|
|
|
218
222
|
- Initial release after extracting from Calypso.
|
|
219
223
|
|
|
224
|
+
[3.3.1]: https://github.com/Automattic/social-previews/compare/v3.3.0...v3.3.1
|
|
220
225
|
[3.3.0]: https://github.com/Automattic/social-previews/compare/v3.2.5...v3.3.0
|
|
221
226
|
[3.2.5]: https://github.com/Automattic/social-previews/compare/v3.2.4...v3.2.5
|
|
222
227
|
[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.
|
|
3
|
+
"version": "3.3.1",
|
|
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",
|