Skip to content

Commit

Permalink
v1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Apr 16, 2020
1 parent 2488412 commit d65bbcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Changelog
- The aggregated and known very large numbers are now typed as String. Cardano JS has utilities to work with these return values, currently limited to currency conversion.
- `cardano` query return value is accurately defined to always return an object of type `Cardano`
- `Transaction.fee` was a String, now a `BigInt`
- Allow explicit ordering of `Transaction.input` and `Transaction.outputs` by their natural `index`

### Chores
- The PostgreSQL views have been incorperated upstream, and are no longer managed in this codebase.
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.7",
"version": "1.0.0-rc.8",
"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.7",
"version": "1.0.0-rc.8",
"description": "A client package for Cardano GraphQL, including a TypeScript type definitions for the schema, also included",
"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.7",
"version": "1.0.0-rc.8",
"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 d65bbcb

Please sign in to comment.