Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Oct 19, 2023
1 parent 837c37d commit 0a3526b
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 152 deletions.
281 changes: 142 additions & 139 deletions packages/common/CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/common-sdk",
"version": "9.4.0",
"version": "9.5.0",
"license": "Apache-2.0",
"engines": {
"node": ">=14.16.0"
Expand Down
10 changes: 7 additions & 3 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.5.0

- Bumped @concordium/common-sdk to 9.5.0.

## 9.4.0

- Bumped @concordium/common-sdk to 9.4.0.
Expand Down Expand Up @@ -91,6 +95,7 @@
- Bumped @concordium/common-sdk to 6.0.0. (Which changes transaction type names and field names to be aligned with other implementations)

## 5.0.0 2022-11-8

Breaking Changes

- Bumped @concordium/common-sdk to 5.2.0. (Which changes the function signature of ConcordiumHdWallet and sign helpers functions)
Expand Down Expand Up @@ -189,8 +194,8 @@ Breaking Changes
- Support for getting baker list from node.
- Support for getting status of a Baker Pool/Passive delegation (required node to have protocol version 4 or later).
- Support for getting reward status of chain at specific block.
- Helper functions for determining the version of `BlockSummary` and nested types.
- Helper functions for determining the version of `AccountInfo` variants.
- Helper functions for determining the version of `BlockSummary` and nested types.
- Helper functions for determining the version of `AccountInfo` variants.
- Support for the new "configure delegation" transaction type.

### Changed
Expand All @@ -210,7 +215,6 @@ Breaking Changes

## 0.7.2 2022-05-05


### Added

- Export of serializeAccountTransactionForSubmission.
Expand Down
4 changes: 2 additions & 2 deletions packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/node-sdk",
"version": "9.4.0",
"version": "9.5.0",
"description": "Helpers for interacting with the Concordium node",
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,7 +60,7 @@
"build-dev": "tsc"
},
"dependencies": {
"@concordium/common-sdk": "9.4.0",
"@concordium/common-sdk": "9.5.0",
"@grpc/grpc-js": "^1.3.4",
"@protobuf-ts/grpc-transport": "^2.8.2",
"buffer": "^6.0.3",
Expand Down
8 changes: 6 additions & 2 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.5.0

- Bumped @concordium/common-sdk to 9.5.0.

## 6.4.0

- Bumped @concordium/common-sdk to 9.4.0.
Expand Down Expand Up @@ -189,8 +193,8 @@

## 0.1.1

- Fixed issue with wasm from rust bindings
- Fixed issue with wasm from rust bindings

## 0.1.0

- Initial release
- Initial release
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/web-sdk",
"version": "6.4.0",
"version": "6.5.0",
"license": "Apache-2.0",
"browser": "lib/concordium.min.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@concordium/common-sdk": "9.4.0",
"@concordium/common-sdk": "9.5.0",
"@concordium/rust-bindings": "1.2.0",
"@grpc/grpc-js": "^1.3.4",
"@protobuf-ts/grpcweb-transport": "^2.8.2",
Expand Down
27 changes: 24 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ __metadata:
languageName: unknown
linkType: soft

"@concordium/common-sdk@9.4.0, @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common":
"@concordium/common-sdk@9.5.0, @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@concordium/common-sdk@workspace:packages/common"
dependencies:
Expand Down Expand Up @@ -1374,6 +1374,27 @@ __metadata:
languageName: unknown
linkType: soft

"@concordium/common-sdk@npm:9.4.0":
version: 9.4.0
resolution: "@concordium/common-sdk@npm:9.4.0"
dependencies:
"@concordium/rust-bindings": 1.2.0
"@grpc/grpc-js": ^1.3.4
"@noble/ed25519": ^1.7.1
"@protobuf-ts/runtime-rpc": ^2.8.2
"@scure/bip39": ^1.1.0
big.js: ^6.2.0
bs58check: ^2.1.2
buffer: ^6.0.3
cross-fetch: 3.1.5
hash.js: ^1.1.7
iso-3166-1: ^2.1.1
json-bigint: ^1.0.0
uuid: ^8.3.2
checksum: 09b4f3303cca7677f48842c26dcc5692ef6c38bfd8c86f8b790a9f57ce942637264aaeccbcc4bf45313b88afbfff4bd3ef46bc6cbced5a29271df486819c41ad
languageName: node
linkType: hard

"@concordium/examples@workspace:examples":
version: 0.0.0-use.local
resolution: "@concordium/examples@workspace:examples"
Expand Down Expand Up @@ -1402,7 +1423,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/node-sdk@workspace:packages/nodejs"
dependencies:
"@concordium/common-sdk": 9.4.0
"@concordium/common-sdk": 9.5.0
"@grpc/grpc-js": ^1.3.4
"@noble/ed25519": ^1.7.1
"@protobuf-ts/grpc-transport": ^2.8.2
Expand Down Expand Up @@ -1441,7 +1462,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/web-sdk@workspace:packages/web"
dependencies:
"@concordium/common-sdk": 9.4.0
"@concordium/common-sdk": 9.5.0
"@concordium/rust-bindings": 1.2.0
"@grpc/grpc-js": ^1.3.4
"@protobuf-ts/grpcweb-transport": ^2.8.2
Expand Down

0 comments on commit 0a3526b

Please sign in to comment.