diff --git a/CHANGELOG.md b/CHANGELOG.md index ee13a5c3..0de1f8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -## [3.1.0](https://github.com/input-output-hk/cardano-graphql/compare/3.0.1...3.1.0) (2020-12-10) +### [3.1.1](https://github.com/input-output-hk/cardano-graphql/compare/3.1.0...3.1.1) (2020-12-21) + +- [`cardano-node`: `1.24.2`](https://github.com/input-output-hk/cardano-node/releases/tag/1.24.2) +- [`cardano-db-sync`: `7.1.0`](https://github.com/input-output-hk/cardano-db-sync/releases/tag/7.1.0) - Note: The database must be recreated using the new version. +- [`hasura/graphql-engine`: `1.3.3`](https://github.com/hasura/graphql-engine/releases/tag/v1.3.3) + +### Bug Fixes + +* JSON resolver for transaction metadata ([9085036](https://github.com/input-output-hk/cardano-graphql/commit/9085036dca3abead111ad3cb1ab57389affe2939)), closes [#389](https://github.com/input-output-hk/cardano-graphql/issues/389) + + +### [3.1.0](https://github.com/input-output-hk/cardano-graphql/compare/3.0.1...3.1.0) (2020-12-10) ### Compatible with: diff --git a/docker-compose.yml b/docker-compose.yml index 6d8c6774..fa8eefd8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -74,7 +74,7 @@ services: hasura: build: context: ./packages/api-cardano-db-hasura/hasura - image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-3.1.0} + image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-3.1.1} ports: - ${HASURA_PORT:-8090}:8080 depends_on: @@ -97,7 +97,7 @@ services: target: server args: - NETWORK=${NETWORK:-mainnet} - image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-3.1.0} + image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-3.1.1} environment: - ALLOW_INTROSPECTION=true - CACHE_ENABLED=true diff --git a/package.json b/package.json index f8eaf3e2..c93cc4d7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": "^14" }, - "version": "3.1.0", + "version": "3.1.1", "private": true, "workspaces": [ "packages/*" diff --git a/packages/api-cardano-db-hasura/package.json b/packages/api-cardano-db-hasura/package.json index 5570d814..aa16a185 100644 --- a/packages/api-cardano-db-hasura/package.json +++ b/packages/api-cardano-db-hasura/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/api-cardano-db-hasura", - "version": "3.1.0", + "version": "3.1.1", "description": "Module for interfacing with the Cardano DB, populated by cardano-db-sync-extended that utilises Hasura for a powerful query interface", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -32,7 +32,7 @@ "schema.graphql" ], "dependencies": { - "@cardano-graphql/util": "3.1.0", + "@cardano-graphql/util": "3.1.1", "@graphql-tools/delegate": "^6.0.10", "@graphql-tools/schema": "^6.0.9", "@graphql-tools/wrap": "^6.0.9", @@ -51,7 +51,7 @@ "pg-listen": "^1.6.0" }, "devDependencies": { - "@cardano-graphql/util-dev": "3.1.0", + "@cardano-graphql/util-dev": "3.1.1", "@graphql-codegen/cli": "^1.15.2", "@graphql-codegen/typescript": "^1.15.2", "@graphql-codegen/typescript-graphql-files-modules": "^1.15.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 3a06b6e3..044a71c9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/cli", - "version": "3.1.0", + "version": "3.1.1", "description": "Management tool for managing a Cardano GraphQL deployment", "main": "./dist/index.js", "bin": { diff --git a/packages/client-ts/package.json b/packages/client-ts/package.json index 53842174..652920cf 100644 --- a/packages/client-ts/package.json +++ b/packages/client-ts/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/client-ts", - "version": "3.1.0", + "version": "3.1.1", "description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it", "repository": { "type": "git", diff --git a/packages/server/package.json b/packages/server/package.json index ddda5297..c34d3e0a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/server", - "version": "3.1.0", + "version": "3.1.1", "description": "Serve the Cardano GraphQL API over HTTP", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/server/README.md", "dependencies": { - "@cardano-graphql/api-cardano-db-hasura": "3.1.0", + "@cardano-graphql/api-cardano-db-hasura": "3.1.1", "@graphql-tools/merge": "^6.0.10", "apollo-metrics": "^1.0.1", "apollo-server-core": "^2.14.3", @@ -40,7 +40,7 @@ "ts-custom-error": "^3.1.1" }, "devDependencies": { - "@cardano-graphql/util-dev": "3.1.0", + "@cardano-graphql/util-dev": "3.1.1", "@graphql-codegen/cli": "^1.15.2", "@types/fs-extra": "^9.0.1", "@types/graphql-depth-limit": "^1.1.2", diff --git a/packages/util-dev/package.json b/packages/util-dev/package.json index 9f929965..c2f5e72e 100644 --- a/packages/util-dev/package.json +++ b/packages/util-dev/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/util-dev", - "version": "3.1.0", + "version": "3.1.1", "description": "Common development utilities", "main": "dist/index.js", "typings": "dist/index.d.ts", @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/util-dev/README.md", "devDependencies": { - "@cardano-graphql/util": "3.1.0", + "@cardano-graphql/util": "3.1.1", "shx": "^0.3.2" }, "directories": { diff --git a/packages/util/package.json b/packages/util/package.json index e3a9e529..a6a15b91 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-graphql/util", - "version": "3.1.0", + "version": "3.1.1", "description": "Common utilities", "main": "dist/index.js", "typings": "dist/index.d.ts",