diff --git a/examples/example-pure-js/package.json b/examples/example-pure-js/package.json index 7557438..5007714 100644 --- a/examples/example-pure-js/package.json +++ b/examples/example-pure-js/package.json @@ -4,8 +4,8 @@ "private": true, "dependencies": { "@qubic-connect/core": "*", - "@qubic-js/browser": "1.11.0", - "@qubic-js/core": "1.11.0", + "@qubic-js/browser": "1.12.0", + "@qubic-js/core": "1.12.0", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", diff --git a/examples/example-pure-js/src/index.ts b/examples/example-pure-js/src/index.ts index 2441226..d18389f 100644 --- a/examples/example-pure-js/src/index.ts +++ b/examples/example-pure-js/src/index.ts @@ -35,7 +35,7 @@ async function main() { const wcProvider = await EthereumProvider.init({ projectId: '0454e00195752e67920ca71728e21b30', showQrModal: true, - chains: [1, 17000, 137, 80001, 56, 97], + chains: [1, 17000, 137, 80002, 56, 97], methods: ['eth_sendTransaction', 'personal_sign'], events: ['chainChanged', 'accountsChanged'], metadata: { diff --git a/lerna.json b/lerna.json index 6719201..5241201 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "packages": ["packages/*"], "useNx": true, - "version": "1.1.2" + "version": "1.2.0" } diff --git a/packages/core/package.json b/packages/core/package.json index a49f382..6716b2e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@qubic-connect/core", - "version": "1.1.2", + "version": "1.2.0", "source": "./src/index.ts", "main": "./dist/index.js", "browser": "./dist/bundle.js", @@ -41,8 +41,8 @@ }, "dependencies": { "@ethersproject/providers": "^5.6.8", - "@qubic-connect/detect-iab": "^1.1.2", - "@qubic-connect/redirect": "^1.1.2", + "@qubic-connect/detect-iab": "^1.2.0", + "@qubic-connect/redirect": "^1.2.0", "@qubic-js/detect-inapp": "^1.4.1", "bignumber.js": "^9.0.2", "cross-fetch": "^3.1.5", diff --git a/packages/detect-iab/package.json b/packages/detect-iab/package.json index 26b3b96..d3b5c94 100644 --- a/packages/detect-iab/package.json +++ b/packages/detect-iab/package.json @@ -1,6 +1,6 @@ { "name": "@qubic-connect/detect-iab", - "version": "1.1.2", + "version": "1.2.0", "description": "when detecting environment in iab, show blocking", "author": "Kevin.Wu ", "homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/detect-iab#readme", diff --git a/packages/redirect/package.json b/packages/redirect/package.json index fd63cad..22d7a89 100644 --- a/packages/redirect/package.json +++ b/packages/redirect/package.json @@ -1,6 +1,6 @@ { "name": "@qubic-connect/redirect", - "version": "1.1.2", + "version": "1.2.0", "homepage": "https://github.com/getamis/qubic-creator-sdk/tree/main/packages/redirect#readme", "license": "ISC", "main": "./dist/index.js", diff --git a/yarn.lock b/yarn.lock index cef78c3..43a9b1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3162,10 +3162,10 @@ schema-utils "^3.0.0" source-map "^0.7.3" -"@qubic-js/browser@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.11.0.tgz#eecb5a6d644f72deace53232931dae4ed9de7c41" - integrity sha512-kpvwfa2p8NdFvGc6cU7BYouw1w0ztX1OvRyfgPd74g4kCgjyhM6e4F/GhUGYkxrYsrLrsQku4grewEzqkbwsQQ== +"@qubic-js/browser@1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@qubic-js/browser/-/browser-1.12.0.tgz#9fd1b2678e501d8811eac8c404831a94887a8a89" + integrity sha512-+qX5blU34OfzjEq0h4JWByYjP6PHXMI4wCdrOl7Vz8pvYBkwV9haBxZ/R7GBEgjPQQ0QI12Pprzl+utBRilKgg== dependencies: "@emotion/css" "^11.1.3" "@qubic-connect/detect-iab" "^1.0.5" @@ -3173,10 +3173,10 @@ is-url "^1.2.4" json-rpc-engine "^6.1.0" -"@qubic-js/core@1.11.0": - version "1.11.0" - resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.11.0.tgz#49c2335d11c7043e68c4108e2e7ac5b46a7334b7" - integrity sha512-suEkVjXNVA//FB6ECyXDt7wXnMslTrAcAbKLdVLshvJTwcIiQQ3nynVBKfeinuFXzfoaLBYdF5VVEsWhqNkGAg== +"@qubic-js/core@1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@qubic-js/core/-/core-1.12.0.tgz#d51ecf3c5b717718096fc25817331008b70f08b1" + integrity sha512-e+E9dIErTDjq73H16v93W6EwaOkC7w+x9buz/xTmnJr0ly+PN9WGZSDcreYoRyzfkiU8bVDkYIns1qwZsuhQkg== dependencies: "@qubic-js/eth-json-rpc-infura" "^5.1.3" eth-rpc-errors "^4.0.2"