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

Commit 1a74a9e

Browse files
committed
feat: Add directives to chunk files
1 parent 8b901bb commit 1a74a9e

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.14
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
39
## 0.1.13
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.13",
3+
"version": "0.1.14",
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.18
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
39
## 0.1.17
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.17",
3+
"version": "0.1.18",
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.21
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
39
## 0.1.20
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.20",
3+
"version": "0.1.21",
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.24
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
39
## 0.1.23
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.23",
3+
"version": "0.1.24",
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.10
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
39
## 0.1.9
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.9",
3+
"version": "0.1.10",
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.44
4+
5+
### Patch Changes
6+
7+
- Add directives to chunk files
8+
- Updated dependencies
9+
- @codefixlabs/hooks@0.1.18
10+
- @codefixlabs/lib@0.1.21
11+
312
## 0.1.43
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.43",
3+
"version": "0.1.44",
44
"license": "MIT",
55
"sideEffects": false,
66
"exports": {

0 commit comments

Comments
 (0)