Skip to content

Commit

Permalink
Release/1.0.0 rc.5 (#133)
Browse files Browse the repository at this point in the history
* Bump cardano-db-sync version
* Update yarn.lock
* Bump version
  • Loading branch information
rhyslbw authored Mar 25, 2020
1 parent 352b4ac commit afbcaec
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CARDANO_NODE_VERSION=64c2778c61245dcda13eaf16a2e0738dfacb7a16
CARDANO_DB_SYNC_VERSION=2998c208371a139e75de0cc7b5502103bf5d4f62
CARDANO_DB_SYNC_VERSION=a41c5cabe176c1606227db2a1514124bcbebec96
HASURA_VERSION=v1.0.0-beta.10.cli-migrations
POSTGRES_VERSION=11.5-alpine
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql-cli",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "Management tool for managing a Cardano GraphQL deployment",
"main": "./bin/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion generated_packages/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql-ts",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-graphql",
"version": "1.0.0-rc.4",
"version": "1.0.0-rc.5",
"description": "GraphQL API for Cardano with client-consumable types generated",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2967,11 +2967,6 @@ cosmiconfig@^5.0.6:
js-yaml "^3.13.1"
parse-json "^4.0.0"

cp@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/cp/-/cp-0.2.0.tgz#a0874183a09e885eb72792582ab68ce3932b135d"
integrity sha1-oIdBg6CeiF63J5JYKraM45MrE10=

create-error-class@^3.0.0:
version "3.0.2"
resolved "https://registry.yarnpkg.com/create-error-class/-/create-error-class-3.0.2.tgz#06be7abef947a3f14a30fd610671d401bca8b7b6"
Expand Down

0 comments on commit afbcaec

Please sign in to comment.