@codefast/typescript-config 0.2.46-canary.0 → 0.2.46-canary.2

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 +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.46-canary.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b73f85f`](https://github.com/codefastlabs/codefast/commit/b73f85f1ceff68113ded1c69eb2fc176ea95d952) Thanks [@thevuong](https://github.com/thevuong)! - feat(checkbox-group): refine exports for better tree-shaking
8
+
9
+ - [`bc0de8e`](https://github.com/codefastlabs/codefast/commit/bc0de8e6f29721be28158afda885aac4a5761ce7) Thanks [@thevuong](https://github.com/thevuong)! - chore(build): migrate from `tsup` to `rslib` for build process
10
+
11
+ - [`e595324`](https://github.com/codefastlabs/codefast/commit/e5953248c3b21cf12b660fe1533f116e1d9fe6c1) Thanks [@thevuong](https://github.com/thevuong)! - feat(input): update exports to include specific modules
12
+
13
+ - [`06a8156`](https://github.com/codefastlabs/codefast/commit/06a815679948c6e99a463ab960899b5fd7b47d4a) Thanks [@thevuong](https://github.com/thevuong)! - feat(progress-circle): expose specific exports for components
14
+
15
+ - [`93aef5d`](https://github.com/codefastlabs/codefast/commit/93aef5d835ec43d8aceaa3f1c0fd0e665b11e274) Thanks [@thevuong](https://github.com/thevuong)! - fix: suppress warnings for unresolved CSS custom properties
16
+
17
+ - [`6a4c564`](https://github.com/codefastlabs/codefast/commit/6a4c564e5179b763a7ec46a4db270ab2392eb3a5) Thanks [@thevuong](https://github.com/thevuong)! - fix: update incorrect import paths for UI package
18
+
19
+ - [`7016ff1`](https://github.com/codefastlabs/codefast/commit/7016ff1efe1297aa0a443777a08ea04cf502c0bc) Thanks [@thevuong](https://github.com/thevuong)! - refactor(config): replace `exclude` with `entry` in configs
20
+
21
+ - [`f36be82`](https://github.com/codefastlabs/codefast/commit/f36be823ee848bbfc4299bcbed310533a61978d5) Thanks [@thevuong](https://github.com/thevuong)! - feat(input-number): update exports for improved modularity
22
+
23
+ ## 0.2.46-canary.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [`0f7c81e`](https://github.com/codefastlabs/codefast/commit/0f7c81ea04d285b5a56d3b78059519829cbcfb77) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): add optional dependencies for UI functionality
28
+
3
29
  ## 0.2.46-canary.0
4
30
 
5
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.46-canary.0",
3
+ "version": "0.2.46-canary.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },