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

Commit

Permalink
Update dependencies and refactor form in UI package
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thevuong committed May 22, 2024
1 parent 2b2a77d commit 142b12b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codefixlabs/hooks

## 0.1.37

### Patch Changes

- Update react and typescript versions in hooks package

## 0.1.36

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codefixlabs/lib

## 0.1.40

### Patch Changes

- Update package dependencies

## 0.1.39

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/tailwindcss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @codefixlabs/tailwindcss

## 0.1.51

### Patch Changes

- Update dependency versions in tailwindcss package

## 0.1.50

### Patch Changes
Expand Down
10 changes: 10 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codefixlabs/ui

## 0.1.102

### Patch Changes

- Update package dependencies and refactor form.tsx
- Updated dependencies
- Updated dependencies
- @codefixlabs/lib@0.1.40
- @codefixlabs/hooks@0.1.37

## 0.1.101

### Patch Changes
Expand Down

0 comments on commit 142b12b

Please sign in to comment.