react-pro-messenger 1.0.44 → 1.0.45

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/README.md CHANGED
@@ -221,7 +221,9 @@ const handleEdit = (messageId: string) => {
221
221
 
222
222
  ## Contributing 🤝
223
223
 
224
- Fork the repository
224
+ Fork the repository💻
225
+
226
+ [Github link click me](https://github.com/mahdij98/react-messenger)
225
227
 
226
228
  Create feature branch:
227
229
 
@@ -1 +1 @@
1
- /// <reference types="vite/client" />
1
+ /// <reference types="vite/client" />
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "react-pro-messenger",
3
3
  "description": "Telegram-style chat component for React",
4
4
  "private": false,
5
- "version": "1.0.44",
5
+ "version": "1.0.45",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",