@codefast/tailwind-variants 0.3.7 → 0.3.8-canary.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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @codefast/tailwind-variants
2
2
 
3
+ ## 0.3.8-canary.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a5d483b`](https://github.com/codefastlabs/codefast/commit/a5d483b6232088b6d74e6146e0d1510843241ad0) Thanks [@thevuong](https://github.com/thevuong)! - refactor(jest-setup): extract custom matcher declarations to dedicated file
8
+
9
+ - [`9de2f17`](https://github.com/codefastlabs/codefast/commit/9de2f173fcac4ffe2dc919b98029321468a25b4b) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): update styles version and dependencies for animations and typography
10
+
11
+ - [`1163fa8`](https://github.com/codefastlabs/codefast/commit/1163fa802d29abb68a53eb403295ef1a27cdc7d9) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): add support for multiple configuration presets in exports
12
+
13
+ ## 0.3.8-canary.0
14
+
15
+ ### Patch Changes
16
+
17
+ - [`30ae5af`](https://github.com/codefastlabs/codefast/commit/30ae5af9b720a42f1debb2bb595b778bd64a43a5) Thanks [@thevuong](https://github.com/thevuong)! - feat(image-loader): add secure URL matching utilities and integrate with loaders
18
+
19
+ - [`c4404a3`](https://github.com/codefastlabs/codefast/commit/c4404a33ea694eacb0469772cdc834809d13aabc) Thanks [@thevuong](https://github.com/thevuong)! - refactor(eslint-config): simplify `ignores` patterns in `next-app` preset
20
+
21
+ - [`1ff5e63`](https://github.com/codefastlabs/codefast/commit/1ff5e63747205c248d326ba4b38a3b1caff91335) Thanks [@thevuong](https://github.com/thevuong)! - refactor(typescript-config): update TypeScript configurations for consistency and maintainability
22
+
3
23
  ## 0.3.7
4
24
 
5
25
  ### Patch Changes
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.8-canary.1",
4
4
  "description": "Tailwind CSS variants utilities with enhanced functionality and advanced type safety",
5
5
  "keywords": [
6
6
  "tailwind",
@@ -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.8-canary.1",
62
+ "@codefast/typescript-config": "0.3.8-canary.1"
63
63
  },
64
64
  "publishConfig": {
65
65
  "access": "public"