diff --git a/examples/wallet-connection/contractupdate/package.json b/examples/wallet-connection/contractupdate/package.json index e74e8226f..e6473baa2 100644 --- a/examples/wallet-connection/contractupdate/package.json +++ b/examples/wallet-connection/contractupdate/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@concordium/react-components": "workspace:^", - "@concordium/web-sdk": "^7.1.0", + "@concordium/web-sdk": "workspace:^", "@walletconnect/types": "^2.13.1", "bootstrap": "^5.2.3", "buffer": "^6.0.3", diff --git a/examples/wallet-connection/proofs/package.json b/examples/wallet-connection/proofs/package.json index 30710cc23..80297d7bc 100644 --- a/examples/wallet-connection/proofs/package.json +++ b/examples/wallet-connection/proofs/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@concordium/react-components": "workspace:^", - "@concordium/web-sdk": "^7.1.0", + "@concordium/web-sdk": "workspace:^", "@types/node": "^16.18.16", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", diff --git a/examples/wallet-connection/sign-message/package.json b/examples/wallet-connection/sign-message/package.json index 216e095a2..efddc043c 100644 --- a/examples/wallet-connection/sign-message/package.json +++ b/examples/wallet-connection/sign-message/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@concordium/react-components": "workspace:^", - "@concordium/web-sdk": "^7.1.0", + "@concordium/web-sdk": "workspace:^", "@types/node": "^16.18.16", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 74a7e8636..064a493f4 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.6.0] - 2024-06-12 + +### Changed + +- Dependency on `@concordium/wallet-connectors` bumped to v0.6.0+. ### Added diff --git a/packages/react-components/package.json b/packages/react-components/package.json index c1a85400e..e74796628 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@concordium/react-components", - "version": "0.5.1", + "version": "0.6.0", "description": "Utility library of React components for building dApps that interact with the Concordium blockchain.", "author": "Concordium Software", "license": "Apache-2.0", @@ -32,7 +32,7 @@ "build": "tsc" }, "dependencies": { - "@concordium/wallet-connectors": "^0.5.1", + "@concordium/wallet-connectors": "^0.6.0", "@protobuf-ts/grpcweb-transport": "^2.9.4", "buffer": "^6.0.3" }, diff --git a/packages/wallet-connectors/CHANGELOG.md b/packages/wallet-connectors/CHANGELOG.md index 56ce4c67c..1f0162d2e 100644 --- a/packages/wallet-connectors/CHANGELOG.md +++ b/packages/wallet-connectors/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.6.0] - 2024-06-12 ### Fixed diff --git a/packages/wallet-connectors/package.json b/packages/wallet-connectors/package.json index d7c058f26..a942c3dcb 100644 --- a/packages/wallet-connectors/package.json +++ b/packages/wallet-connectors/package.json @@ -1,6 +1,6 @@ { "name": "@concordium/wallet-connectors", - "version": "0.5.1", + "version": "0.6.0", "description": "Utility interface for dApps to interact with wallets without depending on the underlying protocol and implementations for Concordium Browser Wallet and Wallet Connect v2.", "author": "Concordium Software", "license": "Apache-2.0", diff --git a/yarn.lock b/yarn.lock index 042cb28b7..627ec1a5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3632,7 +3632,7 @@ __metadata: version: 0.0.0-use.local resolution: "@concordium/react-components@workspace:packages/react-components" dependencies: - "@concordium/wallet-connectors": ^0.5.1 + "@concordium/wallet-connectors": ^0.6.0 "@protobuf-ts/grpcweb-transport": ^2.9.4 "@tsconfig/recommended": ^1.0.1 "@types/node": ^18.11.17 @@ -3668,7 +3668,7 @@ __metadata: languageName: unknown linkType: soft -"@concordium/wallet-connectors@^0.5.1, @concordium/wallet-connectors@workspace:packages/wallet-connectors": +"@concordium/wallet-connectors@^0.6.0, @concordium/wallet-connectors@workspace:packages/wallet-connectors": version: 0.0.0-use.local resolution: "@concordium/wallet-connectors@workspace:packages/wallet-connectors" dependencies: