@codefast/typescript-config 0.2.27 → 0.2.28

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.28
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6d53482`](https://github.com/codefastlabs/codefast/commit/6d5348215986b4a9850e8e8078d3bcfd2d754a6e) Thanks [@thevuong](https://github.com/thevuong)! - feat(ui): enable client-side rendering for Sonner component
8
+
9
+ - [`f2de4a6`](https://github.com/codefastlabs/codefast/commit/f2de4a6711d83ba47e37c2f7103c8ec3e481ce85) Thanks [@thevuong](https://github.com/thevuong)! - feat: restructure apps and upgrade UI to TailwindCSS v4
10
+
11
+ - [`288ce7f`](https://github.com/codefastlabs/codefast/commit/288ce7fa35c1e591b1f36484cc041111edaaceae) Thanks [@thevuong](https://github.com/thevuong)! - feat: add `data-slot` attributes to components for targeting
12
+
13
+ - [`158e0e0`](https://github.com/codefastlabs/codefast/commit/158e0e07e4e3885c784c7d0435d2051558e9a45a) Thanks [@thevuong](https://github.com/thevuong)! - feat(hooks): add useIsMobile hook
14
+
3
15
  ## 0.2.27
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.27",
3
+ "version": "0.2.28",
4
4
  "bugs": {
5
5
  "url": "https://github.com/codefastlabs/codefast/issues"
6
6
  },