Skip to content

Commit

Permalink
bump versions of wallet-connectors + react-components
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Jun 13, 2024
1 parent 63d5f6a commit fec1c0b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/wallet-connection/contractupdate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet-connection/proofs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet-connection/sign-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connectors/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit fec1c0b

Please sign in to comment.