@codefast/typescript-config 0.2.35 → 0.2.36

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