Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Feb 6, 2024
1 parent 6de6f1b commit 18fa777
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## 0.2.0 (2024-02-06)


### Features

* added user dashboard ([14b7dc5](https://github.com/LABIOQUIM/plasmoia/commit/14b7dc5c26228ff4ad6567da35be7f7967dc3dae))
* requires cell/image description on submission ([cabd90b](https://github.com/LABIOQUIM/plasmoia/commit/cabd90bbb22acc89585ea1c8a8a80bec91d936ba))
* v1 ([f104357](https://github.com/LABIOQUIM/plasmoia/commit/f104357101a3b2b8472cd0b452397636e48f381d))

## 0.1.1 (2023-12-20)


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.1.1",
"version": "0.2.0",
"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.1.1"
"version": "0.2.0"
}
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.1.1",
"version": "0.2.0",
"packageManager": "[email protected]",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 18fa777

Please sign in to comment.