Skip to content

Commit 0a3526b

Browse files
committed
Version bump
1 parent 837c37d commit 0a3526b

File tree

7 files changed

+184
-152
lines changed

7 files changed

+184
-152
lines changed

packages/common/CHANGELOG.md

Lines changed: 142 additions & 139 deletions
Large diffs are not rendered by default.

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@concordium/common-sdk",
3-
"version": "9.4.0",
3+
"version": "9.5.0",
44
"license": "Apache-2.0",
55
"engines": {
66
"node": ">=14.16.0"

packages/nodejs/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.5.0
4+
5+
- Bumped @concordium/common-sdk to 9.5.0.
6+
37
## 9.4.0
48

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

9397
## 5.0.0 2022-11-8
98+
9499
Breaking Changes
95100

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

196201
### Changed
@@ -210,7 +215,6 @@ Breaking Changes
210215

211216
## 0.7.2 2022-05-05
212217

213-
214218
### Added
215219

216220
- Export of serializeAccountTransactionForSubmission.

packages/nodejs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@concordium/node-sdk",
3-
"version": "9.4.0",
3+
"version": "9.5.0",
44
"description": "Helpers for interacting with the Concordium node",
55
"repository": {
66
"type": "git",
@@ -60,7 +60,7 @@
6060
"build-dev": "tsc"
6161
},
6262
"dependencies": {
63-
"@concordium/common-sdk": "9.4.0",
63+
"@concordium/common-sdk": "9.5.0",
6464
"@grpc/grpc-js": "^1.3.4",
6565
"@protobuf-ts/grpc-transport": "^2.8.2",
6666
"buffer": "^6.0.3",

packages/web/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.5.0
4+
5+
- Bumped @concordium/common-sdk to 9.5.0.
6+
37
## 6.4.0
48

59
- Bumped @concordium/common-sdk to 9.4.0.
@@ -189,8 +193,8 @@
189193

190194
## 0.1.1
191195

192-
- Fixed issue with wasm from rust bindings
196+
- Fixed issue with wasm from rust bindings
193197

194198
## 0.1.0
195199

196-
- Initial release
200+
- Initial release

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@concordium/web-sdk",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"license": "Apache-2.0",
55
"browser": "lib/concordium.min.js",
66
"types": "lib/index.d.ts",
@@ -48,7 +48,7 @@
4848
"webpack-cli": "^4.9.2"
4949
},
5050
"dependencies": {
51-
"@concordium/common-sdk": "9.4.0",
51+
"@concordium/common-sdk": "9.5.0",
5252
"@concordium/rust-bindings": "1.2.0",
5353
"@grpc/grpc-js": "^1.3.4",
5454
"@protobuf-ts/grpcweb-transport": "^2.8.2",

yarn.lock

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ __metadata:
13341334
languageName: unknown
13351335
linkType: soft
13361336

1337-
"@concordium/common-sdk@9.4.0, @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common":
1337+
"@concordium/common-sdk@9.5.0, @concordium/common-sdk@workspace:^, @concordium/common-sdk@workspace:packages/common":
13381338
version: 0.0.0-use.local
13391339
resolution: "@concordium/common-sdk@workspace:packages/common"
13401340
dependencies:
@@ -1374,6 +1374,27 @@ __metadata:
13741374
languageName: unknown
13751375
linkType: soft
13761376

1377+
"@concordium/common-sdk@npm:9.4.0":
1378+
version: 9.4.0
1379+
resolution: "@concordium/common-sdk@npm:9.4.0"
1380+
dependencies:
1381+
"@concordium/rust-bindings": 1.2.0
1382+
"@grpc/grpc-js": ^1.3.4
1383+
"@noble/ed25519": ^1.7.1
1384+
"@protobuf-ts/runtime-rpc": ^2.8.2
1385+
"@scure/bip39": ^1.1.0
1386+
big.js: ^6.2.0
1387+
bs58check: ^2.1.2
1388+
buffer: ^6.0.3
1389+
cross-fetch: 3.1.5
1390+
hash.js: ^1.1.7
1391+
iso-3166-1: ^2.1.1
1392+
json-bigint: ^1.0.0
1393+
uuid: ^8.3.2
1394+
checksum: 09b4f3303cca7677f48842c26dcc5692ef6c38bfd8c86f8b790a9f57ce942637264aaeccbcc4bf45313b88afbfff4bd3ef46bc6cbced5a29271df486819c41ad
1395+
languageName: node
1396+
linkType: hard
1397+
13771398
"@concordium/examples@workspace:examples":
13781399
version: 0.0.0-use.local
13791400
resolution: "@concordium/examples@workspace:examples"
@@ -1402,7 +1423,7 @@ __metadata:
14021423
version: 0.0.0-use.local
14031424
resolution: "@concordium/node-sdk@workspace:packages/nodejs"
14041425
dependencies:
1405-
"@concordium/common-sdk": 9.4.0
1426+
"@concordium/common-sdk": 9.5.0
14061427
"@grpc/grpc-js": ^1.3.4
14071428
"@noble/ed25519": ^1.7.1
14081429
"@protobuf-ts/grpc-transport": ^2.8.2
@@ -1441,7 +1462,7 @@ __metadata:
14411462
version: 0.0.0-use.local
14421463
resolution: "@concordium/web-sdk@workspace:packages/web"
14431464
dependencies:
1444-
"@concordium/common-sdk": 9.4.0
1465+
"@concordium/common-sdk": 9.5.0
14451466
"@concordium/rust-bindings": 1.2.0
14461467
"@grpc/grpc-js": ^1.3.4
14471468
"@protobuf-ts/grpcweb-transport": ^2.8.2

0 commit comments

Comments
 (0)