@udixio/ui-react 0.3.11 → 0.4.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/CHANGELOG.md +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 0.4.0 (2025-07-25)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **theme:** migrate build system from Rollup to Vite for improved performance and configuration ([3f33657](https://github.com/Udixio/UI/commit/3f33657))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated tailwind to 0.5.0
10
+ - Updated theme to 0.5.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Joël VIGREUX
15
+
16
+ ## 0.3.11 (2025-07-25)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **dependencies:** update `pnpm-lock.yaml` for consistency and compatibility ([e6dfc9d](https://github.com/Udixio/UI/commit/e6dfc9d))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated tailwind to 0.4.1
25
+ - Updated theme to 0.4.2
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Joël VIGREUX
30
+
1
31
  ## 0.3.10 (2025-07-25)
2
32
 
3
33
  ### 🧱 Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@udixio/ui-react",
3
- "version": "0.3.11",
3
+ "version": "0.4.1",
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.4.2",
16
- "@udixio/tailwind": "0.4.1"
15
+ "@udixio/theme": "0.5.1",
16
+ "@udixio/tailwind": "0.5.1"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",