From c3e03c272df1535ec3bc4ab9fb9c6b5c54c63494 Mon Sep 17 00:00:00 2001 From: Ganeshwara Herawan Hananda Date: Fri, 26 Apr 2019 19:03:23 +0100 Subject: [PATCH] 1.2.1 Release (#134) ## What is the goal of this PR? Workbase is now version 1.2.1. This is a minor release to get Workbase to use the updated dependencies of `build-tools`, `grakn-core`, and `client-nodejs`. --- VERSION | 2 +- dependencies/graknlabs/dependencies.bzl | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 867e52437..6085e9465 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 \ No newline at end of file +1.2.1 diff --git a/dependencies/graknlabs/dependencies.bzl b/dependencies/graknlabs/dependencies.bzl index 3ea0a2888..f443cbefd 100644 --- a/dependencies/graknlabs/dependencies.bzl +++ b/dependencies/graknlabs/dependencies.bzl @@ -22,19 +22,19 @@ def graknlabs_build_tools(): git_repository( name = "graknlabs_build_tools", remote = "https://github.com/graknlabs/build-tools", - commit = "d2be22150c8ca386162e0c49d3f82785a11e8d98", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools + commit = "05ad27318aa97bd4ba2182e48b37ded068e95e2a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_build_tools ) def graknlabs_grakn_core(): git_repository( name = "graknlabs_grakn_core", remote = "https://github.com/graknlabs/grakn", - tag = "1.5.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core + tag = "1.5.2", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_grakn_core ) def graknlabs_client_nodejs(): git_repository( name = "graknlabs_client_nodejs", remote = "https://github.com/graknlabs/client-nodejs", - tag = "1.5.1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_nodejs - ) \ No newline at end of file + tag = "1.5.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_nodejs + ) diff --git a/package.json b/package.json index 8deacb2dd..125cb578d 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@blueprintjs/table": "^3.1.1", "codemirror": "^5.38.0", "electron-store": "^1.3.0", - "grakn-client": "1.5.1", + "grakn-client": "1.5.3", "grpc": "^1.18.0", "hex-to-hsl": "^1.0.2", "image-data-uri": "^1.1.1",