Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
thevuong committed Oct 24, 2023
1 parent 695d152 commit 5672421
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 4 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.1

### Patch Changes

- Remove `use client`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/hooks",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
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.3

### Patch Changes

- Remove `use client`

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/lib",
"version": "0.1.2",
"version": "0.1.3",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
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.7

### Patch Changes

- Remove `use client`

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/tailwindcss",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @codefixlabs/ui

## 0.1.7

### Patch Changes

- Updated dependencies
- @codefixlabs/tailwindcss@0.1.7
- @codefixlabs/hooks@0.1.1
- @codefixlabs/lib@0.1.3

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codefixlabs/ui",
"version": "0.1.6",
"version": "0.1.7",
"license": "MIT",
"exports": {
"./package.json": "./package.json",
Expand Down

0 comments on commit 5672421

Please sign in to comment.