From 96b1bed5a0d43840097115ed2b764d1978c457c9 Mon Sep 17 00:00:00 2001 From: Lim Jet <57783762+daoauth@users.noreply.github.com> Date: Mon, 26 Aug 2024 18:32:35 +0900 Subject: [PATCH] update version --- package-lock.json | 22 +++++++++++----------- packages/demo-aptos/package.json | 4 ++-- packages/demo-celo/package.json | 4 ++-- packages/demo-solana/package.json | 4 ++-- packages/demo-sui/package.json | 4 ++-- packages/wormhole-kit-core/package.json | 2 +- packages/wormhole-kit/package.json | 4 ++-- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index 986866f..aea8c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25215,14 +25215,14 @@ } }, "packages/demo-aptos": { - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@aptos-labs/wallet-adapter-react": "^2.3.5", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "petra-plugin-wallet-adapter": "^0.4.5", "react": "^18.3.1", @@ -25235,13 +25235,13 @@ } }, "packages/demo-celo": { - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -25253,7 +25253,7 @@ } }, "packages/demo-solana": { - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@solana/wallet-adapter-base": "^0.9.23", @@ -25264,7 +25264,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "https-browserify": "^1.0.0", @@ -25284,7 +25284,7 @@ } }, "packages/demo-sui": { - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@mysten/dapp-kit": "^0.12.10", @@ -25293,7 +25293,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -25306,14 +25306,14 @@ }, "packages/wormhole-kit": { "name": "@zktx.io/wormhole-kit", - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-form": "^0.0.3", "@radix-ui/react-select": "^2.0.0", "@stitches/react": "^1.2.8", - "@zktx.io/wormhole-kit-core": "^0.1.12" + "@zktx.io/wormhole-kit-core": "^0.1.13" }, "devDependencies": { "react": "^18.3.1", @@ -25325,7 +25325,7 @@ }, "packages/wormhole-kit-core": { "name": "@zktx.io/wormhole-kit-core", - "version": "0.1.12", + "version": "0.1.13", "license": "ISC", "dependencies": { "@wormhole-foundation/sdk-algorand": "^0.10.2", diff --git a/packages/demo-aptos/package.json b/packages/demo-aptos/package.json index 6e8865c..78c37c3 100644 --- a/packages/demo-aptos/package.json +++ b/packages/demo-aptos/package.json @@ -1,6 +1,6 @@ { "name": "demo-aptos", - "version": "0.1.12", + "version": "0.1.13", "description": "aptos demo", "private": true, "dependencies": { @@ -8,7 +8,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "petra-plugin-wallet-adapter": "^0.4.5", "react": "^18.3.1", diff --git a/packages/demo-celo/package.json b/packages/demo-celo/package.json index b14d6c1..d621138 100644 --- a/packages/demo-celo/package.json +++ b/packages/demo-celo/package.json @@ -1,13 +1,13 @@ { "name": "demo-celo", - "version": "0.1.12", + "version": "0.1.13", "description": "celo demo", "private": true, "dependencies": { "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/demo-solana/package.json b/packages/demo-solana/package.json index 5403239..d16cb63 100644 --- a/packages/demo-solana/package.json +++ b/packages/demo-solana/package.json @@ -1,6 +1,6 @@ { "name": "demo-solana", - "version": "0.1.12", + "version": "0.1.13", "description": "solana demo", "private": true, "dependencies": { @@ -12,7 +12,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "https-browserify": "^1.0.0", diff --git a/packages/demo-sui/package.json b/packages/demo-sui/package.json index f579fd7..28404e8 100644 --- a/packages/demo-sui/package.json +++ b/packages/demo-sui/package.json @@ -1,6 +1,6 @@ { "name": "demo-sui", - "version": "0.1.12", + "version": "0.1.13", "description": "sui demo", "private": true, "dependencies": { @@ -10,7 +10,7 @@ "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", - "@zktx.io/wormhole-kit": "^0.1.12", + "@zktx.io/wormhole-kit": "^0.1.13", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/wormhole-kit-core/package.json b/packages/wormhole-kit-core/package.json index 191a052..9584f11 100644 --- a/packages/wormhole-kit-core/package.json +++ b/packages/wormhole-kit-core/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/wormhole-kit-core", - "version": "0.1.12", + "version": "0.1.13", "description": "A suite of utilities used to implement bridges based on the Wormhole protocol.", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.ts", diff --git a/packages/wormhole-kit/package.json b/packages/wormhole-kit/package.json index 2862973..6d70b85 100644 --- a/packages/wormhole-kit/package.json +++ b/packages/wormhole-kit/package.json @@ -1,6 +1,6 @@ { "name": "@zktx.io/wormhole-kit", - "version": "0.1.12", + "version": "0.1.13", "description": "A suite of utilities used to implement bridges based on the Wormhole protocol.", "main": "lib/cjs/index.js", "types": "lib/cjs/index.d.ts", @@ -76,7 +76,7 @@ "@radix-ui/react-form": "^0.0.3", "@radix-ui/react-select": "^2.0.0", "@stitches/react": "^1.2.8", - "@zktx.io/wormhole-kit-core": "^0.1.12" + "@zktx.io/wormhole-kit-core": "^0.1.13" }, "peerDependencies": { "react": "*"