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

Commit 692255b

Browse files
committed
release
1 parent 49a3f5b commit 692255b

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.7
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
39
## 0.1.6
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.6",
3+
"version": "0.1.7",
44
"license": "MIT",
55
"main": "index.js",
66
"scripts": {

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.9
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
39
## 0.1.8
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.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

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.14
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
39
## 0.1.13
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.13",
3+
"version": "0.1.14",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

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.15
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
39
## 0.1.14
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.14",
3+
"version": "0.1.15",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

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.8
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
39
## 0.1.7
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.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/ui/CHANGELOG.md

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

3+
## 0.1.22
4+
5+
### Patch Changes
6+
7+
- Button loading state
8+
- Updated dependencies
9+
- @codefixlabs/hooks@0.1.9
10+
- @codefixlabs/lib@0.1.14
11+
312
## 0.1.21
413

514
### 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.21",
3+
"version": "0.1.22",
44
"license": "MIT",
55
"exports": {
66
"./package.json": "./package.json",

0 commit comments

Comments
 (0)