Skip to content

Commit

Permalink
Merge branch 'main' into chore/deep-link-ux-improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
magiziz authored Oct 10, 2024
2 parents ff18639 + 811af81 commit 8aea542
Show file tree
Hide file tree
Showing 41 changed files with 269 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
'@reown/appkit': patch
'@reown/appkit-adapter-ethers': patch
'@apps/demo': patch
'@apps/gallery': patch
'@apps/laboratory': patch
'@reown/appkit-adapter-ethers': patch
'@reown/appkit-adapter-ethers5': patch
'@reown/appkit-adapter-polkadot': patch
'@reown/appkit-adapter-solana': patch
'@reown/appkit-adapter-wagmi': patch
'@reown/appkit': patch
'@reown/appkit-utils': patch
'@reown/appkit-cdn': patch
'@reown/appkit-common': patch
Expand All @@ -20,4 +20,4 @@
'@reown/appkit-wallet': patch
---

Removes assert syntax to import json modules
Reverts removing types package on ethers adapter
10 changes: 10 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @apps/demo

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-adapter-wagmi@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @apps/gallery

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit-common@1.1.1
- @reown/appkit-ui@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
16 changes: 16 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @apps/laboratory

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-adapter-ethers@1.1.1
- @reown/appkit-adapter-ethers5@1.1.1
- @reown/appkit-adapter-solana@1.1.1
- @reown/appkit-adapter-wagmi@1.1.1
- @reown/appkit-experimental@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
17 changes: 17 additions & 0 deletions packages/adapters/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @reown/appkit-adapter-ethers

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-utils@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-scaffold-ui@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-ui@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@vitest/coverage-v8": "2.0.5",
"ethers": "6.13.2",
"@walletconnect/types": "2.17.0",
"vitest": "2.0.5"
},
"author": "Reown <support@reown.com> (https://reown.com)",
Expand Down
17 changes: 17 additions & 0 deletions packages/adapters/ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @reown/appkit-adapter-ethers5

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-utils@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-scaffold-ui@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-ui@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/adapters/polkadot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @reown/appkit-adapter-polkadot

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"scripts": {
"build:clean": "rm -rf dist",
"build": "tsc --build tsconfig.build.json",
Expand Down
17 changes: 17 additions & 0 deletions packages/adapters/solana/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @reown/appkit-adapter-solana

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-utils@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-scaffold-ui@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-ui@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
17 changes: 17 additions & 0 deletions packages/adapters/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @reown/appkit-adapter-wagmi

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-utils@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-scaffold-ui@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-ui@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/src/index.js",
"types": "./dist/types/src/index.d.ts",
Expand Down
12 changes: 12 additions & 0 deletions packages/appkit-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @reown/appkit-utils

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-utils",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/appkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @reown/appkit

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit-utils@1.1.1
- @reown/appkit-common@1.1.1
- @reown/appkit-core@1.1.1
- @reown/appkit-polyfills@1.1.1
- @reown/appkit-scaffold-ui@1.1.1
- @reown/appkit-siwe@1.1.1
- @reown/appkit-ui@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/appkit/exports/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = '1.0.7'
export const PACKAGE_VERSION = '1.1.0'
2 changes: 1 addition & 1 deletion packages/appkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
Expand Down
14 changes: 14 additions & 0 deletions packages/cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @reown/appkit-cdn

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit@1.1.1
- @reown/appkit-adapter-ethers@1.1.1
- @reown/appkit-adapter-ethers5@1.1.1
- @reown/appkit-adapter-solana@1.1.1
- @reown/appkit-adapter-wagmi@1.1.1
- @reown/appkit-polyfills@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cdn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-cdn",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/wagmi.js",
"type": "module",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @reown/appkit-common

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-common",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
10 changes: 10 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @reown/appkit-core

## 1.1.1

### Patch Changes

- [#3036](https://github.com/reown-com/appkit/pull/3036) [`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073) Thanks [@enesozturk](https://github.com/enesozturk)! - Removes assert syntax to import json modules

- Updated dependencies [[`23a7613`](https://github.com/reown-com/appkit/commit/23a7613fc2d3516a85183eae325aedacaac0a073)]:
- @reown/appkit-common@1.1.1
- @reown/appkit-wallet@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reown/appkit-core",
"version": "1.1.0",
"version": "1.1.1",
"type": "module",
"main": "./dist/esm/exports/index.js",
"types": "./dist/types/exports/index.d.ts",
Expand Down
Loading

0 comments on commit 8aea542

Please sign in to comment.