Skip to content

Commit

Permalink
v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rssk committed Dec 16, 2019
1 parent 0758472 commit 3bcb079
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.32",
"version": "4.6.1"
"version": "4.6.2"
}
4 changes: 2 additions & 2 deletions packages/coinstac-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-client-core",
"version": "4.6.1",
"version": "4.6.2",
"description": "COINSTAC business logic for clients.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/MRN-Code/coinstac#readme",
"dependencies": {
"coinstac-docker-manager": "^4.6.1",
"coinstac-pipeline": "^4.6.1",
"coinstac-pipeline": "^4.6.2",
"csv-parse": "^4.4.3",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"axios": "^0.19.0",
"coinstac-docker-manager": "^4.6.1",
"coinstac-graphql-schema": "^4.6.0",
"coinstac-pipeline": "^4.6.1",
"coinstac-pipeline": "^4.6.2",
"hapi": "^16.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/coinstac-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-simulator",
"version": "4.6.1",
"version": "4.6.2",
"description": "COINSTAC simulator for computation runs.",
"main": "src/index.js",
"bin": "bin/coinstac-simulator",
Expand Down Expand Up @@ -38,7 +38,7 @@
"blessed-contrib": "^4.8.5",
"chalk": "^1.1.3",
"clarify": "^2.1.0",
"coinstac-pipeline": "^4.6.1",
"coinstac-pipeline": "^4.6.2",
"commander": "^2.15.1",
"convict": "^4.3.2",
"glob": "^7.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/coinstac-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-ui",
"version": "4.6.1",
"version": "4.6.2",
"description": "COINSTAC desktop application.",
"main": "app/main/index.js",
"dependencies": {
Expand All @@ -15,11 +15,11 @@
"bootstrap-sass": "^3.3.7",
"clarify": "^2.1.0",
"classnames": "^2.2.5",
"coinstac-client-core": "^4.6.1",
"coinstac-client-core": "^4.6.2",
"coinstac-common": "^4.6.1",
"coinstac-docker-manager": "^4.6.1",
"coinstac-graphql-schema": "^4.6.0",
"coinstac-pipeline": "^4.6.1",
"coinstac-pipeline": "^4.6.2",
"commander": "^2.15.1",
"convict": "^1.5.0",
"create-react-class": "^15.6.3",
Expand Down

0 comments on commit 3bcb079

Please sign in to comment.