Skip to content

Commit

Permalink
Update changelog, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed May 25, 2020
1 parent 1ec280c commit 10d9637
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion generated_packages/TypeScript/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 10d9637

Please sign in to comment.