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

Commit 148adac

Browse files
committed
release
1 parent f35c728 commit 148adac

File tree

13 files changed

+100
-57
lines changed

13 files changed

+100
-57
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.12
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
39
## 0.1.11
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.11",
3+
"version": "0.1.12",
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.14
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
39
## 0.1.13
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.13",
3+
"version": "0.1.14",
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.17
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
39
## 0.1.16
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.16",
3+
"version": "0.1.17",
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.20
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
39
## 0.1.19
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.19",
3+
"version": "0.1.20",
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.9
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
39
## 0.1.8
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.8",
3+
"version": "0.1.9",
44
"license": "MIT",
55
"sideEffects": false,
66
"publishConfig": {

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.35
4+
5+
### Patch Changes
6+
7+
- Export sub-path patterns
8+
- Updated dependencies
9+
- @codefixlabs/hooks@0.1.14
10+
- @codefixlabs/lib@0.1.17
11+
312
## 0.1.34
413

514
### Patch Changes

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefixlabs/ui",
3-
"version": "0.1.34",
3+
"version": "0.1.35",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {
@@ -122,7 +122,7 @@
122122
"@codefixlabs/tailwindcss": "workspace:*",
123123
"@codefixlabs/tsconfig": "workspace:*",
124124
"@types/node": "^20.8.10",
125-
"@types/pluralize": "^0.0.32",
125+
"@types/pluralize": "^0.0.33",
126126
"@types/react": "^18.2.36",
127127
"autoprefixer": "^10.4.16",
128128
"eslint-config-codefixlabs": "workspace:*",

0 commit comments

Comments
 (0)