@udixio/ui-react 0.3.0 → 0.3.2

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 +21 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ## 0.3.1 (2025-07-24)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated tailwind to 0.3.1
6
+
7
+ ## 0.3.0 (2025-07-24)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **package:** add `publishConfig` to package.json for public npm publishing ([40307c0](https://github.com/Udixio/UI/commit/40307c0))
12
+
13
+ ### 🧱 Updated Dependencies
14
+
15
+ - Updated tailwind to 0.3.0
16
+ - Updated theme to 0.3.0
17
+
18
+ ### ❤️ Thank You
19
+
20
+ - Joël VIGREUX
21
+
1
22
  ## 0.2.0 (2025-07-24)
2
23
 
3
24
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udixio/ui-react",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "type": "module",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  "@tailwindcss/vite": "^4.1.11",
15
- "@udixio/theme": "0.0.1",
16
- "@udixio/tailwind": "0.0.1"
15
+ "@udixio/theme": "1.0.1",
16
+ "@udixio/tailwind": "0.3.2"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",