From a7df19dcbbc9aa049b20aabab902d6b53aacd642 Mon Sep 17 00:00:00 2001 From: Lim Jet <57783762+daoauth@users.noreply.github.com> Date: Fri, 27 Sep 2024 21:51:42 +0900 Subject: [PATCH] v0.1.15 --- lerna.json | 2 +- 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 ++-- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/lerna.json b/lerna.json index dd22031..b2137a7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.1.14" + "version": "0.1.15" } diff --git a/package-lock.json b/package-lock.json index 28dbd4f..d72388d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27355,14 +27355,14 @@ } }, "packages/demo-aptos": { - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "notistack": "^3.0.1", "petra-plugin-wallet-adapter": "^0.4.5", "react": "^18.3.1", @@ -27375,13 +27375,13 @@ } }, "packages/demo-celo": { - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -27393,7 +27393,7 @@ } }, "packages/demo-solana": { - "version": "0.1.14", + "version": "0.1.15", "license": "ISC", "dependencies": { "@solana/wallet-adapter-base": "^0.9.23", @@ -27404,7 +27404,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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "browserify-zlib": "^0.2.0", "buffer": "^6.0.3", "https-browserify": "^1.0.0", @@ -27424,7 +27424,7 @@ } }, "packages/demo-sui": { - "version": "0.1.14", + "version": "0.1.15", "license": "ISC", "dependencies": { "@mysten/dapp-kit": "^0.12.10", @@ -27433,7 +27433,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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -27446,14 +27446,14 @@ }, "packages/wormhole-kit": { "name": "@zktx.io/wormhole-kit", - "version": "0.1.14", + "version": "0.1.15", "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.14" + "@zktx.io/wormhole-kit-core": "^0.1.15" }, "devDependencies": { "react": "^18.3.1", @@ -27465,7 +27465,7 @@ }, "packages/wormhole-kit-core": { "name": "@zktx.io/wormhole-kit-core", - "version": "0.1.14", + "version": "0.1.15", "license": "ISC", "dependencies": { "@wormhole-foundation/sdk-algorand": "^0.10.8", diff --git a/packages/demo-aptos/package.json b/packages/demo-aptos/package.json index e16273a..ca5a0bc 100644 --- a/packages/demo-aptos/package.json +++ b/packages/demo-aptos/package.json @@ -1,6 +1,6 @@ { "name": "demo-aptos", - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "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 4e8841f..9585842 100644 --- a/packages/demo-celo/package.json +++ b/packages/demo-celo/package.json @@ -1,13 +1,13 @@ { "name": "demo-celo", - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "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 feaf610..a10d497 100644 --- a/packages/demo-solana/package.json +++ b/packages/demo-solana/package.json @@ -1,6 +1,6 @@ { "name": "demo-solana", - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "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 a5486f9..4f62f29 100644 --- a/packages/demo-sui/package.json +++ b/packages/demo-sui/package.json @@ -1,6 +1,6 @@ { "name": "demo-sui", - "version": "0.1.14", + "version": "0.1.15", "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.14", + "@zktx.io/wormhole-kit": "^0.1.15", "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 6603c7b..aa762d6 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.14", + "version": "0.1.15", "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 1e87c47..7f0d60a 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.14", + "version": "0.1.15", "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.14" + "@zktx.io/wormhole-kit-core": "^0.1.15" }, "peerDependencies": { "react": "*"