Skip to content

Commit

Permalink
chore: version packages (#3282)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 7, 2023
1 parent e3a762e commit ec5543b
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
7 changes: 0 additions & 7 deletions .changeset/selfish-jeans-teach.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wagmi/connectors

## 3.1.7

### Patch Changes

- [#3276](https://github.com/wevm/wagmi/pull/3276) [`83223a06`](https://github.com/wevm/wagmi/commit/83223a0659e2f675d897a1d3374c7af752c16abf) Thanks [@glitch-txs](https://github.com/glitch-txs)! - Removed required namespaces from WalletConnect connector

## 3.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wagmi/connectors",
"description": "A collection of connectors for wagmi",
"license": "MIT",
"version": "3.1.6",
"version": "3.1.7",
"scripts": {
"build": "tsup",
"dev": "DEV=true tsup"
Expand Down
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @wagmi/core

## 1.4.9

### Patch Changes

- [#3276](https://github.com/wevm/wagmi/pull/3276) [`83223a06`](https://github.com/wevm/wagmi/commit/83223a0659e2f675d897a1d3374c7af752c16abf) Thanks [@glitch-txs](https://github.com/glitch-txs)! - Removed required namespaces from WalletConnect connector

- Updated dependencies [[`83223a06`](https://github.com/wevm/wagmi/commit/83223a0659e2f675d897a1d3374c7af752c16abf)]:
- @wagmi/connectors@3.1.7

## 1.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@wagmi/core",
"description": "Vanilla JS library for Ethereum",
"license": "MIT",
"version": "1.4.8",
"version": "1.4.9",
"repository": {
"type": "git",
"url": "https://github.com/wagmi-dev/wagmi.git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# wagmi

## 1.4.9

### Patch Changes

- [#3276](https://github.com/wevm/wagmi/pull/3276) [`83223a06`](https://github.com/wevm/wagmi/commit/83223a0659e2f675d897a1d3374c7af752c16abf) Thanks [@glitch-txs](https://github.com/glitch-txs)! - Removed required namespaces from WalletConnect connector

- Updated dependencies [[`83223a06`](https://github.com/wevm/wagmi/commit/83223a0659e2f675d897a1d3374c7af752c16abf)]:
- @wagmi/core@1.4.9

## 1.4.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "wagmi",
"description": "React Hooks for Ethereum",
"license": "MIT",
"version": "1.4.8",
"version": "1.4.9",
"repository": {
"type": "git",
"url": "https://github.com/wagmi-dev/wagmi.git",
Expand Down

1 comment on commit ec5543b

@vercel
Copy link

@vercel vercel bot commented on ec5543b Dec 7, 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.