Skip to content

Commit

Permalink
chore: version packages (#1238)
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 May 16, 2023
1 parent cfa4fa6 commit 7e77ddc
Show file tree
Hide file tree
Showing 18 changed files with 72 additions and 28 deletions.
13 changes: 0 additions & 13 deletions .changeset/calm-islands-joke.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cuddly-queens-accept.md

This file was deleted.

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

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.52

### 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.52",
"version": "0.0.53",
"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.53

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.52

### 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.52",
"version": "0.0.53",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-next-siwe-iron-session/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# with-next-siwe-iron-session

## 0.0.35

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.34

### 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.34",
"version": "0.0.35",
"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.35

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.34

### 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.34",
"version": "0.0.35",
"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.53

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.52

### 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.52",
"version": "0.0.53",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
8 changes: 8 additions & 0 deletions packages/create-rainbowkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rainbow-me/create-rainbowkit

## 0.2.1

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills in the `@rainbow-me/create-rainbowkit` templates for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.2.0

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

## 0.1.55

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.1.54

### 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.54",
"version": "0.1.55",
"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.2.0",
"version": "0.2.1",
"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.55

### Patch Changes

- 371c988: Adopted `fs`, `net`, and `tls` polyfills for better `wagmi@1` and `viem` Webpack bundler support.

These modules are required by WalletConnect packages upstream, and were previously polyfilled by `ethers`. Reference the discussion [here](https://github.com/wagmi-dev/wagmi/issues/2300#issuecomment-1541425648).

## 0.0.54

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

2 comments on commit 7e77ddc

@vercel
Copy link

@vercel vercel bot commented on 7e77ddc May 16, 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 7e77ddc May 16, 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.