react-social-embeds 1.0.2 → 1.0.6

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/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,9 +3,13 @@
3
3
  [![npm version](https://img.shields.io/npm/v/react-social-embeds.svg)](https://www.npmjs.com/package/react-social-embeds)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
+
7
+
6
8
  Unified React components for embedding social media and streaming content. One component per platform with consistent styling, theming, and TypeScript support.
7
9
 
8
- **[📺 Live Demo](https://zzyil.github.io/react-embeds/)** | **[📦 npm](https://www.npmjs.com/package/react-social-embeds)**
10
+ <a href="https://zzyil.github.io/react-embeds/" target="_blank" rel="noreferrer">▶️ Live Demo</a> | <a href="https://www.npmjs.com/package/react-social-embeds" target="_blank" rel="noreferrer">📦 npm</a> | <a href="https://github.com/zzyil/react-embeds" target="_blank" rel="noreferrer">⛓️‍💥 GitHub Repo</a>
11
+
12
+ ### <a href="https://x.com/listentovv" target="_blank" rel="noreferrer">Follow me on 𝕏</a>
9
13
 
10
14
  ## Installation
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-social-embeds",
3
- "version": "1.0.2",
3
+ "version": "1.0.6",
4
4
  "description": "Unified React embeds for social media content",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",