Skip to content

Commit

Permalink
chore: v3.5.2 (#1654)
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Dec 22, 2023
1 parent 789abaf commit 6112a31
Show file tree
Hide file tree
Showing 24 changed files with 122 additions and 122 deletions.
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": "3.6.0-alpha.1",
"version": "3.5.2",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@web3modal/common": "3.6.0-alpha.1",
"@web3modal/ui": "3.6.0-alpha.1",
"@web3modal/common": "3.5.2",
"@web3modal/ui": "3.5.2",
"lit": "3.1.0",
"storybook": "7.6.6"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/laboratory",
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"private": true,
"scripts": {
"dev:laboratory": "next dev",
Expand All @@ -17,9 +17,9 @@
"@emotion/styled": "11.11.0",
"@sentry/browser": "7.89.0",
"@sentry/react": "7.89.0",
"@web3modal/ethers": "3.6.0-alpha.1",
"@web3modal/ethers5": "3.6.0-alpha.1",
"@web3modal/wagmi": "3.6.0-alpha.1",
"@web3modal/ethers": "3.5.2",
"@web3modal/ethers5": "3.5.2",
"@web3modal/wagmi": "3.5.2",
"framer-motion": "10.16.16",
"next": "14.0.4",
"next-auth": "4.24.5",
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": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3011",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "3.6.0-alpha.1",
"@web3modal/ethers5": "3.5.2",
"ethers": "5.7.2"
}
}
4 changes: 2 additions & 2 deletions examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3001",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/wagmi": "3.6.0-alpha.1"
"@web3modal/wagmi": "3.5.2"
}
}
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": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3012",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "3.6.0-alpha.1",
"@web3modal/ethers5": "3.5.2",
"ethers": "5.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/react-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/react-wagmi",
"private": true,
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3002",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/wagmi": "3.6.0-alpha.1"
"@web3modal/wagmi": "3.5.2"
},
"devDependencies": {
"@vitejs/plugin-react": "4.2.1"
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/vue-ethers5",
"private": true,
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3013",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/ethers5": "3.6.0-alpha.1",
"@web3modal/ethers5": "3.5.2",
"ethers": "5.7.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@examples/vue-wagmi",
"private": true,
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"scripts": {
"dev:example": "vite --port 3003",
"build:examples": "vite build"
},
"dependencies": {
"@web3modal/wagmi": "3.6.0-alpha.1"
"@web3modal/wagmi": "3.5.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"apps/*",
"examples/*"
],
"version": "3.6.0-alpha.1",
"version": "3.5.2",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
Loading

3 comments on commit 6112a31

@vercel
Copy link

@vercel vercel bot commented on 6112a31 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6112a31 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6112a31 Dec 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.