@codefast/typescript-config 0.2.24 → 0.2.26

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 +12 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @codefast/typescript-config
2
2
 
3
+ ## 0.2.26
4
+
5
+ ### Patch Changes
6
+
7
+ - [`20fa2ef`](https://github.com/codefastlabs/codefast/commit/20fa2efc3460f70bcf2f0d420b494b45777f85dc) Thanks [@thevuong](https://github.com/thevuong)! - feat: enhance theme handling and component styles
8
+
9
+ ## 0.2.25
10
+
11
+ ### Patch Changes
12
+
13
+ - [`929bc06`](https://github.com/codefastlabs/codefast/commit/929bc069506962408673e129e90f72047f90594c) Thanks [@thevuong](https://github.com/thevuong)! - refactor(ui): simplify variants and streamline components
14
+
3
15
  ## 0.2.24
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/typescript-config",
3
- "version": "0.2.24",
3
+ "version": "0.2.26",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },