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 a35a7ed commit e72cc59
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.17

### Patch Changes

- fix: flawed organization guards

## 0.2.16

### 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.16",
"version": "0.2.17",
"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.17

### Patch Changes

- fix: flawed organization guards

## 0.2.16

### 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.16",
"version": "0.2.17",
"private": true,
"scripts": {
"dev": "next dev --turbo",
Expand Down

0 comments on commit e72cc59

Please sign in to comment.