Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2024
1 parent 002c6f8 commit 46bc63d
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-foxes-hug.md

This file was deleted.

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

## 1.0.8

### Patch Changes

- [#41](https://github.com/nervina-labs/joyid-sdk-js/pull/41) [`aa9a9ce`](https://github.com/nervina-labs/joyid-sdk-js/commit/aa9a9ce9a98e385e7da18764af2fa182687e3fce) Thanks [@micwallace](https://github.com/micwallace)! - fix: Chain config not updated when switching chains

## 1.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joyid/ethereum-provider",
"version": "1.0.7",
"version": "1.0.8",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/rainbowkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @joyid/rainbowkit

## 2.0.8

### Patch Changes

- Updated dependencies []:
- @joyid/wagmi@2.0.8

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joyid/rainbowkit",
"version": "2.0.7",
"version": "2.0.8",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @joyid/wagmi

## 2.0.8

### Patch Changes

- Updated dependencies [[`aa9a9ce`](https://github.com/nervina-labs/joyid-sdk-js/commit/aa9a9ce9a98e385e7da18764af2fa182687e3fce)]:
- @joyid/ethereum-provider@1.0.8

## 2.0.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joyid/wagmi",
"version": "2.0.7",
"version": "2.0.8",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 46bc63d

Please sign in to comment.