Skip to content

Commit

Permalink
v4.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rssk committed Jul 27, 2020
1 parent 114e1b0 commit 977cd3b
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.7.4"
"version": "4.7.5"
}
2 changes: 1 addition & 1 deletion packages/coinstac-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-api-server",
"version": "4.7.4",
"version": "4.7.5",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
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.7.4",
"version": "4.7.5",
"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.7.4",
"coinstac-pipeline": "^4.7.4",
"coinstac-pipeline": "^4.7.5",
"convict": "^4.3.2",
"csv-parse": "^4.4.3",
"lodash": "^4.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"scripts": {
"test": "nyc ava test/**.test.js"
},
"version": "4.7.4"
"version": "4.7.5"
}
4 changes: 2 additions & 2 deletions packages/coinstac-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-server",
"version": "4.7.4",
"version": "4.7.5",
"description": "COINSTAC core server functionality.",
"main": "src/index.js",
"bin": "bin/coinstac-server-core",
Expand Down Expand Up @@ -37,7 +37,7 @@
"axios": "^0.19.0",
"coinstac-docker-manager": "^4.7.4",
"coinstac-graphql-schema": "^4.7.1",
"coinstac-pipeline": "^4.7.4",
"coinstac-pipeline": "^4.7.5",
"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.7.4",
"version": "4.7.5",
"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.7.4",
"coinstac-pipeline": "^4.7.5",
"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.7.4",
"version": "4.7.5",
"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.7.4",
"coinstac-client-core": "^4.7.5",
"coinstac-common": "^4.7.4",
"coinstac-docker-manager": "^4.7.4",
"coinstac-graphql-schema": "^4.7.1",
"coinstac-pipeline": "^4.7.4",
"coinstac-pipeline": "^4.7.5",
"commander": "^2.15.1",
"convict": "^1.5.0",
"create-react-class": "^15.6.3",
Expand Down

0 comments on commit 977cd3b

Please sign in to comment.