@codefast/tailwind-variants 0.3.8 → 0.3.9-canary.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @codefast/tailwind-variants
2
2
 
3
+ ## 0.3.9-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1751374`](https://github.com/codefastlabs/codefast/commit/175137498b3a5144909a2f80e003d070ca5bf937) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): update Button component to support asChild prop and simplify props structure
8
+
3
9
  ## 0.3.8
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -937,8 +937,6 @@ pnpm format
937
937
  4. Update documentation
938
938
  5. Submit a pull request
939
939
 
940
- See details at [CONTRIBUTING.md](../../CONTRIBUTING.md).
941
-
942
940
  ## License
943
941
 
944
942
  Distributed under the MIT License. See [LICENSE](../../LICENSE) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/tailwind-variants",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-canary.0",
4
4
  "description": "Tailwind CSS variants utilities with enhanced functionality and advanced type safety",
5
5
  "keywords": [
6
6
  "tailwind",
@@ -59,8 +59,8 @@
59
59
  "jest-environment-jsdom": "^30.2.0",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.9.3",
62
- "@codefast/eslint-config": "0.3.8",
63
- "@codefast/typescript-config": "0.3.8"
62
+ "@codefast/eslint-config": "0.3.9-canary.0",
63
+ "@codefast/typescript-config": "0.3.9-canary.0"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"