Skip to content

Commit

Permalink
Merge pull request #79 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.2
  • Loading branch information
fabianbormann authored Aug 9, 2023
2 parents 156e720 + 08ee86d commit feb5517
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.1",
"core": "0.2.2",
"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.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)


### Bug Fixes

* remove unused check for isEnabled function and replace it for a check of getRewardAddresses ([156e720](https://github.com/cardano-foundation/cardano-connect-with-wallet/commit/156e720c06e56f9cf697a49f3c4175bf9590cbda))

## [0.2.1](https://github.com/cardano-foundation/cardano-connect-with-wallet/compare/cardano-connect-with-wallet-core-v0.2.0...cardano-connect-with-wallet-core-v0.2.1) (2023-07-11)


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.1",
"version": "0.2.2",
"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 feb5517

Please sign in to comment.