Skip to content

Commit

Permalink
v4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rssk committed Apr 14, 2020
1 parent c314333 commit 44622d6
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.0"
"version": "4.7.1"
}
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.7.0",
"version": "4.7.1",
"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.7.0",
"coinstac-graphql-schema": "^4.7.1",
"graphql": "^0.10.5",
"graphql-subscriptions": "^0.5.8",
"graphql-tools": "^1.2.3",
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.0",
"version": "4.7.1",
"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.7.0",
"coinstac-pipeline": "^4.7.1",
"convict": "^4.3.2",
"csv-parse": "^4.4.3",
"lodash": "^4.17.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/coinstac-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coinstac-common",
"version": "4.6.1",
"version": "4.7.1",
"description": "COINSTAC core functionality.",
"main": "src/index.js",
"directories": {
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.7.0",
"version": "4.7.1",
"description": "",
"main": "src/index.js",
"scripts": {
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 @@ -47,5 +47,5 @@
"scripts": {
"test": "nyc ava test/**.test.js"
},
"version": "4.7.0"
"version": "4.7.1"
}
6 changes: 3 additions & 3 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.0",
"version": "4.7.1",
"description": "COINSTAC core server functionality.",
"main": "src/index.js",
"bin": "bin/coinstac-server-core",
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"axios": "^0.19.0",
"coinstac-docker-manager": "^4.6.1",
"coinstac-graphql-schema": "^4.7.0",
"coinstac-pipeline": "^4.7.0",
"coinstac-graphql-schema": "^4.7.1",
"coinstac-pipeline": "^4.7.1",
"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.0",
"version": "4.7.1",
"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.0",
"coinstac-pipeline": "^4.7.1",
"commander": "^2.15.1",
"convict": "^4.3.2",
"glob": "^7.1.2",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "4.7.1",
"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.0",
"coinstac-common": "^4.6.1",
"coinstac-client-core": "^4.7.1",
"coinstac-common": "^4.7.1",
"coinstac-docker-manager": "^4.6.1",
"coinstac-graphql-schema": "^4.7.0",
"coinstac-pipeline": "^4.7.0",
"coinstac-graphql-schema": "^4.7.1",
"coinstac-pipeline": "^4.7.1",
"commander": "^2.15.1",
"convict": "^1.5.0",
"create-react-class": "^15.6.3",
Expand Down

0 comments on commit 44622d6

Please sign in to comment.