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 Oct 27, 2021
1 parent f001bd2 commit da4a965
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 20 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.

### [0.1.5](https://github.com/input-output-hk/cardano-js-sdk/compare/0.1.4...0.1.5) (2021-10-27)


### Features

* add WalletProvider.transactionDetails, add address to TxIn ([889a39b](https://github.com/input-output-hk/cardano-js-sdk/commit/889a39b1feb988144dd2249c6c47f91e8096fd48))
* **cardano-graphql:** dgraph integration ([e1195e9](https://github.com/input-output-hk/cardano-js-sdk/commit/e1195e9cd9da84d49fb4160d5e2c69f134afdcac))
* **cardano-graphql:** generate graphql client from shema+operations ([9632eb4](https://github.com/input-output-hk/cardano-js-sdk/commit/9632eb40263cabc0eea8ff813180be90af63eacb))
* **cardano-graphql:** generate graphql schema from ts code ([a3e90ad](https://github.com/input-output-hk/cardano-js-sdk/commit/a3e90ad8e5c790ea250bc779b7e10f4657cdccbd))
* **cardano-graphql:** implement CardanoGraphQLStakePoolSearchProvider (wip) ([80deda6](https://github.com/input-output-hk/cardano-js-sdk/commit/80deda6963a0c07b2f0b24a0a5465c488305d83c))
* **cardano-graphql:** implement search stake pools via dgraph schema ([5487db8](https://github.com/input-output-hk/cardano-js-sdk/commit/5487db818c8a91c8648836d13febfd150392d390))
* **cardano-graphql:** initial implementation of StakePoolSearchClient ([8f4f72a](https://github.com/input-output-hk/cardano-js-sdk/commit/8f4f72af7f6ca61b025f2d98e2edf24108b6e38c))
* **core:** isAddress util ([3f53e79](https://github.com/input-output-hk/cardano-js-sdk/commit/3f53e79f08fd0fd10764c3c648e356d368398df5))
* **util-dev:** add createStubStakePoolSearchProvider ([2e0906b](https://github.com/input-output-hk/cardano-js-sdk/commit/2e0906bc19acdf91b805e1eb647e88aa33ed1b7b))


### Bug Fixes

* **blockfrost:** early return from tallyPools function ([2ab1afc](https://github.com/input-output-hk/cardano-js-sdk/commit/2ab1afcce3f7b02b17352a8abe82b5adb17d8d52))
* **blockfrost:** invalid handling of timestamp ([eed927c](https://github.com/input-output-hk/cardano-js-sdk/commit/eed927ce579426eef38a15797d2223e8df21a40f))
* **wallet:** make txTracker not optional to ensure it's the same as UtxoRepository uses ([653b8d9](https://github.com/input-output-hk/cardano-js-sdk/commit/653b8d90409e79e6624f01368ebb73f61aac1aeb))

### [0.1.4](https://github.com/input-output-hk/cardano-js-sdk/compare/0.1.3...0.1.4) (2021-10-14)


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-sdk",
"version": "0.1.4",
"version": "0.1.5",
"private": true,
"description": "An SDK for interacting with the Cardano blockchain",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/blockfrost/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/blockfrost",
"version": "0.1.4",
"version": "0.1.5",
"description": "Blockfrost provider for Cardano JS SDK",
"engines": {
"node": "^14"
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@blockfrost/blockfrost-js": "^1.3.0",
"@cardano-sdk/core": "0.1.4"
"@cardano-sdk/core": "0.1.5"
},
"files": [
"dist/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-graphql-db-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-graphql-db-sync",
"version": "0.1.4",
"version": "0.1.5",
"description": "Cardano Graphql (cardano-db-sync) integration",
"engines": {
"node": "^14"
Expand Down
4 changes: 2 additions & 2 deletions packages/cardano-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-graphql",
"version": "0.1.4",
"version": "0.1.5",
"description": "Cardano GraphQL Providers",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@cardano-graphql/client-ts": "^5.1.0-beta.1",
"@cardano-ogmios/client": "4.1.0",
"@cardano-sdk/core": "0.1.4",
"@cardano-sdk/core": "0.1.5",
"class-validator": "^0.13.1",
"graphql": "^15.6.1",
"graphql-request": "^3.5.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cip2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cip2",
"version": "0.1.4",
"version": "0.1.5",
"description": "TypeScript definitions for CIP2 (Coin Selection Algorithms for Cardano)",
"engines": {
"node": "^14"
Expand All @@ -20,14 +20,14 @@
"test:debug": "DEBUG=true yarn test"
},
"devDependencies": {
"@cardano-sdk/util-dev": "0.1.4",
"@cardano-sdk/util-dev": "0.1.5",
"@types/lodash-es": "^4.17.5",
"fast-check": "^2.17.0",
"lodash": "^4.17.21",
"shx": "^0.3.3"
},
"dependencies": {
"@cardano-sdk/core": "0.1.4",
"@cardano-sdk/core": "0.1.5",
"lodash-es": "^4.17.21",
"ts-custom-error": "^3.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cip30/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cip30",
"version": "0.1.4",
"version": "0.1.5",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": "^14"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/core",
"version": "0.1.4",
"version": "0.1.5",
"description": "Core types and libraries for Cardano",
"engines": {
"node": "^14"
Expand All @@ -19,7 +19,7 @@
"prepack": "yarn build"
},
"devDependencies": {
"@cardano-sdk/util-dev": "0.1.4",
"@cardano-sdk/util-dev": "0.1.5",
"shx": "^0.3.3"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.1.4",
"version": "0.1.5",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": "^14"
Expand Down
6 changes: 3 additions & 3 deletions packages/util-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-dev",
"version": "0.1.4",
"version": "0.1.5",
"description": "Utilities for tests in other packages",
"engines": {
"node": "^14"
Expand All @@ -20,10 +20,10 @@
"test:debug": "DEBUG=true yarn test"
},
"devDependencies": {
"@cardano-sdk/cip2": "0.1.4"
"@cardano-sdk/cip2": "0.1.5"
},
"dependencies": {
"@cardano-sdk/core": "0.1.4",
"@cardano-sdk/core": "0.1.5",
"delay": "^5.0.0"
},
"files": [
Expand Down
8 changes: 4 additions & 4 deletions packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/wallet",
"version": "0.1.4",
"version": "0.1.5",
"description": "Wallet modules",
"engines": {
"node": "^14"
Expand All @@ -24,12 +24,12 @@
"test:debug": "DEBUG=true yarn test"
},
"devDependencies": {
"@cardano-sdk/util-dev": "0.1.4",
"@cardano-sdk/util-dev": "0.1.5",
"shx": "^0.3.3"
},
"dependencies": {
"@cardano-sdk/cip2": "0.1.4",
"@cardano-sdk/core": "0.1.4",
"@cardano-sdk/cip2": "0.1.5",
"@cardano-sdk/core": "0.1.5",
"delay": "^5.0.0",
"emittery": "^0.10.0",
"bip39": "^3.0.4",
Expand Down

0 comments on commit da4a965

Please sign in to comment.