react-ez-skeleton 1.0.1 → 1.2.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/README.md +5 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -201,9 +201,13 @@ Then provide your own CSS:
201
201
 
202
202
  ## Contributing
203
203
 
204
- PRs and issues are welcome.
204
+ PRs and issues are welcome on [GitHub](https://github.com/MdShafiul/react-ez-skeleton).
205
205
  Please keep changes DX-focused and minimal.
206
206
 
207
+ ## Documentation & Examples
208
+
209
+ View the full documentation and live examples at [react-ez-skeleton-docs.vercel.app](https://react-ez-skeleton-docs.vercel.app/).
210
+
207
211
  ## License
208
212
 
209
213
  MIT © Md. Shafiul Alam
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-ez-skeleton",
3
- "version": "1.0.1",
3
+ "version": "1.2.0",
4
4
  "description": "react-ez-skeleton provides simple, flexible skeleton components for React applications, enabling fast setup and smooth loading states without unnecessary complexity.",
5
5
  "keywords": [
6
6
  "react",
@@ -48,8 +48,8 @@
48
48
  "test": "echo \"Error: no test specified\" && exit 1"
49
49
  },
50
50
  "peerDependencies": {
51
- "react": "^17.0.0 || ^18.0.0",
52
- "react-dom": "^17.0.0 || ^18.0.0"
51
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
52
+ "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/react": "^18.0.0",