Skip to content

Commit

Permalink
Merge pull request #137 from input-output-hk/release/1.0.0-rc.7
Browse files Browse the repository at this point in the history
Version bump for release 1.0.0-rc.7
  • Loading branch information
rhyslbw authored Apr 7, 2020
2 parents 1036c98 + 0d1d0e5 commit 78ea142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6",
"version": "1.0.0-rc.7",
"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.6",
"version": "1.0.0-rc.7",
"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.6",
"version": "1.0.0-rc.7",
"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 78ea142

Please sign in to comment.