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

Commit 395c118

Browse files
committed
release
1 parent eca5065 commit 395c118

File tree

12 files changed

+57
-6
lines changed

12 files changed

+57
-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.5
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
39
## 0.1.4
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.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"main": "index.js",
66
"scripts": {

packages/hooks/CHANGELOG.md

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

3+
## 0.1.6
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
- Updated dependencies
9+
10+
- @codefixlabs/tsconfig@0.1.5
11+
312
## 0.1.5
413

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

packages/lib/CHANGELOG.md

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

3+
## 0.1.10
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
- Updated dependencies
9+
10+
- @codefixlabs/tsconfig@0.1.5
11+
312
## 0.1.9
413

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

packages/tailwindcss/CHANGELOG.md

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

3+
## 0.1.12
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
- Updated dependencies
9+
10+
- @codefixlabs/tsconfig@0.1.5
11+
312
## 0.1.11
413

514
### 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.11",
3+
"version": "0.1.12",
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.5
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
39
## 0.1.4
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.4",
3+
"version": "0.1.5",
44
"license": "MIT",
55
"publishConfig": {
66
"access": "public"

packages/ui/CHANGELOG.md

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

3+
## 0.1.15
4+
5+
### Patch Changes
6+
7+
- Extra toolbar
8+
- Updated dependencies
9+
10+
- @codefixlabs/hooks@0.1.6
11+
- @codefixlabs/lib@0.1.10
12+
- @codefixlabs/tailwindcss@0.1.12
13+
- @codefixlabs/tsconfig@0.1.5
14+
315
## 0.1.14
416

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

0 commit comments

Comments
 (0)