Skip to content

Commit

Permalink
chore: version packages (#1622)
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] committed Nov 21, 2023
1 parent c1d040f commit abee1f4
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-kings-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-buses-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-beans-taste.md

This file was deleted.

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.55

### Patch Changes

- Updated dependencies [2f56ab23]
- Updated dependencies [9dfe0531]
- @rainbow-me/rainbowkit-siwe-next-auth@0.3.3

## 0.0.54

### 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.54",
"version": "0.0.55",
"scripts": {
"dev": "next dev",
"build": "next build",
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.2.9

### Patch Changes

- c1d040f8: Updated wagmi to `~1.4.7` and viem to `~1.19.4`.

## 0.2.8

### Patch Changes
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.2.8",
"version": "0.2.9",
"files": [
"dist",
"templates"
Expand Down
8 changes: 8 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example

## 0.0.82

### Patch Changes

- Updated dependencies [2f56ab23]
- Updated dependencies [9dfe0531]
- @rainbow-me/rainbowkit-siwe-next-auth@0.3.3

## 0.0.81

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "0.0.81",
"version": "0.0.82",
"description": "",
"private": true,
"main": "index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/rainbowkit-siwe-next-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rainbow-me/rainbowkit-siwe-next-auth

## 0.3.3

### Patch Changes

- 2f56ab23: Adopted `'use client'` directive for safe App Router usage
- 9dfe0531: Added strict peer incompatibility with `next-auth@5`. RainbowKit will support `next-auth` v5 in a future release with improved App Router support.

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rainbowkit-siwe-next-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rainbow-me/rainbowkit-siwe-next-auth",
"version": "0.3.2",
"version": "0.3.3",
"description": "RainbowKit authentication adapter for Sign-In with Ethereum and NextAuth.js",
"files": [
"dist"
Expand Down

2 comments on commit abee1f4

@vercel
Copy link

@vercel vercel bot commented on abee1f4 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on abee1f4 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.