From 10d9637c76025f912a2527868a876e3354eb309f Mon Sep 17 00:00:00 2001 From: Rhys Bartels-Waller Date: Mon, 25 May 2020 17:47:51 +1000 Subject: [PATCH] Update changelog, bump versions --- CHANGELOG.md | 3 ++- cli/package.json | 2 +- generated_packages/TypeScript/package.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f951602..b209f1a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,13 @@ Changelog - `Epoch.blocksCount` - `Cardano.networkName` - `Transaction.size` +- `Transaction.blockIndex` - Allow explicit ordering of `Transaction.input` and `Transaction.outputs` by their natural `index` - `Cardano` now matches the postgres view, and is an improvement over the previous version which performed two queries. ## Breaking changes - PostgreSQL views are now being managed in this codebase, so either switch to the - [new Docker image](./hasura/Dockerfile) `inputoutput/cardano-graphql-hasura`, + [new Docker image](./hasura/Dockerfile) `rhyslbw/cardano-graphql-hasura`, or use the Hasura CLI as demonstrated in the [entrypoint](./hasura/docker-entrypoint.sh) This change was needed to be compatible with the migration strategy determind by `cardano-db-sync`, where the migrations need to be applied on each start of the service. The custom Docker image makes it diff --git a/cli/package.json b/cli/package.json index aa05be6d..8594e58f 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "cardano-graphql-cli", - "version": "1.0.0-rc.10", + "version": "1.0.0-rc.11", "description": "Management tool for managing a Cardano GraphQL deployment", "main": "./bin/index.js", "bin": { diff --git a/generated_packages/TypeScript/package.json b/generated_packages/TypeScript/package.json index 6ee2959e..c6789b2e 100644 --- a/generated_packages/TypeScript/package.json +++ b/generated_packages/TypeScript/package.json @@ -1,6 +1,6 @@ { "name": "cardano-graphql-ts", - "version": "1.0.0-rc.10", + "version": "1.0.0-rc.11", "description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it", "repository": { "type": "git", diff --git a/package.json b/package.json index b59307c6..8cdf0995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cardano-graphql", - "version": "1.0.0-rc.10", + "version": "1.0.0-rc.11", "description": "GraphQL API for Cardano with client-consumable types generated", "main": "./dist/index.js", "types": "./dist/index.d.ts",