Skip to content

Commit

Permalink
Merge branch 'rainbow-me:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
frontierpawan committed May 8, 2023
2 parents 2e280ea + f361615 commit 39eb58c
Show file tree
Hide file tree
Showing 49 changed files with 9,052 additions and 7,175 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on: [pull_request, push]

env:
pnpm: 7
pnpm: 8

jobs:
tests:
Expand All @@ -15,13 +15,13 @@ jobs:
node: [lts/*]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Cache .pnpm-store
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node }}-${env.pnpm}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
pnpm: 7
pnpm: 8

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand All @@ -22,18 +22,18 @@ jobs:

steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

- name: Cache .pnpm-store
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node }}-${env.pnpm}-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ access = public
enable-pre-post-scripts = true
package-lock = true
strict-peer-dependencies = false
dedupe-peer-dependents = true
31 changes: 31 additions & 0 deletions examples/with-create-react-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# with-create-react-app

## 0.1.49

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.1.48

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.1.47

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.1.46

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.1.45

### 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.45",
"version": "0.1.49",
"private": true,
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
Expand Down
31 changes: 31 additions & 0 deletions examples/with-next-custom-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# with-next-custom-button

## 0.0.49

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.0.48

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.0.47

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.0.46

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.0.45

### 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.45",
"version": "0.0.49",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
31 changes: 31 additions & 0 deletions examples/with-next-mint-nft/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# with-next-mint-nft

## 0.0.49

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.0.48

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.0.47

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.0.46

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.0.45

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

## 0.0.31

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.0.30

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.0.29

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.0.28

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.0.27

### 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.27",
"version": "0.0.31",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
35 changes: 35 additions & 0 deletions examples/with-next-siwe-next-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# with-next-siwe-next-auth

## 0.0.31

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12
- @rainbow-me/rainbowkit-siwe-next-auth@0.1.9

## 0.0.30

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11
- @rainbow-me/rainbowkit-siwe-next-auth@0.1.9

## 0.0.29

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10
- @rainbow-me/rainbowkit-siwe-next-auth@0.1.9

## 0.0.28

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9
- @rainbow-me/rainbowkit-siwe-next-auth@0.1.9

## 0.0.27

### 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.27",
"version": "0.0.31",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
31 changes: 31 additions & 0 deletions examples/with-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# with-next

## 0.0.49

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.0.48

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.0.47

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.0.46

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.0.45

### 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.45",
"version": "0.0.49",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
31 changes: 31 additions & 0 deletions examples/with-remix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# with-remix

## 0.0.49

### Patch Changes

- Updated dependencies [ab051b9]
- @rainbow-me/rainbowkit@0.12.12

## 0.0.48

### Patch Changes

- Updated dependencies [0469e00]
- @rainbow-me/rainbowkit@0.12.11

## 0.0.47

### Patch Changes

- Updated dependencies [ecaa85f]
- @rainbow-me/rainbowkit@0.12.10

## 0.0.46

### Patch Changes

- Updated dependencies [361bb39]
- Updated dependencies [82376f0]
- Updated dependencies [7c9e580]
- Updated dependencies [0127559]
- @rainbow-me/rainbowkit@0.12.9

## 0.0.45

### 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
Expand Up @@ -32,5 +32,5 @@
"engines": {
"node": ">=14"
},
"version": "0.0.45"
"version": "0.0.49"
}
Loading

0 comments on commit 39eb58c

Please sign in to comment.