@codefast/typescript-config 0.2.31 → 0.2.34

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.34
4
+
5
+ ### Patch Changes
6
+
7
+ - [`b537b37`](https://github.com/codefastlabs/codefast/commit/b537b37ddffd3e586caae087534530f252957327) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): update drawer corner radius for top/bottom directions
8
+
9
+ ## 0.2.33
10
+
11
+ ### Patch Changes
12
+
13
+ - [#86](https://github.com/codefastlabs/codefast/pull/86) [`4802dda`](https://github.com/codefastlabs/codefast/commit/4802dda3244102148149b64015f59f0656b97626) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): remove backdrop blur from overlay components
14
+
15
+ ## 0.2.32
16
+
17
+ ### Patch Changes
18
+
19
+ - [`a954a20`](https://github.com/codefastlabs/codefast/commit/a954a2062ca7b1c96dd92bd9d194c1b3cb5e1c53) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): enhance Card component layout and add CardAction
20
+
3
21
  ## 0.2.31
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.31",
3
+ "version": "0.2.34",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },