Skip to content

Commit

Permalink
Merge branch 'pv7-conformance' into release/web-sdk/8
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Aug 29, 2024
2 parents 508ec9f + ba63393 commit 4f35afe
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
6 changes: 5 additions & 1 deletion packages/ccd-js-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions packages/react-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"@concordium/web-sdk": "7.x",
"@concordium/web-sdk": ">= 7",
"react": "^18"
}
}
6 changes: 6 additions & 0 deletions packages/wallet-connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.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",
Expand Down

0 comments on commit 4f35afe

Please sign in to comment.