Skip to content

Commit

Permalink
chore: version packages (#2288)
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 Jan 13, 2025
1 parent 6507e91 commit b087570
Show file tree
Hide file tree
Showing 42 changed files with 171 additions and 53 deletions.
7 changes: 0 additions & 7 deletions .changeset/bright-gorillas-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-balloons-heal.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/gentle-months-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-news-tap.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.98

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.1.97

### 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.97",
"version": "0.1.98",
"private": true,
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
Expand Down
14 changes: 14 additions & 0 deletions examples/with-next-app-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# with-next-app-i18n

## 0.1.0

### Minor Changes

- f533ac2: Upgraded `next-intl` to `3.26.3` and resolved [breaking changes](https://next-intl.dev/blog/next-intl-3-22) introduced in `3.22` in anticipation of v4 and Next 15.

Migrated to `/i18n/request.ts` and `/i18n/routing.ts` architecture. Refactored middleware. Adopted async `params` prop in `generateMetadata` and `getRequestConfig` to support Next v15. Adopted `setRequestLocale` over `unstable_setRequestLocale`.

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.46

### 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.46",
"version": "0.1.0",
"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.47

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.46

### 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.46",
"version": "0.0.47",
"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.99

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.98

### 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.98",
"version": "0.0.99",
"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.99

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.98

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

## 0.0.28

### Patch Changes

- @rainbow-me/rainbow-button@0.2.19

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-rainbow-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-next-rainbow-button",
"private": true,
"version": "0.0.27",
"version": "0.0.28",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
7 changes: 7 additions & 0 deletions examples/with-next-siwe-iron-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# with-next-siwe-iron-session

## 0.0.81

### Patch Changes

- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.80

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

## 0.0.82

### Patch Changes

- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2
- @rainbow-me/rainbowkit-siwe-next-auth@0.5.0

## 0.0.81

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

## 0.0.28

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.27

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

## 0.0.99

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.98

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

## 0.0.98

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.97

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-remix",
"private": true,
"version": "0.0.97",
"version": "0.0.98",
"type": "module",
"scripts": {
"build": "remix build",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-vite

## 0.0.87

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.86

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "with-vite",
"private": true,
"version": "0.0.86",
"version": "0.0.87",
"type": "module",
"scripts": {
"dev": "vite dev",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-rainbowkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rainbow-me/create-rainbowkit

## 0.3.9

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.

## 0.3.8

### Patch Changes
Expand Down
7 changes: 7 additions & 0 deletions packages/create-rainbowkit/generated-test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# generated-test-app

## 0.1.101

### Patch Changes

- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.1.100

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/generated-test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "generated-test-app",
"private": true,
"version": "0.1.100",
"version": "0.1.101",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rainbow-me/create-rainbowkit",
"description": "Scaffold a new RainbowKit project",
"version": "0.3.8",
"version": "0.3.9",
"files": [
"dist",
"templates"
Expand Down
8 changes: 8 additions & 0 deletions packages/create-rainbowkit/templates/next-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# rainbowkit-next-app

## 0.0.101

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2

## 0.0.100

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/templates/next-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rainbowkit-next-app",
"private": true,
"version": "0.0.100",
"version": "0.0.101",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# example

## 0.0.109

### Patch Changes

- f533ac2: Upgraded to Next 15 at `15.1.4` and resolved [breaking changes](https://nextjs.org/docs/app/building-your-application/upgrading/version-15). Upgraded to React 19 at `19.0.0` and resolved [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide). Upgraded `wagmi` to `^2.14.7`.
- Updated dependencies [f533ac2]
- @rainbow-me/rainbowkit@2.2.2
- @rainbow-me/rainbow-button@0.2.19
- @rainbow-me/rainbowkit-siwe-next-auth@0.5.0

## 0.0.108

### Patch Changes
Expand Down
Loading

0 comments on commit b087570

Please sign in to comment.