@codefast/typescript-config 0.2.36 → 0.2.38

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 +18 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.38
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f831e9b`](https://github.com/codefastlabs/codefast/commit/f831e9b915489606595a683acba01fc6dc9f1b6d) Thanks [@thevuong](https://github.com/thevuong)! - feat(checkbox-group): prevent unchecking last item if required
8
+
9
+ - [`2f367ff`](https://github.com/codefastlabs/codefast/commit/2f367ff7584f1c3d37268d6915b28d30bff79d43) Thanks [@thevuong](https://github.com/thevuong)! - feat(input-number): enhance keyboard and button interaction
10
+
11
+ - [`cc8c44c`](https://github.com/codefastlabs/codefast/commit/cc8c44c992f799131384b2c8a398a55d2d4bc300) Thanks [@thevuong](https://github.com/thevuong)! - refactor(progress-circle): simplify props and improve typings
12
+
13
+ - [`b3fb8b0`](https://github.com/codefastlabs/codefast/commit/b3fb8b0788dcabc26eb7e1464a6d8a1da7b7cb9f) Thanks [@thevuong](https://github.com/thevuong)! - fix(input): prevent focus flicker and improve click handling
14
+
15
+ ## 0.2.37
16
+
17
+ ### Patch Changes
18
+
19
+ - [`aabe705`](https://github.com/codefastlabs/codefast/commit/aabe70572669ed17aa5a4c4ecd701c549456d13a) Thanks [@thevuong](https://github.com/thevuong)! - refactor(config): restructure Jest and testing configs
20
+
3
21
  ## 0.2.36
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.36",
3
+ "version": "0.2.38",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },