From ba63393e450916d80ec1b3ef8586832bb21a99c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Bruus=20Zeppelin?= Date: Thu, 29 Aug 2024 10:02:10 +0200 Subject: [PATCH] Bump versions of depending packages --- packages/ccd-js-gen/CHANGELOG.md | 6 +++++- packages/react-components/CHANGELOG.md | 6 ++++++ packages/react-components/package.json | 4 ++-- packages/wallet-connectors/CHANGELOG.md | 6 ++++++ packages/wallet-connectors/package.json | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/packages/ccd-js-gen/CHANGELOG.md b/packages/ccd-js-gen/CHANGELOG.md index 51c5c9841..89c3aa240 100644 --- a/packages/ccd-js-gen/CHANGELOG.md +++ b/packages/ccd-js-gen/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog - ccd-js-gen -## Unreleased +## 1.2.1 + +### Changed + +- Update peer depedency for `@concordium/web-sdk` to support any version above `7` ## 1.2.0 diff --git a/packages/react-components/CHANGELOG.md b/packages/react-components/CHANGELOG.md index 064a493f4..1fb26c882 100644 --- a/packages/react-components/CHANGELOG.md +++ b/packages/react-components/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.6.1] + +### Changed + +- Update peer depedency for `@concordium/web-sdk` to support any version above `7` + ## [0.6.0] - 2024-06-12 ### Changed diff --git a/packages/react-components/package.json b/packages/react-components/package.json index da324d1fd..791e79d2f 100644 --- a/packages/react-components/package.json +++ b/packages/react-components/package.json @@ -1,6 +1,6 @@ { "name": "@concordium/react-components", - "version": "0.6.0", + "version": "0.6.1", "description": "Utility library of React components for building dApps that interact with the Concordium blockchain.", "author": "Concordium Software", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "typescript": "^5.2.2" }, "peerDependencies": { - "@concordium/web-sdk": "7.x", + "@concordium/web-sdk": ">= 7", "react": "^18" } } diff --git a/packages/wallet-connectors/CHANGELOG.md b/packages/wallet-connectors/CHANGELOG.md index 1f0162d2e..a3f7f8624 100644 --- a/packages/wallet-connectors/CHANGELOG.md +++ b/packages/wallet-connectors/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [0.6.1] + +### Changed + +- Update peer depedency for `@concordium/web-sdk` to support any version above `7` + ## [0.6.0] - 2024-06-12 ### Fixed diff --git a/packages/wallet-connectors/package.json b/packages/wallet-connectors/package.json index 90902d7ae..eb6de6d1f 100644 --- a/packages/wallet-connectors/package.json +++ b/packages/wallet-connectors/package.json @@ -1,6 +1,6 @@ { "name": "@concordium/wallet-connectors", - "version": "0.6.0", + "version": "0.6.1", "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",