@codefast/ui 0.3.7-canary.4 → 0.3.7

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 +36 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @codefast/ui
2
2
 
3
+ ## 0.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0) Thanks [@thevuong](https://github.com/thevuong)! - chore: bump package versions for dependency updates
8
+
9
+ - [`e66e9ac`](https://github.com/codefastlabs/codefast/commit/e66e9ac1186a94cb30d83d7125d4991ee91c7a41) Thanks [@thevuong](https://github.com/thevuong)! - refactor: improve readability and naming consistency across multiple packages
10
+
11
+ - [`c98a4f3`](https://github.com/codefastlabs/codefast/commit/c98a4f3c821039557205fdb0fc4b5a55d8b81944) Thanks [@thevuong](https://github.com/thevuong)! - chore(dependencies): update multiple dependencies to latest versions
12
+
13
+ - [`161717d`](https://github.com/codefastlabs/codefast/commit/161717db82457444b793bad252099084ef490085) Thanks [@thevuong](https://github.com/thevuong)! - feat(eslint-config): strengthen unicorn and TypeScript rule configurations
14
+
15
+ - [`dea11de`](https://github.com/codefastlabs/codefast/commit/dea11deef4cab04a9ed2cd411251f6ad939acba6) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): integrate `tw-animate-css` and enhance animation easing consistency
16
+
17
+ - [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775) Thanks [@thevuong](https://github.com/thevuong)! - chore(tailwind-variants): downgrade version to `0.3.7-canary.2`
18
+
19
+ - [`345eb36`](https://github.com/codefastlabs/codefast/commit/345eb368a1e44051e215c0e74a255bb8bf7cca76) Thanks [@thevuong](https://github.com/thevuong)! - chore(cli): implement CLI framework with initial commands and adapters
20
+
21
+ - [`d5d8343`](https://github.com/codefastlabs/codefast/commit/d5d83431d97f433f9dd5d1c745bd35f163573ad2) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): replace `tw-animate-css` with `@tailwindcss/typography` for improved styling capabilities
22
+
23
+ - [`2f0fd79`](https://github.com/codefastlabs/codefast/commit/2f0fd791d1505279a9c8570f8f3fddcf058d64ee) Thanks [@thevuong](https://github.com/thevuong)! - chore: reorder imports for consistency and clarity
24
+
25
+ - [`0c0ae47`](https://github.com/codefastlabs/codefast/commit/0c0ae47e822ca82609d5e2dfe55629387ec88df1) Thanks [@thevuong](https://github.com/thevuong)! - chore(ui): update animations and dependencies for improved consistency
26
+
27
+ - [`728b150`](https://github.com/codefastlabs/codefast/commit/728b1503583d1f130c2f0abd503343dd8c802ee6) Thanks [@thevuong](https://github.com/thevuong)! - chore(tests): remove obsolete test files for core use cases and adapters
28
+
29
+ - [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36) Thanks [@thevuong](https://github.com/thevuong)! - chore(deps): update @rslib/core and eslint-plugin-turbo to version 0.14.0 and 2.5.7 respectively
30
+
31
+ - Updated dependencies [[`d35a1b7`](https://github.com/codefastlabs/codefast/commit/d35a1b76ad65d12a0ebb69dd141b2c38d98973d0), [`e66e9ac`](https://github.com/codefastlabs/codefast/commit/e66e9ac1186a94cb30d83d7125d4991ee91c7a41), [`c98a4f3`](https://github.com/codefastlabs/codefast/commit/c98a4f3c821039557205fdb0fc4b5a55d8b81944), [`161717d`](https://github.com/codefastlabs/codefast/commit/161717db82457444b793bad252099084ef490085), [`dea11de`](https://github.com/codefastlabs/codefast/commit/dea11deef4cab04a9ed2cd411251f6ad939acba6), [`6995bee`](https://github.com/codefastlabs/codefast/commit/6995bee4991257294cc6d520af6989e237392775), [`345eb36`](https://github.com/codefastlabs/codefast/commit/345eb368a1e44051e215c0e74a255bb8bf7cca76), [`d5d8343`](https://github.com/codefastlabs/codefast/commit/d5d83431d97f433f9dd5d1c745bd35f163573ad2), [`2f0fd79`](https://github.com/codefastlabs/codefast/commit/2f0fd791d1505279a9c8570f8f3fddcf058d64ee), [`0c0ae47`](https://github.com/codefastlabs/codefast/commit/0c0ae47e822ca82609d5e2dfe55629387ec88df1), [`728b150`](https://github.com/codefastlabs/codefast/commit/728b1503583d1f130c2f0abd503343dd8c802ee6), [`288ce19`](https://github.com/codefastlabs/codefast/commit/288ce19a5ab93a2e926579b5404395b050eadc36)]:
32
+ - @codefast/tailwind-variants@0.3.7
33
+ - @codefast-ui/progress-circle@0.3.7
34
+ - @codefast-ui/checkbox-group@0.3.7
35
+ - @codefast-ui/input-number@0.3.7
36
+ - @codefast/hooks@0.3.7
37
+ - @codefast-ui/input@0.3.7
38
+
3
39
  ## 0.3.7-canary.4
4
40
 
5
41
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefast/ui",
3
- "version": "0.3.7-canary.4",
3
+ "version": "0.3.7",
4
4
  "description": "Core UI components library built with React and Tailwind CSS",
5
5
  "keywords": [
6
6
  "ui",
@@ -88,12 +88,12 @@
88
88
  "sonner": "^2.0.7",
89
89
  "tailwind-merge": "^3.3.1",
90
90
  "vaul": "^1.1.2",
91
- "@codefast-ui/checkbox-group": "0.3.7-canary.4",
92
- "@codefast-ui/input": "0.3.7-canary.4",
93
- "@codefast-ui/input-number": "0.3.7-canary.4",
94
- "@codefast-ui/progress-circle": "0.3.7-canary.4",
95
- "@codefast/hooks": "0.3.7-canary.4",
96
- "@codefast/tailwind-variants": "0.3.7-canary.4"
91
+ "@codefast-ui/checkbox-group": "0.3.7",
92
+ "@codefast-ui/input": "0.3.7",
93
+ "@codefast-ui/input-number": "0.3.7",
94
+ "@codefast-ui/progress-circle": "0.3.7",
95
+ "@codefast/tailwind-variants": "0.3.7",
96
+ "@codefast/hooks": "0.3.7"
97
97
  },
98
98
  "devDependencies": {
99
99
  "@rsbuild/plugin-react": "^1.4.1",
@@ -118,8 +118,8 @@
118
118
  "ts-node": "^10.9.2",
119
119
  "tw-animate-css": "^1.4.0",
120
120
  "typescript": "^5.9.2",
121
- "@codefast/eslint-config": "0.3.7-canary.4",
122
- "@codefast/typescript-config": "0.3.7-canary.4"
121
+ "@codefast/eslint-config": "0.3.7",
122
+ "@codefast/typescript-config": "0.3.7"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "@types/react": "^19.0",