Skip to content

Commit

Permalink
chore: version packages (#1895)
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 Mar 27, 2024
1 parent 6a6c921 commit cf8ef99
Show file tree
Hide file tree
Showing 40 changed files with 204 additions and 46 deletions.
7 changes: 0 additions & 7 deletions .changeset/gentle-elephants-fry.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/gorgeous-hairs-yawn.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/selfish-trees-tell.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tidy-shrimps-cross.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/with-create-react-app/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-create-react-app

## 0.1.83

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.1.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-create-react-app/package.json
@@ -1,6 +1,6 @@
{
"name": "with-create-react-app",
"version": "0.1.82",
"version": "0.1.83",
"private": true,
"dependencies": {
"@rainbow-me/rainbowkit": "workspace:*",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-app-i18n/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-app-i18n

## 0.0.32

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app-i18n/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-app-i18n",
"private": true,
"version": "0.0.31",
"version": "0.0.32",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-app/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-app

## 0.0.32

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-app/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-app",
"private": true,
"version": "0.0.31",
"version": "0.0.32",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-custom-button/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-custom-button

## 0.0.84

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-custom-button/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-custom-button",
"private": true,
"version": "0.0.83",
"version": "0.0.84",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-mint-nft/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-mint-nft

## 0.0.84

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.83

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

## 0.0.13

### Patch Changes

- @rainbow-me/rainbow-button@0.2.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-rainbow-button/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-rainbow-button",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-siwe-iron-session/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-siwe-iron-session

## 0.0.66

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.65

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-iron-session/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-siwe-iron-session",
"private": true,
"version": "0.0.65",
"version": "0.0.66",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
11 changes: 11 additions & 0 deletions examples/with-next-siwe-next-auth/CHANGELOG.md
@@ -1,5 +1,16 @@
# with-next-siwe-next-auth

## 0.0.67

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4
- @rainbow-me/rainbowkit-siwe-next-auth@0.4.0

## 0.0.66

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-siwe-next-auth/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-siwe-next-auth",
"private": true,
"version": "0.0.66",
"version": "0.0.67",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next-wallet-button/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next-wallet-button

## 0.0.13

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next-wallet-button/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next-wallet-button",
"private": true,
"version": "0.0.12",
"version": "0.0.13",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-next/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-next

## 0.0.84

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.83

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-next/package.json
@@ -1,7 +1,7 @@
{
"name": "with-next",
"private": true,
"version": "0.0.83",
"version": "0.0.84",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-remix/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-remix

## 0.0.83

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.82

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-remix/package.json
@@ -1,7 +1,7 @@
{
"name": "with-remix",
"private": true,
"version": "0.0.82",
"version": "0.0.83",
"type": "module",
"scripts": {
"build": "remix build",
Expand Down
10 changes: 10 additions & 0 deletions examples/with-vite/CHANGELOG.md
@@ -1,5 +1,15 @@
# with-vite

## 0.0.72

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.71

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite/package.json
@@ -1,7 +1,7 @@
{
"name": "with-vite",
"private": true,
"version": "0.0.71",
"version": "0.0.72",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-rainbowkit/generated-test-app/CHANGELOG.md
@@ -1,5 +1,15 @@
# generated-test-app

## 0.1.86

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.1.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/generated-test-app/package.json
@@ -1,7 +1,7 @@
{
"name": "generated-test-app",
"private": true,
"version": "0.1.85",
"version": "0.1.86",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
10 changes: 10 additions & 0 deletions packages/create-rainbowkit/templates/next-app/CHANGELOG.md
@@ -1,5 +1,15 @@
# rainbowkit-next-app

## 0.0.86

### Patch Changes

- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4

## 0.0.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rainbowkit/templates/next-app/package.json
@@ -1,7 +1,7 @@
{
"name": "rainbowkit-next-app",
"private": true,
"version": "0.0.85",
"version": "0.0.86",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
16 changes: 16 additions & 0 deletions packages/example/CHANGELOG.md
@@ -1,5 +1,21 @@
# example

## 0.0.94

### Patch Changes

- 77dcec3: Added Bybit Wallet support with `bybitWallet` wallet connector
- 6c240ba: Added Gate Wallet support with `gateWallet` wallet connector
- 34419b5: Added Bitverse Wallet support with `bitverseWallet` wallet connector
- 5c60239: Added 1inch Wallet support with `oneInchWallet` wallet connector
- Updated dependencies [77dcec3]
- Updated dependencies [6c240ba]
- Updated dependencies [34419b5]
- Updated dependencies [5c60239]
- @rainbow-me/rainbowkit@2.0.4
- @rainbow-me/rainbow-button@0.2.4
- @rainbow-me/rainbowkit-siwe-next-auth@0.4.0

## 0.0.93

### Patch Changes
Expand Down

0 comments on commit cf8ef99

Please sign in to comment.