Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 142b12b

Browse files
committed
Update dependencies and refactor form in UI package
Updated the dependencies in the UI, hooks, lib, and tailwindcss packages. In the UI package, the form.tsx file underwent refactoring. Specific updates include progressions to newer versions in react and typescript for the hooks package and dependency version updates in the tailwindcss and lib packages.
1 parent 2b2a77d commit 142b12b

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

Diff for: packages/hooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/hooks
22

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- Update react and typescript versions in hooks package
8+
39
## 0.1.36
410

511
### Patch Changes

Diff for: packages/lib/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/lib
22

3+
## 0.1.40
4+
5+
### Patch Changes
6+
7+
- Update package dependencies
8+
39
## 0.1.39
410

511
### Patch Changes

Diff for: packages/tailwindcss/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/tailwindcss
22

3+
## 0.1.51
4+
5+
### Patch Changes
6+
7+
- Update dependency versions in tailwindcss package
8+
39
## 0.1.50
410

511
### Patch Changes

Diff for: packages/ui/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @codefixlabs/ui
22

3+
## 0.1.102
4+
5+
### Patch Changes
6+
7+
- Update package dependencies and refactor form.tsx
8+
- Updated dependencies
9+
- Updated dependencies
10+
- @codefixlabs/lib@0.1.40
11+
- @codefixlabs/hooks@0.1.37
12+
313
## 0.1.101
414

515
### Patch Changes

0 commit comments

Comments
 (0)