Skip to content

Commit a2e9194

Browse files
committed
chore: bump versions and update changelogs
Bump package versions to 0.1.45 and update changelogs accordingly. Applied refactor to replace CardBody with CardContent across multiple packages.
1 parent d2de11f commit a2e9194

File tree

18 files changed

+69
-9
lines changed

18 files changed

+69
-9
lines changed

packages/config-eslint/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- refactor: replace CardBody with CardContent
8+
39
## 0.1.44
410

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

packages/config-tailwind/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- refactor: replace CardBody with CardContent
8+
39
## 0.1.44
410

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

packages/config-typescript/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- refactor: replace CardBody with CardContent
8+
39
## 0.1.44
410

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

packages/hooks/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- refactor: replace CardBody with CardContent
8+
39
## 0.1.44
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": "@codefast/hooks",
3-
"version": "0.1.44",
3+
"version": "0.1.45",
44
"bugs": {
55
"url": "https://github.com/codefastlabs/codefast/issues"
66
},

packages/primitive/checkbox-group/CHANGELOG.md

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

3+
## 0.1.45
4+
5+
### Patch Changes
6+
7+
- refactor: replace CardBody with CardContent
8+
39
## 0.1.44
410

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

0 commit comments

Comments
 (0)