Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 31, 2023
1 parent 760dc6c commit 57ce997
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions packages/rust-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.1

### Added

- Added react-native condition to root/dapp subpath for, which uses javascript converted from the corresponding WASM used otherwise.

## 2.0.0

### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rust-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/rust-bindings",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 7.0.1

### Added

Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/web-sdk",
"version": "7.0.0",
"version": "7.0.1",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down Expand Up @@ -91,7 +91,7 @@
"clean": "rimraf -- lib src/grpc-api"
},
"dependencies": {
"@concordium/rust-bindings": "2.0.0",
"@concordium/rust-bindings": "2.0.1",
"@grpc/grpc-js": "^1.9.4",
"@noble/ed25519": "^2.0.0",
"@noble/hashes": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ __metadata:
languageName: unknown
linkType: soft

"@concordium/[email protected].0, @concordium/rust-bindings@workspace:packages/rust-bindings":
"@concordium/[email protected].1, @concordium/rust-bindings@workspace:packages/rust-bindings":
version: 0.0.0-use.local
resolution: "@concordium/rust-bindings@workspace:packages/rust-bindings"
dependencies:
Expand All @@ -2131,7 +2131,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/web-sdk@workspace:packages/sdk"
dependencies:
"@concordium/rust-bindings": 2.0.0
"@concordium/rust-bindings": 2.0.1
"@grpc/grpc-js": ^1.9.4
"@noble/ed25519": ^2.0.0
"@noble/hashes": ^1.3.2
Expand Down

0 comments on commit 57ce997

Please sign in to comment.