Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WalletConnect/web3modal into chore/…
Browse files Browse the repository at this point in the history
…siwe-to-siwx-migration
  • Loading branch information
zoruka committed Nov 15, 2024
2 parents 03139c7 + 13c72ed commit 50f156e
Show file tree
Hide file tree
Showing 42 changed files with 546 additions and 47 deletions.
24 changes: 0 additions & 24 deletions .changeset/pink-rockets-explain.md

This file was deleted.

22 changes: 22 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @apps/demo

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-adapter-wagmi@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-adapter-wagmi@1.4.0
- @reown/appkit@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/demo",
"version": "1.3.2",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
22 changes: 22 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @apps/gallery

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit-common@1.4.1
- @reown/appkit-ui@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-common@1.4.0
- @reown/appkit-ui@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "1.3.2",
"version": "1.4.1",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
36 changes: 36 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @apps/laboratory

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-adapter-ethers@1.4.1
- @reown/appkit-adapter-ethers5@1.4.1
- @reown/appkit-adapter-solana@1.4.1
- @reown/appkit-adapter-wagmi@1.4.1
- @reown/appkit-experimental@1.4.1
- @reown/appkit-siwe@1.4.1
- @reown/appkit-siwx@1.4.1
- @reown/appkit-wallet@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-adapter-ethers5@1.4.0
- @reown/appkit-adapter-ethers@1.4.0
- @reown/appkit-adapter-solana@1.4.0
- @reown/appkit-adapter-wagmi@1.4.0
- @reown/appkit-experimental@1.4.0
- @reown/appkit@1.4.0
- @reown/appkit-wallet@1.4.0
- @reown/appkit-siwe@1.4.0
- @reown/appkit-siwx@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apps/laboratory",
"type": "module",
"version": "1.3.2",
"version": "1.4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
36 changes: 36 additions & 0 deletions packages/adapters/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @reown/appkit-adapter-ethers

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-utils@1.4.1
- @reown/appkit-common@1.4.1
- @reown/appkit-core@1.4.1
- @reown/appkit-polyfills@1.4.1
- @reown/appkit-scaffold-ui@1.4.1
- @reown/appkit-siwe@1.4.1
- @reown/appkit-ui@1.4.1
- @reown/appkit-wallet@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-utils@1.4.0
- @reown/appkit-scaffold-ui@1.4.0
- @reown/appkit-polyfills@1.4.0
- @reown/appkit@1.4.0
- @reown/appkit-common@1.4.0
- @reown/appkit-wallet@1.4.0
- @reown/appkit-core@1.4.0
- @reown/appkit-siwe@1.4.0
- @reown/appkit-ui@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-adapter-ethers",
"version": "1.3.2",
"version": "1.4.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
36 changes: 36 additions & 0 deletions packages/adapters/ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @reown/appkit-adapter-ethers5

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-utils@1.4.1
- @reown/appkit-common@1.4.1
- @reown/appkit-core@1.4.1
- @reown/appkit-polyfills@1.4.1
- @reown/appkit-scaffold-ui@1.4.1
- @reown/appkit-siwe@1.4.1
- @reown/appkit-ui@1.4.1
- @reown/appkit-wallet@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-utils@1.4.0
- @reown/appkit-scaffold-ui@1.4.0
- @reown/appkit-polyfills@1.4.0
- @reown/appkit@1.4.0
- @reown/appkit-common@1.4.0
- @reown/appkit-wallet@1.4.0
- @reown/appkit-core@1.4.0
- @reown/appkit-siwe@1.4.0
- @reown/appkit-ui@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-adapter-ethers5",
"version": "1.3.2",
"version": "1.4.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
24 changes: 24 additions & 0 deletions packages/adapters/polkadot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @reown/appkit-adapter-polkadot

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-common@1.4.1
- @reown/appkit-core@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit@1.4.0
- @reown/appkit-common@1.4.0
- @reown/appkit-core@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/polkadot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-adapter-polkadot",
"version": "1.3.2",
"version": "1.4.1",
"scripts": {
"build:clean": "rm -rf dist",
"build": "tsc --build tsconfig.build.json",
Expand Down
36 changes: 36 additions & 0 deletions packages/adapters/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @reown/appkit-adapter-solana

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-utils@1.4.1
- @reown/appkit-common@1.4.1
- @reown/appkit-core@1.4.1
- @reown/appkit-polyfills@1.4.1
- @reown/appkit-scaffold-ui@1.4.1
- @reown/appkit-siwe@1.4.1
- @reown/appkit-ui@1.4.1
- @reown/appkit-wallet@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-utils@1.4.0
- @reown/appkit-scaffold-ui@1.4.0
- @reown/appkit-polyfills@1.4.0
- @reown/appkit@1.4.0
- @reown/appkit-common@1.4.0
- @reown/appkit-wallet@1.4.0
- @reown/appkit-core@1.4.0
- @reown/appkit-siwe@1.4.0
- @reown/appkit-ui@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-adapter-solana",
"version": "1.3.2",
"version": "1.4.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
36 changes: 36 additions & 0 deletions packages/adapters/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @reown/appkit-adapter-wagmi

## 1.4.1

### Patch Changes

- [#3246](https://github.com/reown-com/appkit/pull/3246) [`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Fix issue when connectors are not syncing correctly

- Updated dependencies [[`0eb4fd8`](https://github.com/reown-com/appkit/commit/0eb4fd864f4b844dd605887364557ea879e6fce2)]:
- @reown/appkit@1.4.1
- @reown/appkit-utils@1.4.1
- @reown/appkit-common@1.4.1
- @reown/appkit-core@1.4.1
- @reown/appkit-polyfills@1.4.1
- @reown/appkit-scaffold-ui@1.4.1
- @reown/appkit-siwe@1.4.1
- @reown/appkit-ui@1.4.1
- @reown/appkit-wallet@1.4.1

## 1.4.0

### Minor Changes

- [#3076](https://github.com/reown-com/appkit/pull/3076) [`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Implementing new architecture design for better handling and scalibity of the various adapters

### Patch Changes

- Updated dependencies [[`1bd3dc7`](https://github.com/reown-com/appkit/commit/1bd3dc70850257dd8db523499e8a38e3a0f2ac4a)]:
- @reown/appkit-utils@1.4.0
- @reown/appkit-scaffold-ui@1.4.0
- @reown/appkit-polyfills@1.4.0
- @reown/appkit@1.4.0
- @reown/appkit-common@1.4.0
- @reown/appkit-wallet@1.4.0
- @reown/appkit-core@1.4.0
- @reown/appkit-siwe@1.4.0
- @reown/appkit-ui@1.4.0

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-adapter-wagmi",
"version": "1.3.2",
"version": "1.4.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
Loading

0 comments on commit 50f156e

Please sign in to comment.