Skip to content

Commit

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

* chore: tweaks

* chore: tweak changelog

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Sinclair <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent f02bced commit d1c0e9b
Show file tree
Hide file tree
Showing 43 changed files with 438 additions and 307 deletions.
21 changes: 0 additions & 21 deletions .changeset/large-pans-watch.md

This file was deleted.

183 changes: 0 additions & 183 deletions .changeset/small-ladybugs-agree.md

This file was deleted.

82 changes: 0 additions & 82 deletions .changeset/witty-knives-exercise.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/with-create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-create-react-app

## 0.1.96

### Patch Changes

- dc31926: Upgraded `wagmi` to `^2.12.17`
- Updated dependencies [f02bced]
- @rainbow-me/rainbowkit@2.2.0

## 0.1.95

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "with-create-react-app",
"version": "0.1.95",
"version": "0.1.96",
"private": true,
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next-app-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-next-app-i18n

## 0.0.45

### Patch Changes

- dc31926: Upgraded `wagmi` to `^2.12.17`
- Updated dependencies [f02bced]
- @rainbow-me/rainbowkit@2.2.0

## 0.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-next-app-i18n",
"private": true,
"version": "0.0.44",
"version": "0.0.45",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-next-app

## 0.0.45

### Patch Changes

- dc31926: Upgraded `wagmi` to `^2.12.17`
- Updated dependencies [f02bced]
- @rainbow-me/rainbowkit@2.2.0

## 0.0.44

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-next-app",
"private": true,
"version": "0.0.44",
"version": "0.0.45",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next-custom-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-next-custom-button

## 0.0.97

### Patch Changes

- dc31926: Upgraded `wagmi` to `^2.12.17`
- Updated dependencies [f02bced]
- @rainbow-me/rainbowkit@2.2.0

## 0.0.96

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-custom-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-next-custom-button",
"private": true,
"version": "0.0.96",
"version": "0.0.97",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next-mint-nft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-next-mint-nft

## 0.0.97

### Patch Changes

- dc31926: Upgraded `wagmi` to `^2.12.17`
- Updated dependencies [f02bced]
- @rainbow-me/rainbowkit@2.2.0

## 0.0.96

### Patch Changes
Expand Down
Loading

0 comments on commit d1c0e9b

Please sign in to comment.