Skip to content

Commit

Permalink
Version Packages (#881)
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 11, 2024
1 parent d1cd391 commit ace907d
Show file tree
Hide file tree
Showing 21 changed files with 89 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-files-dress.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana/wallet-adapter-react

## 0.15.36

### Patch Changes

- d1cd3913: Update to 2.0.3 of the Solana Mobile Wallet adapter. This release adds support for version 2.0 of the Mobile Wallet Adapter specification.

## 0.15.35

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react",
"version": "0.15.35",
"version": "0.15.36",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/starter/create-react-app-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-create-react-app-starter

## 0.1.24

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-react-ui@0.9.35

## 0.1.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/create-react-app-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-create-react-app-starter",
"version": "0.1.23",
"version": "0.1.24",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/starter/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @solana/wallet-adapter-example

## 0.18.30

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-ant-design@0.11.32
- @solana/wallet-adapter-material-ui@0.16.34
- @solana/wallet-adapter-react-ui@0.9.35

## 0.18.29

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-example",
"version": "0.18.29",
"version": "0.18.30",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/starter/material-ui-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-material-ui-starter

## 0.13.26

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-material-ui@0.16.34

## 0.13.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/material-ui-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-material-ui-starter",
"version": "0.13.25",
"version": "0.13.26",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/starter/nextjs-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-nextjs-starter

## 0.8.26

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-react-ui@0.9.35

## 0.8.25

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/nextjs-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-nextjs-starter",
"version": "0.8.25",
"version": "0.8.26",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/starter/react-ui-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-react-ui-starter

## 0.9.27

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-react-ui@0.9.35

## 0.9.26

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/react-ui-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react-ui-starter",
"version": "0.9.26",
"version": "0.9.27",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/ant-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-ant-design

## 0.11.32

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-base-ui@0.1.3

## 0.11.31

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/ant-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-ant-design",
"version": "0.11.31",
"version": "0.11.32",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/base-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-adapter-base-ui

## 0.1.3

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/base-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-base-ui",
"version": "0.1.2",
"version": "0.1.3",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/material-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-material-ui

## 0.16.34

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-base-ui@0.1.3

## 0.16.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-material-ui",
"version": "0.16.33",
"version": "0.16.34",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @solana/wallet-adapter-react-ui

## 0.9.35

### Patch Changes

- Updated dependencies [d1cd3913]
- @solana/wallet-adapter-react@0.15.36
- @solana/wallet-adapter-base-ui@0.1.3

## 0.9.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-react-ui",
"version": "0.9.34",
"version": "0.9.35",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down

0 comments on commit ace907d

Please sign in to comment.