Skip to content

Commit d4160bd

Browse files
chore: prepare 9.0.1
1 parent 4f14258 commit d4160bd

10 files changed

Lines changed: 15 additions & 15 deletions

File tree

.env.docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CARDANO_DB_SYNC_DIR=db-sync-data
3636

3737
## Hasura Variables
3838
HASURA_PORT=8090
39-
CARDANO_GRAPHQL_VERSION=9.0.0
39+
CARDANO_GRAPHQL_VERSION=9.0.1
4040

4141
## Token Registry Variables
4242
TOKEN_REGISTRY_VERSION=1.6.0

.env.docker-compose-preprod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ CARDANO_DB_SYNC_DIR=/opt/graph-ql-preprod/db-sync-data
3636

3737
## Hasura Variables
3838
HASURA_PORT=8091
39-
CARDANO_GRAPHQL_VERSION=9.0.0
39+
CARDANO_GRAPHQL_VERSION=9.0.1
4040

4141
## Token Registry Variables
4242
TOKEN_REGISTRY_VERSION=1.6.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Check the [releases] for the latest version.
4747
``` console
4848
git clone \
4949
--single-branch \
50-
--branch 9.0.0 \
50+
--branch 9.0.1 \
5151
--recurse-submodules \
5252
https://github.com/cardano-foundation/cardano-graphql.git \
5353
&& cd cardano-graphql

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"engines": {
55
"node": ">=14.15.0"
66
},
7-
"version": "9.0.0",
7+
"version": "9.0.1",
88
"private": true,
99
"workspaces": [
1010
"packages/*"

packages/api-cardano-db-hasura/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/api-cardano-db-hasura",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Module for interfacing with the Cardano DB, populated by cardano-db-sync that utilises Hasura for a powerful query interface",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -34,7 +34,7 @@
3434
"schema.graphql"
3535
],
3636
"dependencies": {
37-
"@cardano-graphql/util": "9.0.0",
37+
"@cardano-graphql/util": "9.0.1",
3838
"@cardanosolutions/json-bigint": "^1.0.0",
3939
"@emurgo/cip14-js": "^2.0.0",
4040
"@graphql-tools/delegate": "^6.2.4",
@@ -65,7 +65,7 @@
6565
"ts-log": "^2.2.3"
6666
},
6767
"devDependencies": {
68-
"@cardano-graphql/util-dev": "9.0.0",
68+
"@cardano-graphql/util-dev": "9.0.1",
6969
"@graphql-codegen/cli": "^1.21.8",
7070
"@graphql-codegen/typescript": "^1.23.0",
7171
"@graphql-codegen/typescript-graphql-files-modules": "^1.18.1",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/cli",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Management tool for managing a Cardano GraphQL deployment",
55
"main": "./dist/index.js",
66
"bin": {

packages/client-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/client-ts",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "A client package for Cardano GraphQL, including the GraphQL schema and TypeScript definitions generated from it",
55
"repository": {
66
"type": "git",

packages/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/server",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Serve the Cardano GraphQL API over HTTP",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/server/README.md",
2626
"dependencies": {
27-
"@cardano-graphql/api-cardano-db-hasura": "9.0.0",
27+
"@cardano-graphql/api-cardano-db-hasura": "9.0.1",
2828
"@graphql-tools/merge": "^6.2.17",
2929
"apollo-metrics": "^1.0.1",
3030
"apollo-server-core": "^2.25.3",
@@ -45,7 +45,7 @@
4545
"ts-log": "^2.2.3"
4646
},
4747
"devDependencies": {
48-
"@cardano-graphql/util-dev": "9.0.0",
48+
"@cardano-graphql/util-dev": "9.0.1",
4949
"@graphql-codegen/cli": "^1.21.8",
5050
"@types/death": "^1.1.1",
5151
"@types/fs-extra": "^9.0.1",

packages/util-dev/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/util-dev",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Common development utilities",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -22,7 +22,7 @@
2222
},
2323
"homepage": "https://github.com/cardano-foundation/cardano-graphql/blob/master/packages/util-dev/README.md",
2424
"devDependencies": {
25-
"@cardano-graphql/util": "9.0.0",
25+
"@cardano-graphql/util": "9.0.1",
2626
"shx": "^0.3.2"
2727
},
2828
"directories": {

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-graphql/util",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Common utilities",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)