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

Commit c365dc5

Browse files
committed
release
1 parent d77984f commit c365dc5

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

packages/lib/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @codefixlabs/lib
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Update search params
8+
39
## 0.1.0
410

511
### Minor Changes

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/lib",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

packages/ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codefixlabs/ui
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @codefixlabs/lib@0.1.1
9+
310
## 0.1.3
411

512
### Patch Changes

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

0 commit comments

Comments
 (0)