Skip to content

Commit b316ac7

Browse files
committed
chore(release): bump version to 0.1.37
Update various dependencies and changelogs. Refactor styles for DataTableColumnHeader and checkbox borders for consistency.
1 parent cb5670a commit b316ac7

File tree

18 files changed

+78
-9
lines changed

18 files changed

+78
-9
lines changed

packages/config-eslint/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codefast/eslint-config
22

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- refactor: update styles and simplify DataTableColumnHeader
8+
- refactor: update checkbox border styles for consistency
9+
310
## 0.1.36
411

512
### Patch Changes

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/eslint-config",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/config-tailwind/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codefast/config-tailwind
22

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- refactor: update styles and simplify DataTableColumnHeader
8+
- refactor: update checkbox border styles for consistency
9+
310
## 0.1.36
411

512
### Patch Changes

packages/config-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/config-tailwind",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/config-typescript/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @codefast/config-typescript
22

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- refactor: update styles and simplify DataTableColumnHeader
8+
- refactor: update checkbox border styles for consistency
9+
310
## 0.1.36
411

512
### Patch Changes

packages/config-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast/config-typescript",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/hooks/CHANGELOG.md

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

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- refactor: update styles and simplify DataTableColumnHeader
8+
- refactor: update checkbox border styles for consistency
9+
310
## 0.1.36
411

512
### 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": "@codefast/hooks",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/primitive/checkbox-group/CHANGELOG.md

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

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- refactor: update styles and simplify DataTableColumnHeader
8+
- refactor: update checkbox border styles for consistency
9+
310
## 0.1.36
411

512
### Patch Changes

packages/primitive/checkbox-group/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codefast-ui/checkbox-group",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

0 commit comments

Comments
 (0)