Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rssk committed Dec 4, 2019
1 parent 6f6ea02 commit 4a8e376
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 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.4.1"
"version": "4.5.0"
}
4 changes: 2 additions & 2 deletions 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.4.1",
"version": "4.5.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"bluebird": "^3.5.1",
"boom": "^5.2.0",
"clarify": "^2.1.0",
"coinstac-graphql-schema": "^4.2.1",
"coinstac-graphql-schema": "^4.5.0",
"graphql": "^0.10.5",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^1.2.3",
Expand Down
6 changes: 3 additions & 3 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.4.1",
"version": "4.5.0",
"description": "COINSTAC business logic for clients.",
"main": "src/index.js",
"scripts": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/MRN-Code/coinstac#readme",
"dependencies": {
"coinstac-docker-manager": "^4.4.1",
"coinstac-pipeline": "^4.4.1",
"coinstac-docker-manager": "^4.5.0",
"coinstac-pipeline": "^4.5.0",
"csv-parse": "^4.4.3",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/coinstac-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-common",
"version": "4.4.1",
"version": "4.5.0",
"description": "COINSTAC core functionality.",
"main": "src/index.js",
"directories": {
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/MRN-Code/coinstac/issues"
},
"dependencies": {
"coinstac-docker-manager": "^4.4.1",
"coinstac-docker-manager": "^4.5.0",
"joi": "^10.6.0"
},
"homepage": "http://mrn-code.github.io/coinstac#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-docker-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-docker-manager",
"version": "4.4.1",
"version": "4.5.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-graphql-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-graphql-schema",
"version": "4.2.1",
"version": "4.5.0",
"description": "",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/coinstac-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"dependencies": {
"archiver": "^3.1.1",
"coinstac-docker-manager": "^4.4.1",
"coinstac-docker-manager": "^4.5.0",
"content-disposition": "^0.5.3",
"decompress": "^4.2.0",
"dockerode": "^2.5.5",
Expand Down Expand Up @@ -47,5 +47,5 @@
"scripts": {
"test": "nyc ava test/**.test.js"
},
"version": "4.4.1"
"version": "4.5.0"
}
8 changes: 4 additions & 4 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.4.1",
"version": "4.5.0",
"description": "COINSTAC core server functionality.",
"main": "src/index.js",
"bin": "bin/coinstac-server-core",
Expand Down Expand Up @@ -35,9 +35,9 @@
"homepage": "https://github.com/MRN-Code/coinstac#readme",
"dependencies": {
"axios": "^0.17.1",
"coinstac-docker-manager": "^4.4.1",
"coinstac-graphql-schema": "^4.2.1",
"coinstac-pipeline": "^4.4.1",
"coinstac-docker-manager": "^4.5.0",
"coinstac-graphql-schema": "^4.5.0",
"coinstac-pipeline": "^4.5.0",
"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.4.1",
"version": "4.5.0",
"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.4.1",
"coinstac-pipeline": "^4.5.0",
"commander": "^2.15.1",
"convict": "^4.3.2",
"glob": "^7.1.2",
Expand Down
12 changes: 6 additions & 6 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.4.1",
"version": "4.5.0",
"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.4.1",
"coinstac-common": "^4.4.1",
"coinstac-docker-manager": "^4.4.1",
"coinstac-graphql-schema": "^4.2.1",
"coinstac-pipeline": "^4.4.1",
"coinstac-client-core": "^4.5.0",
"coinstac-common": "^4.5.0",
"coinstac-docker-manager": "^4.5.0",
"coinstac-graphql-schema": "^4.5.0",
"coinstac-pipeline": "^4.5.0",
"commander": "^2.15.1",
"convict": "^1.5.0",
"create-react-class": "^15.6.3",
Expand Down

0 comments on commit 4a8e376

Please sign in to comment.