Skip to content

Commit

Permalink
chore: release v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Feb 6, 2024
1 parent 38170dc commit 006fc7e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.2.3](https://github.com/LABIOQUIM/plasmoia/compare/0.2.2...0.2.3) (2024-02-06)

## [0.2.2](https://github.com/LABIOQUIM/plasmoia/compare/0.2.1...0.2.2) (2024-02-06)

## [0.2.1](https://github.com/LABIOQUIM/plasmoia/compare/0.2.0...0.2.1) (2024-02-06)
Expand Down
2 changes: 1 addition & 1 deletion apps/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "0.2.2",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"husky": "^8.0.3",
"release-it": "^17.0.0"
},
"version": "0.2.2"
"version": "0.2.3"
}
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "database",
"version": "0.2.2",
"version": "0.2.3",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 006fc7e

Please sign in to comment.