@codefast/typescript-config 0.2.30 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
3
13
  ## 0.2.30
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },