Skip to content

Commit 6faaf2c

Browse files
authored
Bump version for release (#523)
1 parent ead49b9 commit 6faaf2c

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.6-beta.1",
3+
"version": "0.6.6",
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.6-beta.1",
79-
"@wormhole-foundation/sdk-definitions": "0.6.6-beta.1"
78+
"@wormhole-foundation/sdk-base": "0.6.6",
79+
"@wormhole-foundation/sdk-definitions": "0.6.6"
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.6-beta.1",
3+
"version": "0.6.6",
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.6-beta.1",
3+
"version": "0.6.6",
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.6-beta.1"
69+
"@wormhole-foundation/sdk-base": "0.6.6"
7070
},
7171
"type": "module"
7272
}

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.6-beta.1",
3+
"version": "0.6.6",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/wormhole-foundation/connect-sdk.git"
@@ -40,7 +40,7 @@
4040
"dist/cjs"
4141
],
4242
"dependencies": {
43-
"@wormhole-foundation/sdk-base": "0.6.6-beta.1"
43+
"@wormhole-foundation/sdk-base": "0.6.6"
4444
},
4545
"sideEffects": false,
4646
"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.6-beta.1",
3+
"version": "0.6.6",
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.6-beta.1"
54+
"@wormhole-foundation/sdk": "0.6.6"
5555
}
5656
}

0 commit comments

Comments
 (0)