@codefast/typescript-config 0.2.29 → 0.2.31
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @codefast/typescript-config
|
|
2
2
|
|
|
3
|
+
## 0.2.31
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`18939be`](https://github.com/codefastlabs/codefast/commit/18939bec39e9c1b0dcdd4016a1651cfb62f6039f) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): refine animation utilities and components
|
|
8
|
+
|
|
9
|
+
- [`1138a2a`](https://github.com/codefastlabs/codefast/commit/1138a2a6346e3032ae20e15d251849266f1f5275) Thanks [@thevuong](https://github.com/thevuong)! - fix(ui): adjust sidebar icon width for better alignment
|
|
10
|
+
|
|
11
|
+
- [`1204505`](https://github.com/codefastlabs/codefast/commit/1204505b6c4659fe10dc27dd08f681137526834b) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): simplify class names for table and tabs
|
|
12
|
+
|
|
13
|
+
## 0.2.30
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [`3d7ac8e`](https://github.com/codefastlabs/codefast/commit/3d7ac8ec9e61c448a267ca8c3ed34cf2aa261eb7) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): update TypeScript file matching patterns
|
|
18
|
+
|
|
19
|
+
- [`c56316e`](https://github.com/codefastlabs/codefast/commit/c56316e96bda456cffc1e398b9546f81555917f3) Thanks [@thevuong](https://github.com/thevuong)! - feat(style-guide): update TypeScript config file handling
|
|
20
|
+
|
|
21
|
+
- [`6a6afab`](https://github.com/codefastlabs/codefast/commit/6a6afab009192a0e8818fb16e9e51c30a9051a86) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update dependencies across the project
|
|
22
|
+
|
|
3
23
|
## 0.2.29
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|