@udixio/ui-react 0.3.3 → 0.3.5

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## 0.3.4 (2025-07-25)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **theme:** switch to ES module exports and adjust package type ([7314ded](https://github.com/Udixio/UI/commit/7314ded))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated tailwind to 0.3.4
10
+ - Updated theme to 0.4.0
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - Joël VIGREUX
15
+
16
+ ## 0.3.3 (2025-07-24)
17
+
18
+ ### 🩹 Fixes
19
+
20
+ - **theme:** improve Tailwind CSS import handling in plugin ([f7c7f3a](https://github.com/Udixio/UI/commit/f7c7f3a))
21
+
22
+ ### 🧱 Updated Dependencies
23
+
24
+ - Updated tailwind to 0.3.3
25
+ - Updated theme to 0.3.2
26
+
27
+ ### ❤️ Thank You
28
+
29
+ - Joël VIGREUX
30
+
1
31
  ## 0.3.2 (2025-07-24)
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.3",
3
+ "version": "0.3.5",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "type": "module",
@@ -13,7 +13,7 @@
13
13
  "devDependencies": {
14
14
  "@tailwindcss/vite": "^4.1.11",
15
15
  "@udixio/theme": "0.3.1",
16
- "@udixio/tailwind": "0.3.3"
16
+ "@udixio/tailwind": "0.3.5"
17
17
  },
18
18
  "repository": {
19
19
  "type": "git",