Skip to content

Commit

Permalink
build: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Nov 4, 2020
1 parent e2e8b77 commit b07b518
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easyhard-api",
"version": "0.1.0",
"version": "0.1.1",
"peerDependencies": {
"easyhard": "^0.4.3"
"easyhard": "^0.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard",
"version": "0.5.0",
"version": "0.6.0",
"peerDependencies": {
"rxjs": "6.5.3",
"rxjs-compat": "6.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyhard-loader",
"version": "0.1.0",
"version": "0.1.1",
"dependencies": {
"recast": "^0.19.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/router/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "easyhard-router",
"version": "0.2.1",
"version": "0.3.0",
"peerDependencies": {
"easyhard": "^0.4.3",
"easyhard": "^0.6.0",
"rxjs": "^6.5.3",
"history": "5.0.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "easyhard-styles",
"version": "0.1.4",
"version": "0.2.0",
"peerDependencies": {
"easyhard": "^0.4.3",
"easyhard": "^0.6.0",
"rxjs": "^6.5.3"
}
}

0 comments on commit b07b518

Please sign in to comment.