@automattic/social-previews 2.0.0-beta.7 → 2.0.0

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # Changelog
2
2
 
3
- ## v2.0.0-beta.0 (2023-05-04)
3
+ ## v2.0.0 (2023-05-24)
4
4
 
5
5
  - Converted the package to TypeScript.
6
6
  - Added LinkedIn and Tumblr previews.
7
7
  - Updated Google Search, Facebook and Twitter previews to match their latest designs.
8
+ - Created separate components for each of the Social Media previews e.g. `TumblrLinkPreview`, `TumblrPostPreview` and `TumblrPreviews`.
8
9
 
9
10
  ## v1.1.5 (2022-08-24)
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/social-previews",
3
- "version": "2.0.0-beta.7",
3
+ "version": "2.0.0",
4
4
  "description": "A suite of components to generate previews for a post for both social and search engines.",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",