@codefast/typescript-config 0.3.3 → 0.3.5-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 +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.3.5-canary.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [`86f0961`](https://github.com/codefastlabs/codefast/commit/86f0961c39464f15e16691880431a9e977ccff35) Thanks [@thevuong](https://github.com/thevuong)! - feat(hooks): remove `useStateParams` tests and update dependencies
8
+
9
+ - [`8dda4d8`](https://github.com/codefastlabs/codefast/commit/8dda4d823939980b12f75e8768f5ea8d9ec21c65) Thanks [@thevuong](https://github.com/thevuong)! - feat: update dependencies across packages to improve compatibility and performance
10
+
11
+ ## 0.3.4
12
+
13
+ ### Patch Changes
14
+
15
+ - [`b24a5c2`](https://github.com/codefastlabs/codefast/commit/b24a5c27bfab89a10b8cf190503c1ea92228fd57) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies and devDependencies to latest compatible versions
16
+
17
+ - [`c8b6365`](https://github.com/codefastlabs/codefast/commit/c8b6365a46ea00c9c1cdd77606fe9683aec753e6) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): enable partitioning by new line in interface sorting rule
18
+
3
19
  ## 0.3.3
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.3.3",
3
+ "version": "0.3.5-canary.0",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },