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 14, 2021
1 parent e17f9c6 commit 3639f0c
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 14 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,31 @@

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.4](https://github.com/input-output-hk/cardano-js-sdk/compare/0.1.3...0.1.4) (2021-10-14)


### Features

* **cip2:** add support for implicit coin ([47f6bd2](https://github.com/input-output-hk/cardano-js-sdk/commit/47f6bd2ee714ff9b6b9d8d311f2b3526f88a1a2b))
* **core:** add cslToOgmios.txIn ([5bb937e](https://github.com/input-output-hk/cardano-js-sdk/commit/5bb937e277e3fd23991db2cff1c1ec574904e048))
* **core:** add cslUtil.bytewiseEquals ([1851eb4](https://github.com/input-output-hk/cardano-js-sdk/commit/1851eb4749f8cc43c11acec30377ea5c2f42671a))
* **core:** add NotImplementedError ([5344969](https://github.com/input-output-hk/cardano-js-sdk/commit/534496926a6034f4cea401efa0bb23622b1cb3e6))
* **util-dev:** add flushPromises util ([19eb508](https://github.com/input-output-hk/cardano-js-sdk/commit/19eb508af9c5364f9db604cfe4705857cd62f720))
* **wallet:** add balance interface ([48a820f](https://github.com/input-output-hk/cardano-js-sdk/commit/48a820f57d50ec320d2f80ce236371e95ae5aeff))
* **wallet:** add SingleAddressWallet.balance ([01cda8f](https://github.com/input-output-hk/cardano-js-sdk/commit/01cda8fa6c6ba611a571cc5184a2cb8684f3941c))
* **wallet:** add support for transaction certs and withdrawals ([d8842b0](https://github.com/input-output-hk/cardano-js-sdk/commit/d8842b0ff2f64b0f6899113d4d61d2aefda569ad))
* **wallet:** add utility to create withdrawal ([c49f782](https://github.com/input-output-hk/cardano-js-sdk/commit/c49f7822b58c25a6d7d928f19790d4e45730ef60))
* **wallet:** add UtxoRepository.availableRewards and fix availableUtxo sync ([4f9b13f](https://github.com/input-output-hk/cardano-js-sdk/commit/4f9b13fe043d2c700db4f454bb6454dd4e5e62f4))
* **wallet:** add UtxoRepositoryEvent.Changed ([42e0753](https://github.com/input-output-hk/cardano-js-sdk/commit/42e07535fd6c3f4d1adbe38ee41edfc04a13865c))
* **wallet:** implement BalanceTracker, refactor tests: move all test mocks under ./mocks ([28746ca](https://github.com/input-output-hk/cardano-js-sdk/commit/28746ca214a485bbceb0aae932e6ce3e156eb849))
* **wallet:** implement UTxO lock/unlock functionality, fix utxo sync ([3b6a935](https://github.com/input-output-hk/cardano-js-sdk/commit/3b6a935a440beb961ea6b555bce753ed05a92cdd))
* **wallet:** utilities to create pool certificates, pass implicit coin to input selection ([b5bfbc8](https://github.com/input-output-hk/cardano-js-sdk/commit/b5bfbc8dd850bae20f104df1f5d440dd3940ebb6))


### Bug Fixes

* **wallet:** lock utxo right after submitting, run input selection with availableUtxo set ([0008368](https://github.com/input-output-hk/cardano-js-sdk/commit/0008368293f9dac705fdcbd7e240e0e88046f7e8))

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


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "cardano-sdk",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"description": "An SDK for interacting with the Cardano blockchain",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/blockfrost/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/blockfrost",
"version": "0.1.3",
"version": "0.1.4",
"description": "Blockfrost provider for Cardano JS SDK",
"engines": {
"node": "^14"
Expand All @@ -24,6 +24,6 @@
"dependencies": {
"@blockfrost/blockfrost-js": "^1.3.0",
"@cardano-ogmios/schema": "4.1.0",
"@cardano-sdk/core": "0.1.3"
"@cardano-sdk/core": "0.1.4"
}
}
2 changes: 1 addition & 1 deletion packages/cardano-graphql-db-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-graphql-db-sync",
"version": "0.1.3",
"version": "0.1.4",
"description": "Cardano Graphql (cardano-db-sync) integration",
"engines": {
"node": "^14"
Expand Down
4 changes: 2 additions & 2 deletions packages/cip2/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cip2",
"version": "0.1.3",
"version": "0.1.4",
"description": "TypeScript definitions for CIP2 (Coin Selection Algorithms for Cardano)",
"engines": {
"node": "^14"
Expand All @@ -27,7 +27,7 @@
"shx": "^0.3.3"
},
"dependencies": {
"@cardano-sdk/core": "0.1.3",
"@cardano-sdk/core": "0.1.4",
"lodash-es": "^4.17.21",
"ts-custom-error": "^3.2.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/cip30/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cip30",
"version": "0.1.3",
"version": "0.1.4",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": "^14"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/core",
"version": "0.1.3",
"version": "0.1.4",
"description": "Core types and libraries for Cardano",
"engines": {
"node": "^14"
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.1.3",
"version": "0.1.4",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": "^14"
Expand Down
4 changes: 2 additions & 2 deletions packages/util-dev/package.json
Expand Up @@ -19,9 +19,9 @@
"test:debug": "DEBUG=true yarn test"
},
"devDependencies": {
"@cardano-sdk/cip2": "0.1.3"
"@cardano-sdk/cip2": "0.1.4"
},
"dependencies": {
"@cardano-sdk/core": "0.1.3"
"@cardano-sdk/core": "0.1.4"
}
}
6 changes: 3 additions & 3 deletions packages/wallet/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/wallet",
"version": "0.1.3",
"version": "0.1.4",
"description": "Wallet modules",
"engines": {
"node": "^14"
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"dependencies": {
"@cardano-ogmios/schema": "4.1.0",
"@cardano-sdk/cip2": "0.1.3",
"@cardano-sdk/core": "0.1.3",
"@cardano-sdk/cip2": "0.1.4",
"@cardano-sdk/core": "0.1.4",
"buffer": "^6.0.3",
"delay": "^5.0.0",
"emittery": "^0.10.0",
Expand Down

0 comments on commit 3639f0c

Please sign in to comment.