Skip to content

Commit b54b632

Browse files
authored
bump version (#528)
1 parent 48f78ee commit b54b632

File tree

30 files changed

+209
-209
lines changed

30 files changed

+209
-209
lines changed

connect/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-connect",
3-
"version": "0.6.7",
3+
"version": "0.6.8-beta.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -95,8 +95,8 @@
9595
},
9696
"dependencies": {
9797
"axios": "^1.4.0",
98-
"@wormhole-foundation/sdk-base": "0.6.7",
99-
"@wormhole-foundation/sdk-definitions": "0.6.7"
98+
"@wormhole-foundation/sdk-base": "0.6.8-beta.0",
99+
"@wormhole-foundation/sdk-definitions": "0.6.8-beta.0"
100100
},
101101
"type": "module"
102102
}

core/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-base",
3-
"version": "0.6.7",
3+
"version": "0.6.8-beta.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"

core/definitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-definitions",
3-
"version": "0.6.7",
3+
"version": "0.6.8-beta.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@noble/hashes": "^1.3.1",
8888
"@noble/curves": "^1.4.0",
89-
"@wormhole-foundation/sdk-base": "0.6.7"
89+
"@wormhole-foundation/sdk-base": "0.6.8-beta.0"
9090
},
9191
"type": "module"
9292
}

core/icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/sdk-icons",
3-
"version": "0.6.7",
3+
"version": "0.6.8-beta.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -50,7 +50,7 @@
5050
"dist/cjs"
5151
],
5252
"dependencies": {
53-
"@wormhole-foundation/sdk-base": "0.6.7"
53+
"@wormhole-foundation/sdk-base": "0.6.8-beta.0"
5454
},
5555
"sideEffects": false,
5656
"scripts": {

examples/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/connect-sdk-examples",
3-
"version": "0.6.7",
3+
"version": "0.6.8-beta.0",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -51,6 +51,6 @@
5151
"tsx": "^4.7.0"
5252
},
5353
"dependencies": {
54-
"@wormhole-foundation/sdk": "0.6.7"
54+
"@wormhole-foundation/sdk": "0.6.8-beta.0"
5555
}
5656
}

0 commit comments

Comments
 (0)