daisyui 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -75,7 +75,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
75
75
 
76
76
  ```html
77
77
  <link
78
- href="https://cdn.jsdelivr.net/npm/daisyui@1.25.4/dist/full.css"
78
+ href="https://cdn.jsdelivr.net/npm/daisyui@2.0.0/dist/full.css"
79
79
  rel="stylesheet"
80
80
  type="text/css"
81
81
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "daisyui",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "daisyUI - Tailwind CSS Components",
5
5
  "author": "Pouya Saadeghi",
6
6
  "license": "MIT",
@@ -87,4 +87,4 @@
87
87
  "color": "^4.2",
88
88
  "tailwindcss": "^3.0"
89
89
  }
90
- }
90
+ }