Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjort committed Sep 4, 2023
1 parent 4f0d926 commit 2f0306d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 9.3.0

### Added

Expand Down
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.2.1",
"version": "9.3.0",
"license": "Apache-2.0",
"engines": {
"node": ">=14.16.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 9.3.0

- Bumped @concordium/common-sdk to 9.3.0.

## 9.2.0

- Bumped @concordium/common-sdk to 9.2.0.
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.2.0",
"version": "9.3.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.2.0",
"@concordium/common-sdk": "9.3.0",
"@grpc/grpc-js": "^1.3.4",
"@protobuf-ts/grpc-transport": "^2.8.2",
"buffer": "^6.0.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 6.3.0

- Bumped @concordium/common-sdk to 9.3.0.

## 6.2.1

- Bumped @concordium/common-sdk to 9.2.1.
Expand Down
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.2.1",
"version": "6.3.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.2.1",
"@concordium/common-sdk": "9.3.0",
"@concordium/rust-bindings": "1.2.0",
"@grpc/grpc-js": "^1.3.4",
"@protobuf-ts/grpcweb-transport": "^2.8.2",
Expand Down
27 changes: 3 additions & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ __metadata:
languageName: node
linkType: hard

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

"@concordium/common-sdk@npm:9.2.0":
version: 9.2.0
resolution: "@concordium/common-sdk@npm:9.2.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: 780f75408d98ba9285e8e889c0ba0e9fef1d8dec3e25437c27d9e99ca010430b16dce2040c4fee49781c5e6d05734b7139dfb62decf55af5cf9fac372c91276f
languageName: node
linkType: hard

"@concordium/examples@workspace:examples":
version: 0.0.0-use.local
resolution: "@concordium/examples@workspace:examples"
Expand All @@ -1399,7 +1378,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/node-sdk@workspace:packages/nodejs"
dependencies:
"@concordium/common-sdk": 9.2.0
"@concordium/common-sdk": 9.3.0
"@grpc/grpc-js": ^1.3.4
"@noble/ed25519": ^1.7.1
"@protobuf-ts/grpc-transport": ^2.8.2
Expand Down Expand Up @@ -1438,7 +1417,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/web-sdk@workspace:packages/web"
dependencies:
"@concordium/common-sdk": 9.2.1
"@concordium/common-sdk": 9.3.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 2f0306d

Please sign in to comment.