Skip to content

Commit

Permalink
build(common,client,server): bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jun 13, 2021
1 parent 495c46c commit f92d1ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "easyhard-client",
"version": "0.2.4",
"version": "0.3.0",
"peerDependencies": {
"easyhard-common": "^0.2.0",
"easyhard-common": "^0.2.1",
"rxjs": ">= 6.x <=7.x"
}
}
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard-common",
"version": "0.2.0",
"version": "0.2.1",
"peerDependencies": {
"rxjs": ">= 6.x <=7.x"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "easyhard-server",
"version": "0.2.0",
"version": "0.3.0",
"peerDependencies": {
"easyhard-common": "^0.2.0",
"easyhard-common": "^0.2.1",
"ws": ">6.x"
}
}

0 comments on commit f92d1ee

Please sign in to comment.