@codefast/typescript-config 0.2.42 → 0.2.44-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.44-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#108](https://github.com/codefastlabs/codefast/pull/108) [`488c982`](https://github.com/codefastlabs/codefast/commit/488c9820f5e4baf6aa684158e21d546afb137aaf) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update Shiki and eslint-config-prettier
8
+
9
+ ## 0.2.43
10
+
11
+ ### Patch Changes
12
+
13
+ - [`b220b42`](https://github.com/codefastlabs/codefast/commit/b220b428ee345791841e278c3782c45e77815222) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): remove DataTable components and dependencies
14
+
15
+ - [`7f80278`](https://github.com/codefastlabs/codefast/commit/7f802784a1c12b13940d82167a099f9bc8e67c60) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): export useSonner from sonner
16
+
3
17
  ## 0.2.42
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.42",
3
+ "version": "0.2.44-canary.0",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },