Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #2204

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 0.0.96

### Patch Changes
Expand Down
Loading