Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenbf committed Aug 28, 2024
1 parent 0073323 commit e75709b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/ccd-js-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
},
"license": "Apache-2.0",
"peerDependencies": {
"@concordium/web-sdk": "7.x"
"@concordium/web-sdk": ">= 7"
},
"dependencies": {
"@concordium/web-sdk": "workspace:^7.0.0",
"@concordium/web-sdk": "workspace:^8.0.0",
"buffer": "^6.0.3",
"commander": "^11.0.0",
"sanitize-filename": "^1.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@concordium/web-sdk",
"version": "7.5.1",
"version": "8.0.0",
"license": "Apache-2.0",
"engines": {
"node": ">=16"
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"buffer": "^6.0.3"
},
"peerDependencies": {
"@concordium/web-sdk": "7.x",
"@concordium/web-sdk": ">= 7",
"@walletconnect/types": "^2.13.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3565,7 +3565,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@concordium/ccd-js-gen@workspace:packages/ccd-js-gen"
dependencies:
"@concordium/web-sdk": "workspace:^7.0.0"
"@concordium/web-sdk": "workspace:^8.0.0"
"@types/jest": ^26.0.23
"@types/node": ^20.5.0
buffer: ^6.0.3
Expand All @@ -3578,7 +3578,7 @@ __metadata:
ts-morph: ^19.0.0
typescript: ^5.2.2
peerDependencies:
"@concordium/web-sdk": 7.x
"@concordium/web-sdk": ">= 7"
bin:
ccd-js-gen: bin/ccd-js-gen.js
languageName: unknown
Expand Down Expand Up @@ -3690,12 +3690,12 @@ __metadata:
ts-node: ^10.9.2
typescript: ^5.2.2
peerDependencies:
"@concordium/web-sdk": 7.x
"@concordium/web-sdk": ">= 7"
"@walletconnect/types": ^2.13.1
languageName: unknown
linkType: soft

"@concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:^7.0.0, @concordium/web-sdk@workspace:packages/sdk":
"@concordium/web-sdk@workspace:^, @concordium/web-sdk@workspace:^8.0.0, @concordium/web-sdk@workspace:packages/sdk":
version: 0.0.0-use.local
resolution: "@concordium/web-sdk@workspace:packages/sdk"
dependencies:
Expand Down

0 comments on commit e75709b

Please sign in to comment.