@udixio/tailwind 0.3.1 → 0.3.3

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 +16 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.3.2 (2025-07-24)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated theme to 0.3.1
6
+
7
+ ## 0.3.1 (2025-07-24)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - **tailwind:** update `main` field in package.json and clean up index export ([14f3b7a](https://github.com/Udixio/UI/commit/14f3b7a))
12
+
13
+ ### ❤️ Thank You
14
+
15
+ - Joël VIGREUX
16
+
1
17
  ## 0.3.0 (2025-07-24)
2
18
 
3
19
  ### 🚀 Features
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@udixio/tailwind",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "type": "commonjs",
5
5
  "main": "src/index.js",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "tslib": "^2.3.0",
9
- "@udixio/theme": "0.0.1"
9
+ "@udixio/theme": "0.3.1"
10
10
  },
11
11
  "repository": {
12
12
  "type": "git",