@codefast/typescript-config 0.2.46-canary.4 → 0.2.46-canary.6

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.46-canary.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a1e6c60`](https://github.com/codefastlabs/codefast/commit/a1e6c60901dfcf0a14e9c7610ffa7f41e48e12b0) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across packages
8
+
9
+ - [`873e3c8`](https://github.com/codefastlabs/codefast/commit/873e3c886fa7a92a3087f6719b1ffa99f3c12cde) Thanks [@thevuong](https://github.com/thevuong)! - refactor(cli): update configs and optimize import handling
10
+
11
+ - [`32e6d0e`](https://github.com/codefastlabs/codefast/commit/32e6d0e89d87bfa2ebff900cd162f579ff6f4df2) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance configs with build cache and simplified tsconfigs
12
+
13
+ ## 0.2.46-canary.5
14
+
15
+ ### Patch Changes
16
+
17
+ - [`62e3ba5`](https://github.com/codefastlabs/codefast/commit/62e3ba580feb521d335ad1da2c82c7a434f8851b) Thanks [@thevuong](https://github.com/thevuong)! - feat: add new component exports and consolidate paths
18
+
19
+ - [`aa3fda7`](https://github.com/codefastlabs/codefast/commit/aa3fda7f773d5cfb6b391b16ba903f1efe13bb47) Thanks [@thevuong](https://github.com/thevuong)! - fix(ui): move dependencies to peerDependencies
20
+
3
21
  ## 0.2.46-canary.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.46-canary.4",
3
+ "version": "0.2.46-canary.6",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },