Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
drepkovsky committed Dec 2, 2024
1 parent 5de2b16 commit 4b4a686
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions apps/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bulkit/api

## 0.2.13

### Patch Changes

- build erros fix

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulkit/api",
"version": "0.2.12",
"version": "0.2.13",
"type": "module",
"private": true,
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions apps/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @bulkit/app

## 0.2.13

### Patch Changes

- build erros fix

## 0.2.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bulkit/app",
"version": "0.2.12",
"version": "0.2.13",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

0 comments on commit 4b4a686

Please sign in to comment.