Skip to content

Commit 564802e

Browse files
authored
0.6.5 and avoid future misteaks (#515)
1 parent e96db09 commit 564802e

File tree

30 files changed

+208
-205
lines changed

30 files changed

+208
-205
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.4",
3+
"version": "0.6.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -75,8 +75,8 @@
7575
},
7676
"dependencies": {
7777
"axios": "^1.4.0",
78-
"@wormhole-foundation/sdk-base": "0.6.4",
79-
"@wormhole-foundation/sdk-definitions": "0.6.4"
78+
"@wormhole-foundation/sdk-base": "0.6.5",
79+
"@wormhole-foundation/sdk-definitions": "0.6.5"
8080
},
8181
"type": "module"
8282
}

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.4",
3+
"version": "0.6.5",
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.4",
3+
"version": "0.6.5",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@noble/hashes": "^1.3.1",
6868
"@noble/curves": "^1.4.0",
69-
"@wormhole-foundation/sdk-base": "0.6.4"
69+
"@wormhole-foundation/sdk-base": "0.6.5"
7070
},
7171
"type": "module"
7272
}

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.4",
3+
"version": "0.6.5",
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.4"
54+
"@wormhole-foundation/sdk": "0.6.5"
5555
}
5656
}

0 commit comments

Comments
 (0)