From a60f9544149c7951393982f8fa05fbb1e485bda8 Mon Sep 17 00:00:00 2001 From: tomiir Date: Tue, 17 Sep 2024 06:32:09 -0300 Subject: [PATCH] chore: replace repo/package name --- .changeset/config.json | 2 +- .github/workflows/ui_tests.yml | 2 +- apps/demo/CHANGELOG.md | 30 ++++++++++++------------- apps/gallery/CHANGELOG.md | 30 ++++++++++++------------- apps/laboratory/CHANGELOG.md | 30 ++++++++++++------------- examples/html-ethers/CHANGELOG.md | 30 ++++++++++++------------- examples/html-ethers5/CHANGELOG.md | 30 ++++++++++++------------- examples/html-wagmi/CHANGELOG.md | 30 ++++++++++++------------- examples/next-ethers/CHANGELOG.md | 30 ++++++++++++------------- examples/next-wagmi/CHANGELOG.md | 30 ++++++++++++------------- examples/react-ethers/CHANGELOG.md | 30 ++++++++++++------------- examples/react-ethers5/CHANGELOG.md | 30 ++++++++++++------------- examples/react-solana/CHANGELOG.md | 30 ++++++++++++------------- examples/react-wagmi/CHANGELOG.md | 30 ++++++++++++------------- examples/vue-ethers5/CHANGELOG.md | 30 ++++++++++++------------- examples/vue-solana/CHANGELOG.md | 30 ++++++++++++------------- examples/vue-wagmi/CHANGELOG.md | 30 ++++++++++++------------- packages/adapters/ethers/CHANGELOG.md | 30 ++++++++++++------------- packages/adapters/ethers/package.json | 2 +- packages/adapters/ethers5/CHANGELOG.md | 30 ++++++++++++------------- packages/adapters/ethers5/package.json | 2 +- packages/adapters/polkadot/CHANGELOG.md | 22 +++++++++--------- packages/adapters/solana/CHANGELOG.md | 30 ++++++++++++------------- packages/adapters/solana/package.json | 2 +- packages/adapters/wagmi/CHANGELOG.md | 30 ++++++++++++------------- packages/adapters/wagmi/package.json | 2 +- packages/appkit-utils/CHANGELOG.md | 30 ++++++++++++------------- packages/appkit-utils/package.json | 2 +- packages/appkit/CHANGELOG.md | 30 ++++++++++++------------- packages/appkit/package.json | 2 +- packages/cdn/CHANGELOG.md | 30 ++++++++++++------------- packages/common/CHANGELOG.md | 20 ++++++++--------- packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 30 ++++++++++++------------- packages/core/package.json | 2 +- packages/ethers/CHANGELOG.md | 30 ++++++++++++------------- packages/ethers/package.json | 2 +- packages/ethers5/CHANGELOG.md | 30 ++++++++++++------------- packages/ethers5/package.json | 2 +- packages/polyfills/CHANGELOG.md | 20 ++++++++--------- packages/polyfills/package.json | 2 +- packages/scaffold-ui/CHANGELOG.md | 30 ++++++++++++------------- packages/scaffold-ui/package.json | 2 +- packages/siwe/CHANGELOG.md | 30 ++++++++++++------------- packages/siwe/package.json | 2 +- packages/solana/CHANGELOG.md | 30 ++++++++++++------------- packages/solana/package.json | 2 +- packages/ui/CHANGELOG.md | 20 ++++++++--------- packages/ui/package.json | 2 +- packages/wagmi/CHANGELOG.md | 30 ++++++++++++------------- packages/wagmi/package.json | 2 +- packages/wallet/CHANGELOG.md | 30 ++++++++++++------------- packages/wallet/package.json | 2 +- 53 files changed, 510 insertions(+), 510 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index c3fc00caab..4779caa81c 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,6 +1,6 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.0/schema.json", - "changelog": ["@changesets/changelog-github", { "repo": "WalletConnect/shadow-appkit" }], + "changelog": ["@changesets/changelog-github", { "repo": "reown-com/appkit" }], "commit": false, "fixed": [], "linked": [], diff --git a/.github/workflows/ui_tests.yml b/.github/workflows/ui_tests.yml index 139878f64b..c20334ba82 100644 --- a/.github/workflows/ui_tests.yml +++ b/.github/workflows/ui_tests.yml @@ -79,7 +79,7 @@ jobs: - name: checkout uses: actions/checkout@v4 with: - repository: WalletConnect/shadow-appkit + repository: reown-com/appkit ref: ${{ inputs.branch }} - uses: pnpm/action-setup@v4 diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 5d500b1138..a75b19e914 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 diff --git a/apps/gallery/CHANGELOG.md b/apps/gallery/CHANGELOG.md index 67c1d89b96..1e814bd469 100644 --- a/apps/gallery/CHANGELOG.md +++ b/apps/gallery/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-common@1.0.1 - @reown/appkit-ui@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-common@1.0.0 - @reown/appkit-ui@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-ui@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-common@0.0.4 - @reown/appkit-ui@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-ui@0.0.3 diff --git a/apps/laboratory/CHANGELOG.md b/apps/laboratory/CHANGELOG.md index ac991eba45..ecfe82343b 100644 --- a/apps/laboratory/CHANGELOG.md +++ b/apps/laboratory/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers@1.0.1 - @reown/appkit-adapter-ethers5@1.0.1 - @reown/appkit-adapter-solana@1.0.1 @@ -23,15 +23,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers5@1.0.0 - @reown/appkit-adapter-ethers@1.0.0 - @reown/appkit-adapter-solana@1.0.0 @@ -48,13 +48,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers@0.0.5 @@ -71,9 +71,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers5@0.0.4 - @reown/appkit-adapter-ethers@0.0.4 - @reown/appkit-adapter-solana@0.0.4 @@ -90,11 +90,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers@0.0.3 - @reown/appkit-adapter-ethers5@0.0.3 - @reown/appkit-adapter-solana@0.0.3 diff --git a/examples/html-ethers/CHANGELOG.md b/examples/html-ethers/CHANGELOG.md index d89794fd12..6ad061654b 100644 --- a/examples/html-ethers/CHANGELOG.md +++ b/examples/html-ethers/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/html-ethers5/CHANGELOG.md b/examples/html-ethers5/CHANGELOG.md index ae07adbede..47bd832271 100644 --- a/examples/html-ethers5/CHANGELOG.md +++ b/examples/html-ethers5/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers5@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers5@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers5@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers5@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers5@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/html-wagmi/CHANGELOG.md b/examples/html-wagmi/CHANGELOG.md index 0347d4e783..786cc48464 100644 --- a/examples/html-wagmi/CHANGELOG.md +++ b/examples/html-wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/next-ethers/CHANGELOG.md b/examples/next-ethers/CHANGELOG.md index 5e008fd05e..5ce38b14ea 100644 --- a/examples/next-ethers/CHANGELOG.md +++ b/examples/next-ethers/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/next-wagmi/CHANGELOG.md b/examples/next-wagmi/CHANGELOG.md index 6497d8d13f..8994691d70 100644 --- a/examples/next-wagmi/CHANGELOG.md +++ b/examples/next-wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/react-ethers/CHANGELOG.md b/examples/react-ethers/CHANGELOG.md index 0def11887e..9d77a77ff5 100644 --- a/examples/react-ethers/CHANGELOG.md +++ b/examples/react-ethers/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/react-ethers5/CHANGELOG.md b/examples/react-ethers5/CHANGELOG.md index 0ca9eda2ba..92f8608b06 100644 --- a/examples/react-ethers5/CHANGELOG.md +++ b/examples/react-ethers5/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers5@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers5@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers5@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers5@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers5@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/react-solana/CHANGELOG.md b/examples/react-solana/CHANGELOG.md index a018a12bd6..bd116eb91d 100644 --- a/examples/react-solana/CHANGELOG.md +++ b/examples/react-solana/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-solana@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit@1.0.0 - @reown/appkit-solana@1.0.0 @@ -30,31 +30,31 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-solana@0.0.5 ## 0.0.4 ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-solana@0.0.4 ## 0.0.3 ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-solana@0.0.3 diff --git a/examples/react-wagmi/CHANGELOG.md b/examples/react-wagmi/CHANGELOG.md index fb8bb79681..be51391ee0 100644 --- a/examples/react-wagmi/CHANGELOG.md +++ b/examples/react-wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/vue-ethers5/CHANGELOG.md b/examples/vue-ethers5/CHANGELOG.md index fb5360c0ab..02131a16d0 100644 --- a/examples/vue-ethers5/CHANGELOG.md +++ b/examples/vue-ethers5/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers5@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers5@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-adapter-ethers5@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers5@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers5@0.0.3 - @reown/appkit@0.0.3 diff --git a/examples/vue-solana/CHANGELOG.md b/examples/vue-solana/CHANGELOG.md index 8316d6ca03..62f3781ab5 100644 --- a/examples/vue-solana/CHANGELOG.md +++ b/examples/vue-solana/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-solana@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit@1.0.0 - @reown/appkit-solana@1.0.0 @@ -30,31 +30,31 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-solana@0.0.5 ## 0.0.4 ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-solana@0.0.4 ## 0.0.3 ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-solana@0.0.3 diff --git a/examples/vue-wagmi/CHANGELOG.md b/examples/vue-wagmi/CHANGELOG.md index a2e2abccb9..528e0c0c93 100644 --- a/examples/vue-wagmi/CHANGELOG.md +++ b/examples/vue-wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 diff --git a/packages/adapters/ethers/CHANGELOG.md b/packages/adapters/ethers/CHANGELOG.md index f971b08ab1..02eda5a884 100644 --- a/packages/adapters/ethers/CHANGELOG.md +++ b/packages/adapters/ethers/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 @@ -21,15 +21,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-scaffold-ui@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 @@ -44,13 +44,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 @@ -65,9 +65,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-scaffold-ui@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -82,11 +82,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 diff --git a/packages/adapters/ethers/package.json b/packages/adapters/ethers/package.json index 7c7ee7777c..512caea9ab 100644 --- a/packages/adapters/ethers/package.json +++ b/packages/adapters/ethers/package.json @@ -43,7 +43,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/adapters/ethers5/CHANGELOG.md b/packages/adapters/ethers5/CHANGELOG.md index aca213947d..ce695d40c8 100644 --- a/packages/adapters/ethers5/CHANGELOG.md +++ b/packages/adapters/ethers5/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 @@ -21,15 +21,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-scaffold-ui@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 @@ -44,13 +44,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 @@ -65,9 +65,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-scaffold-ui@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -82,11 +82,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 diff --git a/packages/adapters/ethers5/package.json b/packages/adapters/ethers5/package.json index 9eec6002bb..0ff1fbb9db 100644 --- a/packages/adapters/ethers5/package.json +++ b/packages/adapters/ethers5/package.json @@ -44,7 +44,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/adapters/polkadot/CHANGELOG.md b/packages/adapters/polkadot/CHANGELOG.md index 728fea527e..b37bbae20b 100644 --- a/packages/adapters/polkadot/CHANGELOG.md +++ b/packages/adapters/polkadot/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-common@1.0.1 - @reown/appkit-core@1.0.1 @@ -15,15 +15,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 - @reown/appkit-common@1.0.0 @@ -32,13 +32,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-core@0.0.5 @@ -47,7 +47,7 @@ ### Patch Changes -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit@0.0.4 - @reown/appkit-common@0.0.4 - @reown/appkit-core@0.0.4 diff --git a/packages/adapters/solana/CHANGELOG.md b/packages/adapters/solana/CHANGELOG.md index f76d0695b3..22d293a4b7 100644 --- a/packages/adapters/solana/CHANGELOG.md +++ b/packages/adapters/solana/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 @@ -21,15 +21,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-scaffold-ui@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 @@ -44,13 +44,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 @@ -65,9 +65,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-scaffold-ui@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -82,11 +82,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 diff --git a/packages/adapters/solana/package.json b/packages/adapters/solana/package.json index e1613b8500..17e32de1fc 100644 --- a/packages/adapters/solana/package.json +++ b/packages/adapters/solana/package.json @@ -88,7 +88,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/adapters/wagmi/CHANGELOG.md b/packages/adapters/wagmi/CHANGELOG.md index cff163b032..a9e40a9123 100644 --- a/packages/adapters/wagmi/CHANGELOG.md +++ b/packages/adapters/wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 @@ -21,15 +21,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-scaffold-ui@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 @@ -44,13 +44,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 @@ -65,9 +65,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-scaffold-ui@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -82,11 +82,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 diff --git a/packages/adapters/wagmi/package.json b/packages/adapters/wagmi/package.json index b551a4937d..72a9879876 100644 --- a/packages/adapters/wagmi/package.json +++ b/packages/adapters/wagmi/package.json @@ -48,7 +48,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/appkit-utils/CHANGELOG.md b/packages/appkit-utils/CHANGELOG.md index 41f3e92c1f..4918f445a2 100644 --- a/packages/appkit-utils/CHANGELOG.md +++ b/packages/appkit-utils/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-common@1.0.1 - @reown/appkit-core@1.0.1 - @reown/appkit-polyfills@1.0.1 @@ -16,15 +16,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-core@1.0.0 - @reown/appkit-common@1.0.0 - @reown/appkit-polyfills@1.0.0 @@ -34,13 +34,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-core@0.0.5 - @reown/appkit-polyfills@0.0.5 @@ -50,9 +50,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-polyfills@0.0.4 - @reown/appkit-common@0.0.4 - @reown/appkit-wallet@0.0.4 @@ -62,11 +62,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 - @reown/appkit-polyfills@0.0.3 diff --git a/packages/appkit-utils/package.json b/packages/appkit-utils/package.json index f3ec6c7763..aa27060584 100644 --- a/packages/appkit-utils/package.json +++ b/packages/appkit-utils/package.json @@ -76,7 +76,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/appkit/CHANGELOG.md b/packages/appkit/CHANGELOG.md index 891d91362a..b02d25784f 100644 --- a/packages/appkit/CHANGELOG.md +++ b/packages/appkit/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 - @reown/appkit-core@1.0.1 @@ -20,15 +20,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-scaffold-ui@1.0.0 - @reown/appkit-core@1.0.0 - @reown/appkit-utils@1.0.0 @@ -42,13 +42,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 - @reown/appkit-core@0.0.5 @@ -62,9 +62,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-scaffold-ui@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -78,11 +78,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 - @reown/appkit-polyfills@0.0.3 diff --git a/packages/appkit/package.json b/packages/appkit/package.json index 3d600ed8c6..6973064a09 100644 --- a/packages/appkit/package.json +++ b/packages/appkit/package.json @@ -133,7 +133,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 29a41e8649..5499f0e8d0 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-ethers@1.0.1 - @reown/appkit-ethers5@1.0.1 - @reown/appkit-polyfills@1.0.1 @@ -16,15 +16,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-ethers5@1.0.0 - @reown/appkit-ethers@1.0.0 - @reown/appkit-wagmi@1.0.0 @@ -34,13 +34,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-ethers@0.0.5 - @reown/appkit-ethers5@0.0.5 - @reown/appkit-polyfills@0.0.5 @@ -50,9 +50,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-polyfills@0.0.4 - @reown/appkit-ethers5@0.0.4 - @reown/appkit-ethers@0.0.4 @@ -62,11 +62,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-ethers@0.0.3 - @reown/appkit-ethers5@0.0.3 - @reown/appkit-polyfills@0.0.3 diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index d1f5481abc..7e739fef47 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -4,40 +4,40 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public ## 1.0.0 ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect ## 0.0.5 ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController ## 0.0.4 ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. ## 0.0.3 ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file diff --git a/packages/common/package.json b/packages/common/package.json index f5af904599..f3759d6a28 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3a57d8bdc8..6b687b3c2e 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-common@1.0.1 - @reown/appkit-wallet@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-common@1.0.0 - @reown/appkit-wallet@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-wallet@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-common@0.0.4 - @reown/appkit-wallet@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-wallet@0.0.3 diff --git a/packages/core/package.json b/packages/core/package.json index 4fa9e00b93..f864499618 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -44,7 +44,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index f355961fdb..36b7457513 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers@1.0.1 - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 @@ -19,15 +19,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-utils@1.0.0 @@ -40,13 +40,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-adapter-ethers@0.0.5 @@ -59,9 +59,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers@0.0.4 - @reown/appkit-utils@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -74,11 +74,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers@0.0.3 - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 5f40184164..3e32af0cf4 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -81,7 +81,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index c23729a37d..19c15fc3d8 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-ethers5@1.0.1 - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 @@ -19,15 +19,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-ethers5@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-utils@1.0.0 @@ -40,13 +40,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-adapter-ethers5@0.0.5 @@ -59,9 +59,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-ethers5@0.0.4 - @reown/appkit-utils@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -74,11 +74,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-ethers5@0.0.3 - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index d3e56a413e..2ca8d6d84a 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -82,7 +82,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index e3f8d6fefc..8d936ca807 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -4,40 +4,40 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public ## 1.0.0 ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect ## 0.0.5 ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController ## 0.0.4 ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. ## 0.0.3 ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index cf681c5046..2834abfae8 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -34,7 +34,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/scaffold-ui/CHANGELOG.md b/packages/scaffold-ui/CHANGELOG.md index 3e01950ad8..d80c6a42a8 100644 --- a/packages/scaffold-ui/CHANGELOG.md +++ b/packages/scaffold-ui/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 - @reown/appkit-core@1.0.1 @@ -18,15 +18,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-core@1.0.0 - @reown/appkit-utils@1.0.0 - @reown/appkit-common@1.0.0 @@ -38,13 +38,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 - @reown/appkit-core@0.0.5 @@ -56,9 +56,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-common@0.0.4 - @reown/appkit-wallet@0.0.4 @@ -70,11 +70,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 - @reown/appkit-utils@0.0.3 diff --git a/packages/scaffold-ui/package.json b/packages/scaffold-ui/package.json index f7bc691cd2..5723fde595 100644 --- a/packages/scaffold-ui/package.json +++ b/packages/scaffold-ui/package.json @@ -41,7 +41,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/siwe/CHANGELOG.md b/packages/siwe/CHANGELOG.md index 19b2786ead..e04f6cafa1 100644 --- a/packages/siwe/CHANGELOG.md +++ b/packages/siwe/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-utils@1.0.1 - @reown/appkit-common@1.0.1 - @reown/appkit-core@1.0.1 @@ -17,15 +17,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-core@1.0.0 - @reown/appkit-utils@1.0.0 - @reown/appkit-common@1.0.0 @@ -36,13 +36,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-utils@0.0.5 - @reown/appkit-core@0.0.5 @@ -53,9 +53,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-utils@0.0.4 - @reown/appkit-common@0.0.4 - @reown/appkit-wallet@0.0.4 @@ -66,11 +66,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-core@0.0.3 - @reown/appkit-utils@0.0.3 diff --git a/packages/siwe/package.json b/packages/siwe/package.json index dc7bf9da51..2ade8112fd 100644 --- a/packages/siwe/package.json +++ b/packages/siwe/package.json @@ -40,7 +40,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/solana/CHANGELOG.md b/packages/solana/CHANGELOG.md index c0e9f6e7ee..e08e12f773 100644 --- a/packages/solana/CHANGELOG.md +++ b/packages/solana/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-solana@1.0.1 - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 @@ -19,15 +19,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-solana@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-core@1.0.0 @@ -40,13 +40,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 - @reown/appkit-adapter-solana@0.0.5 @@ -59,9 +59,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-solana@0.0.4 - @reown/appkit-utils@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -74,11 +74,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-solana@0.0.3 - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 diff --git a/packages/solana/package.json b/packages/solana/package.json index fe880f1cc9..2064374c1c 100644 --- a/packages/solana/package.json +++ b/packages/solana/package.json @@ -108,7 +108,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 49e99bee3b..b87684dcbe 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -4,40 +4,40 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public ## 1.0.0 ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect ## 0.0.5 ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController ## 0.0.4 ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. ## 0.0.3 ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file diff --git a/packages/ui/package.json b/packages/ui/package.json index 93cda49a7c..7372a431ab 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -35,7 +35,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index 6892664712..77b4b72fa6 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-adapter-wagmi@1.0.1 - @reown/appkit@1.0.1 - @reown/appkit-utils@1.0.1 @@ -19,15 +19,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-adapter-wagmi@1.0.0 - @reown/appkit@1.0.0 - @reown/appkit-utils@1.0.0 @@ -40,13 +40,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-adapter-wagmi@0.0.5 - @reown/appkit@0.0.5 - @reown/appkit-common@0.0.5 @@ -59,9 +59,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-adapter-wagmi@0.0.4 - @reown/appkit-utils@0.0.4 - @reown/appkit-polyfills@0.0.4 @@ -74,11 +74,11 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-adapter-wagmi@0.0.3 - @reown/appkit@0.0.3 - @reown/appkit-common@0.0.3 diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 05810e93b1..d47f7ff2da 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -95,7 +95,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues" diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 2a80470807..62a0b25da9 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#54](https://github.com/WalletConnect/shadow-appkit/pull/54) [`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public +- [#54](https://github.com/reown-com/appkit/pull/54) [`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09) Thanks [@tomiir](https://github.com/tomiir)! - Makes packages public -- Updated dependencies [[`dc6dd8d`](https://github.com/WalletConnect/shadow-appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: +- Updated dependencies [[`dc6dd8d`](https://github.com/reown-com/appkit/commit/dc6dd8d37cbe79ae3b0bcaf7bdace1fe6ad11b09)]: - @reown/appkit-common@1.0.1 - @reown/appkit-polyfills@1.0.1 @@ -14,15 +14,15 @@ ### Major Changes -- [#53](https://github.com/WalletConnect/shadow-appkit/pull/53) [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 +- [#53](https://github.com/reown-com/appkit/pull/53) [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a) Thanks [@tomiir](https://github.com/tomiir)! - Reown v1.0.0 ### Patch Changes -- [#49](https://github.com/WalletConnect/shadow-appkit/pull/49) [`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name +- [#49](https://github.com/reown-com/appkit/pull/49) [`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates prop names, adapter names, network exported path name -- [#52](https://github.com/WalletConnect/shadow-appkit/pull/52) [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect +- [#52](https://github.com/reown-com/appkit/pull/52) [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6) Thanks [@zoruka](https://github.com/zoruka)! - Fix network availability and wagmi reconnect -- Updated dependencies [[`e678965`](https://github.com/WalletConnect/shadow-appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/WalletConnect/shadow-appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/WalletConnect/shadow-appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: +- Updated dependencies [[`e678965`](https://github.com/reown-com/appkit/commit/e67896504762ea2220aaedb3202077eec83fdc7f), [`3d62df8`](https://github.com/reown-com/appkit/commit/3d62df8e0f29977ee82f96f17fbbac66f39ae6a6), [`f4a378d`](https://github.com/reown-com/appkit/commit/f4a378de8bf67f296ab5cc2d730533e7362ba36a)]: - @reown/appkit-common@1.0.0 - @reown/appkit-polyfills@1.0.0 @@ -30,13 +30,13 @@ ### Patch Changes -- [#45](https://github.com/WalletConnect/shadow-appkit/pull/45) [`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically +- [#45](https://github.com/reown-com/appkit/pull/45) [`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates RPC urls project id query params dynamically -- [#46](https://github.com/WalletConnect/shadow-appkit/pull/46) [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values +- [#46](https://github.com/reown-com/appkit/pull/46) [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef) Thanks [@enesozturk](https://github.com/enesozturk)! - Updates sdk type and sdk version values -- [#42](https://github.com/WalletConnect/shadow-appkit/pull/42) [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController +- [#42](https://github.com/reown-com/appkit/pull/42) [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04) Thanks [@tomiir](https://github.com/tomiir)! - Fix circular dependency in OptionsController -- Updated dependencies [[`395398c`](https://github.com/WalletConnect/shadow-appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/WalletConnect/shadow-appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/WalletConnect/shadow-appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: +- Updated dependencies [[`395398c`](https://github.com/reown-com/appkit/commit/395398c7c943142776da2ea8011205e600d8ab86), [`756ab0d`](https://github.com/reown-com/appkit/commit/756ab0d9f7b86abc6b1a4831197058176618d9ef), [`8c90093`](https://github.com/reown-com/appkit/commit/8c90093f724dc1ba4e86f7101fac8772b58fae04)]: - @reown/appkit-common@0.0.5 - @reown/appkit-polyfills@0.0.5 @@ -44,9 +44,9 @@ ### Patch Changes -- [#38](https://github.com/WalletConnect/shadow-appkit/pull/38) [`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. +- [#38](https://github.com/reown-com/appkit/pull/38) [`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b) Thanks [@tomiir](https://github.com/tomiir)! - Base reown package rename setup. -- Updated dependencies [[`89fb054`](https://github.com/WalletConnect/shadow-appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: +- Updated dependencies [[`89fb054`](https://github.com/reown-com/appkit/commit/89fb054d7e2513b80940c73101dc395e7ea2694b)]: - @reown/appkit-polyfills@0.0.4 - @reown/appkit-common@0.0.4 @@ -54,10 +54,10 @@ ### Patch Changes -- [#28](https://github.com/WalletConnect/shadow-appkit/pull/28) [`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs +- [#28](https://github.com/reown-com/appkit/pull/28) [`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797) Thanks [@tomiir](https://github.com/tomiir)! - Package setup. Reset Changelogs -- [#12](https://github.com/WalletConnect/shadow-appkit/pull/12) [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file +- [#12](https://github.com/reown-com/appkit/pull/12) [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a) Thanks [@tomiir](https://github.com/tomiir)! - Adds test vitest.workspace file -- Updated dependencies [[`91d0296`](https://github.com/WalletConnect/shadow-appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/WalletConnect/shadow-appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: +- Updated dependencies [[`91d0296`](https://github.com/reown-com/appkit/commit/91d02963cbe3c2d06b74801b519ce23dd30ff797), [`51eff9f`](https://github.com/reown-com/appkit/commit/51eff9f82c296b0ba2b5ab33af92a1fa54a77f7a)]: - @reown/appkit-common@0.0.3 - @reown/appkit-polyfills@0.0.3 diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 538276c556..41d2a0087c 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -27,7 +27,7 @@ "homepage": "https://github.com/reown-com/appkit", "repository": { "type": "git", - "url": "git+https://github.com/WalletConnect/shadow-appkit.git" + "url": "git+https://github.com/reown-com/appkit.git" }, "bugs": { "url": "https://github.com/reown-com/appkit/issues"