Skip to content

Commit

Permalink
Merge pull request #81 from cardano-foundation/release-please--branch…
Browse files Browse the repository at this point in the history
…es--main--components--cardano-connect-with-wallet-core

chore(main): release cardano-connect-with-wallet-core 0.2.3
  • Loading branch information
fabianbormann authored Aug 10, 2023
2 parents 8751130 + cc7229a commit 57b071b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"react": "0.2.4",
"core": "0.2.2",
"core": "0.2.3",
"html": "0.2.1"
}
7 changes: 7 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.3](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.2...cardano-connect-with-wallet-core-v0.2.3) (2023-08-10)


### Bug Fixes

* getRewardAddresses is not part of wallet object. Therefore checking the enable function ([8751130](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/875113097c374b7403fd3a6d31774a132cd282b5))

## [0.2.2](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.1...cardano-connect-with-wallet-core-v0.2.2) (2023-08-09)


Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-foundation/cardano-connect-with-wallet-core",
"version": "0.2.2",
"version": "0.2.3",
"description": "Framework-independent CIP-0030 wrapper functions that allow a smooth build of wallet interaction components",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 57b071b

Please sign in to comment.