Skip to content

Commit

Permalink
chore: bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Dec 9, 2021
1 parent f7874cb commit a54423a
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 18 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [6.1.0](https://github.com/input-output-hk/cardano-graphql/compare/6.0.0...6.1.0) (2021-12-09)

### Compatible with:

- [`cardano-node`: `1.31.0`](https://github.com/input-output-hk/cardano-node/releases/tag/1.31.0)
- [`cardano-ogmios`: `v4.2.1`](https://github.com/CardanoSolutions/ogmios/releases/tag/v4.2.1)
- [`cardano-db-sync`: `12.0.0`](https://github.com/input-output-hk/cardano-db-sync/releases/tag/12.0.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

* add missing Transaction.collateral Hasura table config ([8a5f93e](https://github.com/input-output-hk/cardano-graphql/commit/8a5f93ecfad822641535a9c76c17f9b813fe3d9d))

## [6.0.0](https://github.com/input-output-hk/cardano-graphql/compare/5.1.0...6.0.0) (2021-10-03)

### ⚠ BREAKING CHANGES
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
hasura:
build:
context: ./packages/api-cardano-db-hasura/hasura
image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-6.0.0}
image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-6.1.0}
ports:
- ${HASURA_PORT:-8090}:8080
depends_on:
Expand All @@ -103,7 +103,7 @@ services:
cache_from: [ inputoutput/cardano-graphql:latest ]
context: .
target: server
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-6.0.0}-${NETWORK:-mainnet}
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-6.1.0}-${NETWORK:-mainnet}
environment:
- ALLOW_INTROSPECTION=true
- CACHE_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"engines": {
"node": "^14"
},
"version": "6.0.0",
"version": "6.1.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/api-cardano-db-hasura/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/api-cardano-db-hasura",
"version": "6.0.0",
"version": "6.1.0",
"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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"schema.graphql"
],
"dependencies": {
"@cardano-graphql/util": "6.0.0",
"@cardano-graphql/util": "6.1.0",
"@cardano-ogmios/client": "^4.2.1",
"@cardanosolutions/json-bigint": "^1.0.0",
"@emurgo/cardano-serialization-lib-nodejs": "^6.0.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"ts-log": "^2.2.3"
},
"devDependencies": {
"@cardano-graphql/util-dev": "6.0.0",
"@cardano-graphql/util-dev": "6.1.0",
"@graphql-codegen/cli": "^1.15.2",
"@graphql-codegen/typescript": "^1.15.2",
"@graphql-codegen/typescript-graphql-files-modules": "^1.15.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/chain-follower/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
cache_from: [inputoutput/cardano-graphql-chain-follower:latest]
context: ../../
target: chain-follower
image: inputoutput/cardano-graphql-chain-follower:${CARDANO_GRAPHQL_VERSION:-6.0.0}-${NETWORK:-mainnet}
image: inputoutput/cardano-graphql-chain-follower:${CARDANO_GRAPHQL_VERSION:-6.1.0}-${NETWORK:-mainnet}
environment:
- LOGGER_MIN_SEVERITY=${LOGGER_MIN_SEVERITY:-info}
restart: on-failure
Expand Down
4 changes: 2 additions & 2 deletions packages/chain-follower/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
"NOTICE"
],
"dependencies": {
"@cardano-graphql/util": "6.0.0",
"@cardano-graphql/util": "6.1.0",
"@cardano-ogmios/client": "^4.2.1",
"@cardanosolutions/json-bigint": "^1.0.0",
"@emurgo/cip14-js": "^2.0.0",
"ts-custom-error": "^3.2.0",
"ts-log": "^2.2.3"
},
"devDependencies": {
"@cardano-graphql/util-dev": "6.0.0",
"@cardano-graphql/util-dev": "6.1.0",
"@types/node": "^14.0.13",
"shx": "^0.3.2",
"typescript": "^3.9.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/cli",
"version": "6.0.0",
"version": "6.1.0",
"description": "Management tool for managing a Cardano GraphQL deployment",
"main": "./dist/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/client-ts",
"version": "6.0.0",
"version": "6.1.0",
"description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/server",
"version": "6.0.0",
"version": "6.1.0",
"description": "Serve the Cardano GraphQL API over HTTP",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -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": "6.0.0",
"@cardano-graphql/api-cardano-db-hasura": "6.1.0",
"@cardano-ogmios/schema": "^4.2.1",
"@graphql-tools/merge": "^6.0.10",
"apollo-metrics": "^1.0.1",
Expand All @@ -46,7 +46,7 @@
"ts-log": "^2.2.3"
},
"devDependencies": {
"@cardano-graphql/util-dev": "6.0.0",
"@cardano-graphql/util-dev": "6.1.0",
"@graphql-codegen/cli": "^1.15.2",
"@types/death": "^1.1.1",
"@types/fs-extra": "^9.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/util-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/util-dev",
"version": "6.0.0",
"version": "6.1.0",
"description": "Common development utilities",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/input-output-hk/cardano-graphql/blob/master/packages/util-dev/README.md",
"devDependencies": {
"@cardano-graphql/util": "6.0.0",
"@cardano-graphql/util": "6.1.0",
"shx": "^0.3.2"
},
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/util",
"version": "6.0.0",
"version": "6.1.0",
"description": "Common utilities",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"NOTICE"
],
"dependencies": {
"@cardano-graphql/util": "6.0.0",
"@cardano-graphql/util": "6.1.0",
"amqplib": "^0.8.0",
"bunyan": "^1.8.15",
"death": "^1.1.0",
Expand Down

0 comments on commit a54423a

Please sign in to comment.