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

Commit 0b9f435

Browse files
committed
Update imports in UI components and bump version numbers
1 parent a8041d5 commit 0b9f435

File tree

12 files changed

+45
-6
lines changed

12 files changed

+45
-6
lines changed

packages/eslint-config-codefixlabs/CHANGELOG.md

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

3+
## 0.1.25
4+
5+
### Patch Changes
6+
7+
- Update imports in UI components
8+
39
## 0.1.24
410

511
### Patch Changes

packages/eslint-config-codefixlabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-codefixlabs",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"license": "MIT",
55
"sideEffects": false,
66
"main": "index.js",

packages/hooks/CHANGELOG.md

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

3+
## 0.1.36
4+
5+
### Patch Changes
6+
7+
- Update imports in UI components
8+
39
## 0.1.35
410

511
### Patch Changes

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/hooks",
3-
"version": "0.1.35",
3+
"version": "0.1.36",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

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.39
4+
5+
### Patch Changes
6+
7+
- Update imports in UI components
8+
39
## 0.1.38
410

511
### Patch 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.38",
3+
"version": "0.1.39",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tailwindcss/CHANGELOG.md

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

3+
## 0.1.48
4+
5+
### Patch Changes
6+
7+
- Update imports in UI components
8+
39
## 0.1.47
410

511
### Patch Changes

packages/tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/tailwindcss",
3-
"version": "0.1.47",
3+
"version": "0.1.48",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

packages/tsconfig/CHANGELOG.md

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

3+
## 0.1.14
4+
5+
### Patch Changes
6+
7+
- Update imports in UI components
8+
39
## 0.1.13
410

511
### Patch Changes

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/tsconfig",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"license": "MIT",
55
"sideEffects": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)