Skip to content

Commit

Permalink
chore: version packages (#3487)
Browse files Browse the repository at this point in the history
* chore: version packages

* chore: tweaks

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Tom Meagher <tom@meagher.co>
  • Loading branch information
3 people authored Jan 19, 2024
1 parent 940720f commit ace8acf
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"baseBranch": "main",
"changelog": ["@changesets/changelog-github", { "repo": "wevm/wagmi" }],
"commit": false,
"ignore": ["@wagmi/test", "docs", "react-register", "vite-*"],
"ignore": ["@wagmi/test", "docs", "next-app", "react-register", "vite-*"],
"updateInternalDependencies": "patch",
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
Expand Down
6 changes: 0 additions & 6 deletions .changeset/modern-crews-whisper.md

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"deps": "pnpx taze -r",
"dev": "pnpm dev:react",
"dev:core": "pnpm --filter vite-core dev",
"dev:next": "pnpm --filter next-app dev",
"dev:react": "pnpm --filter vite-react dev",
"dev:ssr-react": "pnpm --filter vite-ssr-react dev",
"docs:dev": "rimraf node_modules/.cache/twoslash && pnpm --filter docs dev",
Expand Down
9 changes: 8 additions & 1 deletion packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# @wagmi/connectors

## 5.0.0
## 4.1.6

### Patch Changes

- Updated dependencies [[`3be5bb7b`](https://github.com/wevm/wagmi/commit/3be5bb7b0b38646e12e6da5c762ef74dff66bcc2)]:
- @wagmi/core@2.3.1

## 4.1.5

### Patch Changes

Expand Down
7 changes: 2 additions & 5 deletions packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/connectors",
"description": "Collection of connectors for Wagmi",
"version": "5.0.0",
"version": "4.1.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,10 +56,7 @@
"@wagmi/core": "workspace:*",
"msw": "^2.0.6"
},
"contributors": [
"awkweb.eth <t@wevm.dev>",
"jxom.eth <j@wevm.dev>"
],
"contributors": ["awkweb.eth <t@wevm.dev>", "jxom.eth <j@wevm.dev>"],
"funding": "https://github.com/sponsors/wevm",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '5.0.0'
export const version = '4.1.6'
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @wagmi/core

## 2.3.1

### Patch Changes

- [#3476](https://github.com/wevm/wagmi/pull/3476) [`3be5bb7b`](https://github.com/wevm/wagmi/commit/3be5bb7b0b38646e12e6da5c762ef74dff66bcc2) Thanks [@jxom](https://github.com/jxom)! - Modified persist strategy to only store "critical" properties that are needed before hydration.

## 2.3.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,7 +1,7 @@
{
"name": "@wagmi/core",
"description": "VanillaJS library for Ethereum",
"version": "2.3.0",
"version": "2.3.1",
"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.3.0'
export const version = '2.3.1'
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# wagmi

## 2.3.1

### Patch Changes

- [#3476](https://github.com/wevm/wagmi/pull/3476) [`3be5bb7b`](https://github.com/wevm/wagmi/commit/3be5bb7b0b38646e12e6da5c762ef74dff66bcc2) Thanks [@jxom](https://github.com/jxom)! - Modified persist strategy to only store "critical" properties that are needed before hydration.

- Updated dependencies [[`3be5bb7b`](https://github.com/wevm/wagmi/commit/3be5bb7b0b38646e12e6da5c762ef74dff66bcc2)]:
- @wagmi/core@2.3.1
- @wagmi/connectors@5.0.1

## 2.3.0

### Minor Changes
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.3.0",
"version": "2.3.1",
"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.3.0'
export const version = '2.3.1'
3 changes: 1 addition & 2 deletions playgrounds/next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "next",
"name": "next-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down

0 comments on commit ace8acf

Please sign in to comment.