Skip to content

Commit

Permalink
chore/solana canary releases (#2052)
Browse files Browse the repository at this point in the history
Co-authored-by: gooxp <[email protected]>
Co-authored-by: Valentyn <[email protected]>
Co-authored-by: valentyn-solana <[email protected]>
Co-authored-by: tomiir <[email protected]>
  • Loading branch information
5 people authored Mar 27, 2024
1 parent 7f39b78 commit 39603e2
Show file tree
Hide file tree
Showing 49 changed files with 1,052 additions and 157 deletions.
40 changes: 40 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @apps/gallery

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ui@4.2.0-4b5257b4.1
- @web3modal/common@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-500a38.0
- @web3modal/common@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@web3modal/common": "4.1.1",
"@web3modal/ui": "4.1.1",
"@web3modal/common": "4.2.0-4b5257b4.1",
"@web3modal/ui": "4.2.0-4b5257b4.1",
"lit": "3.1.0",
"storybook": "7.6.7"
},
Expand Down
44 changes: 44 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# @apps/laboratory

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ethers@4.2.0-4b5257b4.1
- @web3modal/solana@4.2.0-4b5257b4.1
- @web3modal/wagmi@4.2.0-4b5257b4.1
- @web3modal/siwe@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ethers@4.2.0-500a38.0
- @web3modal/solana@4.2.0-500a38.0
- @web3modal/wagmi@4.2.0-500a38.0
- @web3modal/siwe@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/laboratory",
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"private": true,
"scripts": {
"dev:laboratory": "next dev",
Expand All @@ -25,10 +25,10 @@
"@sentry/react": "7.92.0",
"@solana/web3.js": "1.87.6",
"@tanstack/react-query": "5.17.19",
"@web3modal/ethers": "4.1.1",
"@web3modal/siwe": "4.1.1",
"@web3modal/solana": "4.1.1",
"@web3modal/wagmi": "4.1.1",
"@web3modal/ethers": "4.2.0-4b5257b4.1",
"@web3modal/siwe": "4.2.0-4b5257b4.1",
"@web3modal/solana": "4.2.0-4b5257b4.1",
"@web3modal/wagmi": "4.2.0-4b5257b4.1",
"framer-motion": "10.17.9",
"next": "14.0.4",
"next-auth": "4.24.5",
Expand Down
4 changes: 2 additions & 2 deletions dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,11 @@ async function checkClientPackages() {
for (const f of wagmi_files) {
const diff = await diffForFile(f)

if (diff?.added.includes('@web3modal/core')) {
if (diff?.added.includes("from '@web3modal/core")) {
fail(`${f} is not allowed to import from @web3modal/core`)
}

if (diff?.added.includes('@web3modal/ui')) {
if (diff?.added.includes("from '@web3modal/ui")) {
fail(`${f} is not allowed to import from @web3modal/ui`)
}
}
Expand Down
38 changes: 38 additions & 0 deletions examples/html-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @examples/html-ethers5

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ethers5@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ethers5@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/html-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/html-ethers5",
"private": true,
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"scripts": {
"dev:example": "vite --port 3011",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "4.1.1",
"@web3modal/ethers5": "4.2.0-4b5257b4.1",
"ethers": "5.7.2"
},
"devDependencies": {
Expand Down
38 changes: 38 additions & 0 deletions examples/html-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @examples/html-wagmi

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/wagmi@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/wagmi@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"scripts": {
"dev:example": "vite --port 3001",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/wagmi": "4.1.1",
"@web3modal/wagmi": "4.2.0-4b5257b4.1",
"@wagmi/connectors": "4.1.14",
"@wagmi/core": "2.6.5",
"react": "18.2.0",
Expand Down
38 changes: 38 additions & 0 deletions examples/next-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @examples/next-wagmi

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/wagmi@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/wagmi@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/next-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-wagmi",
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@tanstack/react-query": "5.17.19",
"@web3modal/wagmi": "4.1.1",
"@web3modal/wagmi": "4.2.0-4b5257b4.1",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
38 changes: 38 additions & 0 deletions examples/react-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @examples/react-ethers5

## 4.2.0-4b5257b4.1

### Minor Changes

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436) Thanks [@enesozturk](https://github.com/enesozturk)! - refactor: add missing extensions on imports

- feat: export solana chains from the solana package

- [#2052](https://github.com/WalletConnect/web3modal/pull/2052) [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07) Thanks [@enesozturk](https://github.com/enesozturk)! - chore: new solana canary release

### Patch Changes

- Updated dependencies [[`1b90376`](https://github.com/WalletConnect/web3modal/commit/1b903765a675f0f1b9ea0a44bcf84e2dad6b4436), [`729313f`](https://github.com/WalletConnect/web3modal/commit/729313fe9dfb402ca694cbd77f49cc61895e2d07)]:
- @web3modal/ethers5@4.2.0-4b5257b4.1

## 4.2.0-dbbd8c44.0

### Minor Changes

- refactor: add missing extensions on imports

### Patch Changes

- Updated dependencies []:
- @web3modal/ui@4.2.0-dbbd8c44.0
- @web3modal/common@4.2.0-dbbd8c44.0

## 4.2.0-500a38.0

### Minor Changes

- feat: solana integration

### Patch Changes

- Updated dependencies []:
- @web3modal/ethers5@4.2.0-500a38.0

## 4.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions examples/react-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/react-ethers5",
"private": true,
"version": "4.1.1",
"version": "4.2.0-4b5257b4.1",
"scripts": {
"dev:example": "vite --port 3012",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "4.1.1",
"@web3modal/ethers5": "4.2.0-4b5257b4.1",
"ethers": "5.7.2",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
Loading

0 comments on commit 39603e2

Please sign in to comment.