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 Aug 27, 2021
1 parent 831e74b commit 0a13e5b
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 21 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

### [5.1.0](https://github.com/input-output-hk/cardano-graphql/compare/5.1.0-beta.1...5.1.0) (2021-08-27)

### Compatible with:

- [`cardano-node`: `1.29.0`](https://github.com/input-output-hk/cardano-node/releases/tag/1.29.0)
- [`cardano-ogmios`: `v4.0.0-beta.9`](https://github.com/CardanoSolutions/ogmios/releases/tag/v4.0.0-beta.9)
- [`cardano-db-sync`: `11.0.0`](https://github.com/input-output-hk/cardano-db-sync/releases/tag/11.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 network suffix to Docker Compose file ([53059b9](https://github.com/input-output-hk/cardano-graphql/commit/53059b995d18dba7bdd4c32ce90d9c01b8b56b91))
* guard sync drift between cardano-db-sync and cardano-graphql ([3c9707b](https://github.com/input-output-hk/cardano-graphql/commit/3c9707bbe618cdd2ae9868347cb0f89692cc5a0e))
* properly handle error as known exception ([755c500](https://github.com/input-output-hk/cardano-graphql/commit/755c5002ea9bb87468c5d26958da82fc06ebed99))


## [5.1.0-beta.1](https://github.com/input-output-hk/cardano-graphql/compare/5.1.0-beta.0...5.1.0-beta.1) (2021-08-15)

### Compatible with:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Check the [releases] for the latest version.
``` console
git clone \
--single-branch \
--branch <VERSION> \
--branch 5.1.0 \
--recurse-submodules \
https://github.com/input-output-hk/cardano-graphql.git \
&& cd cardano-graphql
Expand Down Expand Up @@ -112,8 +112,8 @@ your use-case.

``` console
export NETWORK=mainnet &&\
docker pull inputoutput/cardano-graphql:5.1.0-beta.1-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0-beta.1 &&\
docker pull inputoutput/cardano-graphql:5.1.0-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0 &&\
docker pull cardanosolutions/cardano-node-ogmios:v4.0.0-beta.9-${NETWORK} &&\
docker-compose up -d &&\
docker-compose logs -f
Expand All @@ -125,8 +125,8 @@ docker-compose logs -f

``` console
export NETWORK=testnet &&\
docker pull inputoutput/cardano-graphql:5.1.0-beta.1-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0-beta.1 &&\
docker pull inputoutput/cardano-graphql:5.1.0-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0 &&\
docker pull cardanosolutions/cardano-node-ogmios:v4.0.0-beta.9-${NETWORK} &&\
API_PORT=3101 \
HASURA_PORT=8091 \
Expand All @@ -143,8 +143,8 @@ docker-compose -p ${NETWORK} logs -f

``` console
export NETWORK=alonzo-purple &&\
docker pull inputoutput/cardano-graphql:5.1.0-beta.1-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0-beta.1 &&\
docker pull inputoutput/cardano-graphql:5.1.0-${NETWORK} &&\
docker pull inputoutput/cardano-graphql-hasura:5.1.0 &&\
docker pull cardanosolutions/cardano-node-ogmios:v4.0.0-beta.9-${NETWORK} &&\
API_PORT=3102 \
HASURA_PORT=8092 \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
hasura:
build:
context: ./packages/api-cardano-db-hasura/hasura
image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-5.1.0-beta.1}
image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-5.1.0}
ports:
- ${HASURA_PORT:-8090}:8080
depends_on:
Expand All @@ -102,7 +102,7 @@ services:
cache_from: [ inputoutput/cardano-graphql:latest ]
context: .
target: server
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-5.1.0-beta.1}-${NETWORK:-mainnet}
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-5.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": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"@cardano-graphql/util": "5.1.0",
"@cardano-ogmios/client": "^4.0.0-beta.9",
"@emurgo/cardano-serialization-lib-nodejs": "^6.0.0",
"@emurgo/cip14-js": "^2.0.0",
Expand Down Expand Up @@ -64,7 +64,7 @@
"ts-log": "^2.2.3"
},
"devDependencies": {
"@cardano-graphql/util-dev": "5.1.0-beta.1",
"@cardano-graphql/util-dev": "5.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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-graphql/cli",
"version": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"@cardano-graphql/api-cardano-db-hasura": "5.1.0",
"@cardano-ogmios/schema": "4.0.0-beta.9",
"@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": "5.1.0-beta.1",
"@cardano-graphql/util-dev": "5.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": "5.1.0-beta.1",
"version": "5.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": "5.1.0-beta.1",
"@cardano-graphql/util": "5.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": "5.1.0-beta.1",
"version": "5.1.0",
"description": "Common utilities",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 0a13e5b

Please sign in to comment.