@codefast/typescript-config 0.2.35 → 0.2.37
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 +18 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @codefast/typescript-config
|
|
2
2
|
|
|
3
|
+
## 0.2.37
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`aabe705`](https://github.com/codefastlabs/codefast/commit/aabe70572669ed17aa5a4c4ecd701c549456d13a) Thanks [@thevuong](https://github.com/thevuong)! - refactor(config): restructure Jest and testing configs
|
|
8
|
+
|
|
9
|
+
## 0.2.36
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`eda67fa`](https://github.com/codefastlabs/codefast/commit/eda67fa85bd40b0972f97c7e9951d045282f9cd8) Thanks [@thevuong](https://github.com/thevuong)! - refactor(context): improve naming consistency and update types
|
|
14
|
+
|
|
15
|
+
- [`0195abd`](https://github.com/codefastlabs/codefast/commit/0195abdc354c5239917a4ec300bad6a40c0f03c2) Thanks [@thevuong](https://github.com/thevuong)! - fix: correct usage of OTPInputContext and update demo layout
|
|
16
|
+
|
|
17
|
+
- [`1a41b21`](https://github.com/codefastlabs/codefast/commit/1a41b213802212fa4172c8ae58b1700f0bf7c851) Thanks [@thevuong](https://github.com/thevuong)! - feat(chart): integrate Radix context for scoping support
|
|
18
|
+
|
|
19
|
+
- [`79f3ff6`](https://github.com/codefastlabs/codefast/commit/79f3ff65d20740058a93ee2612cc4629f2a9b17e) Thanks [@thevuong](https://github.com/thevuong)! - refactor(sidebar): introduce named context for useSidebar
|
|
20
|
+
|
|
3
21
|
## 0.2.35
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|