Skip to content

Commit

Permalink
chore: version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jan 4, 2024
1 parent fc425b5 commit 8e10b21
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/cli",
"description": "Manage and generate code from Ethereum ABIs",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-rc.2'
export const version = '2.0.0-rc.3'
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/core",
"description": "VanillaJS library for Ethereum",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-rc.2'
export const version = '2.0.0-rc.3'
2 changes: 1 addition & 1 deletion packages/create-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-wagmi",
"description": "Create Wagmi apps with one command",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-wagmi/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-rc.2'
export const version = '2.0.0-rc.3'
2 changes: 1 addition & 1 deletion packages/create-wagmi/templates/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^18.2.0",
"next": "13.5.3",
"viem": "2.0.0-rc.4",
"wagmi": "2.0.0-rc.2"
"wagmi": "2.0.0-rc.3"
},
"devDependencies": {
"@types/node": "^20.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-wagmi/templates/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "2.0.0-rc.4",
"wagmi": "2.0.0-rc.2"
"wagmi": "2.0.0-rc.3"
},
"devDependencies": {
"@biomejs/biome": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-wagmi/templates/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@wagmi/connectors": "4.0.0-rc.2",
"@wagmi/core": "2.0.0-rc.2",
"@wagmi/core": "2.0.0-rc.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "2.0.0-rc.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wagmi",
"description": "React Hooks for Ethereum",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.0.0-rc.2'
export const version = '2.0.0-rc.3'

1 comment on commit 8e10b21

@vercel
Copy link

@vercel vercel bot commented on 8e10b21 Jan 4, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2-git-rc-wagmi-dev.vercel.app
alpha.wagmi.sh
beta.wagmi.sh
wagmi-v2-wagmi-dev.vercel.app
rc.wagmi.sh

Please sign in to comment.