@codefast/typescript-config 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/typescript-config
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
@@ -250,8 +250,6 @@ pnpm format
250
250
 
251
251
  5. Commit and submit pull request.
252
252
 
253
- See details at [CONTRIBUTING.md](../../CONTRIBUTING.md).
254
-
255
253
  ## License
256
254
 
257
255
  Distributed under the MIT License. See [LICENSE](../../LICENSE) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.3.8",
3
+ "version": "0.3.9-canary.0",
4
4
  "description": "Shared TypeScript configuration for the monorepo",
5
5
  "keywords": [
6
6
  "typescript",