@codefast/tailwind-variants 0.3.7-canary.1 → 0.3.7
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.
- package/CHANGELOG.md +28 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
1
|
# @codefast/tailwind-variants
|
|
2
2
|
|
|
3
|
+
## 0.3.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump package versions for dependency updates
|
|
8
|
+
|
|
9
|
+
- [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775) Thanks [@thevuong](https://github.com/thevuong)! - chore(tailwind-variants): downgrade version to `0.3.7-canary.2`
|
|
10
|
+
|
|
11
|
+
- [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update @rslib/core and eslint-plugin-turbo to version 0.14.0 and 2.5.7 respectively
|
|
12
|
+
|
|
13
|
+
## 0.3.7-canary.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump package versions for dependency updates
|
|
18
|
+
|
|
19
|
+
## 0.3.7-canary.3
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775) Thanks [@thevuong](https://github.com/thevuong)! - chore(tailwind-variants): downgrade version to `0.3.7-canary.2`
|
|
24
|
+
|
|
25
|
+
## 0.3.7-canary.2
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update @rslib/core and eslint-plugin-turbo to version 0.14.0 and 2.5.7 respectively
|
|
30
|
+
|
|
3
31
|
## 0.3.7-canary.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefast/tailwind-variants",
|
|
3
|
-
"version": "0.3.7
|
|
3
|
+
"version": "0.3.7",
|
|
4
4
|
"description": "Tailwind CSS variants utilities with enhanced functionality and advanced type safety",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwind",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"tailwind-merge": "^3.3.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@rslib/core": "^0.
|
|
51
|
-
"@swc/core": "^1.13.
|
|
50
|
+
"@rslib/core": "^0.14.0",
|
|
51
|
+
"@swc/core": "^1.13.19",
|
|
52
52
|
"@swc/jest": "^0.2.39",
|
|
53
53
|
"@types/jest": "^30.0.0",
|
|
54
54
|
"@types/node": "^24.5.2",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"jest-environment-jsdom": "^30.1.2",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.9.2",
|
|
61
|
-
"@codefast/eslint-config": "0.3.7
|
|
62
|
-
"@codefast/typescript-config": "0.3.7
|
|
61
|
+
"@codefast/eslint-config": "0.3.7",
|
|
62
|
+
"@codefast/typescript-config": "0.3.7"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public"
|