Skip to content

Commit

Permalink
1.2.1 Release (#134)
Browse files Browse the repository at this point in the history
## 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`.
  • Loading branch information
Ganeshwara Herawan Hananda authored and Syed Irtaza Raza committed Apr 26, 2019
1 parent 6a5ef5c commit c3e03c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
8 changes: 4 additions & 4 deletions dependencies/graknlabs/dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
tag = "1.5.3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @graknlabs_client_nodejs
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c3e03c2

Please sign in to comment.