@codefast/typescript-config 0.2.2 → 0.2.4

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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#47](https://github.com/codefastlabs/codefast/pull/47) [`7dafb16`](https://github.com/codefastlabs/codefast/commit/7dafb160d1fe03a17627b8c535be768cb1775ac2) Thanks [@thevuong](https://github.com/thevuong)! - reorder properties for consistency
8
+
9
+ ## 0.2.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#45](https://github.com/codefastlabs/codefast/pull/45) [`f9167c2`](https://github.com/codefastlabs/codefast/commit/f9167c297b6d6186660e35ec6c14315c499b8fcd) Thanks [@thevuong](https://github.com/thevuong)! - Replaced Vitest with Jest in the day-picker package to streamline testing frameworks and reduce dependency complexity. Removed Vitest configuration files and adapted the test setups for Jest usage.
14
+
15
+ - [#45](https://github.com/codefastlabs/codefast/pull/45) [`8309af6`](https://github.com/codefastlabs/codefast/commit/8309af654595d31fbcafea9a24d550e68e96f660) Thanks [@thevuong](https://github.com/thevuong)! - refactor: reorganize import statements for consistency
16
+
3
17
  ## 0.2.2
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.2",
3
+ "version": "0.2.4",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },