Skip to content

Commit e4bbc88

Browse files
committed
Merge remote-tracking branch 'origin/main' into release/ccd-js-gen-1.0.0
2 parents 8762c6f + a1c9bf2 commit e4bbc88

File tree

5 files changed

+9
-14
lines changed

5 files changed

+9
-14
lines changed

.github/workflows/pipeline.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ jobs:
9494
deps/concordium-base/rust-src
9595
deps/concordium-base/concordium-contracts-common
9696
97-
- name: Get wasm-pack
98-
uses: jetli/[email protected]
99-
with:
100-
version: 'latest'
101-
10297
- name: Build
10398
run: yarn build
10499

packages/rust-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@concordium/rust-bindings",
3-
"version": "2.0.0-rc.2",
3+
"version": "2.0.0",
44
"license": "Apache-2.0",
55
"engines": {
66
"node": ">=16"

packages/sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 7.0.0
44

55
### Breaking changes
66

packages/sdk/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": "7.0.0-rc.5",
3+
"version": "7.0.0",
44
"license": "Apache-2.0",
55
"engines": {
66
"node": ">=16"
@@ -74,7 +74,7 @@
7474
"clean": "rimraf -- lib src/grpc-api"
7575
},
7676
"dependencies": {
77-
"@concordium/rust-bindings": "2.0.0-rc.2",
77+
"@concordium/rust-bindings": "2.0.0",
7878
"@grpc/grpc-js": "^1.9.4",
7979
"@noble/ed25519": "^2.0.0",
8080
"@protobuf-ts/grpc-transport": "^2.9.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ __metadata:
654654
version: 0.0.0-use.local
655655
resolution: "@concordium/ccd-js-gen@workspace:packages/ccd-js-gen"
656656
dependencies:
657-
"@concordium/web-sdk": 7.0.0-rc.5
657+
"@concordium/web-sdk": ^7.0.0
658658
"@types/jest": ^26.0.23
659659
"@types/node": ^20.5.0
660660
buffer: ^6.0.3
@@ -666,7 +666,7 @@ __metadata:
666666
ts-morph: ^19.0.0
667667
typescript: ^5.2.2
668668
peerDependencies:
669-
"@concordium/web-sdk": 7.0.0-rc.5
669+
"@concordium/web-sdk": 7.x
670670
bin:
671671
ccd-js-gen: bin/ccd-js-gen.js
672672
languageName: unknown
@@ -689,7 +689,7 @@ __metadata:
689689
languageName: unknown
690690
linkType: soft
691691

692-
"@concordium/[email protected]-rc.2, @concordium/rust-bindings@workspace:packages/rust-bindings":
692+
"@concordium/[email protected], @concordium/rust-bindings@workspace:packages/rust-bindings":
693693
version: 0.0.0-use.local
694694
resolution: "@concordium/rust-bindings@workspace:packages/rust-bindings"
695695
dependencies:
@@ -704,11 +704,11 @@ __metadata:
704704
languageName: unknown
705705
linkType: soft
706706

707-
"@concordium/[email protected]-rc.5, @concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:packages/sdk":
707+
"@concordium/web-sdk@^7.0.0, @concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:packages/sdk":
708708
version: 0.0.0-use.local
709709
resolution: "@concordium/web-sdk@workspace:packages/sdk"
710710
dependencies:
711-
"@concordium/rust-bindings": 2.0.0-rc.2
711+
"@concordium/rust-bindings": 2.0.0
712712
"@grpc/grpc-js": ^1.9.4
713713
"@noble/ed25519": ^2.0.0
714714
"@protobuf-ts/grpc-transport": ^2.9.1

0 commit comments

Comments
 (0)