Skip to content

Commit

Permalink
Version Packages (#756)
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 Mar 21, 2023
1 parent 4bb73bc commit 01c6316
Show file tree
Hide file tree
Showing 17 changed files with 55 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-carpets-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-squids-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-rice-fry.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.32

### Patch Changes

- f62ce364: Update to 2.0.0 of the Solana Mobile Wallet adapter. This fixes a bug where the app's `AppIdentity` would not be forwarded to the wallet when `reauthorize` was called, as demanded by the specification.

## 0.15.31

### 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.31",
"version": "0.15.32",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/ant-design/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-adapter-ant-design

## 0.11.28

### Patch Changes

- Updated dependencies [f62ce364]
- @solana/wallet-adapter-react@0.15.32

## 0.11.27

### 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.27",
"version": "0.11.28",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/material-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-adapter-material-ui

## 0.16.30

### Patch Changes

- Updated dependencies [f62ce364]
- @solana/wallet-adapter-react@0.15.32

## 0.16.29

### 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.29",
"version": "0.16.30",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-adapter-react-ui

## 0.9.31

### Patch Changes

- Updated dependencies [f62ce364]
- @solana/wallet-adapter-react@0.15.32

## 0.9.30

### 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.30",
"version": "0.9.31",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallets/nightly/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana/wallet-adapter-nightly

## 0.1.15

### Patch Changes

- 6f7b4595: Support versioned transactions in Nightly wallet adapter

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/nightly/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-nightly",
"version": "0.1.14",
"version": "0.1.15",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallets/nufi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana/wallet-adapter-nufi

## 0.1.16

### Patch Changes

- 4bb73bc7: Support versioned transactions in NuFi adapter

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/nufi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-nufi",
"version": "0.1.15",
"version": "0.1.16",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/wallets/wallets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @solana/wallet-adapter-wallets

## 0.19.16

### Patch Changes

- Updated dependencies [4bb73bc7]
- Updated dependencies [6f7b4595]
- @solana/wallet-adapter-nufi@0.1.16
- @solana/wallet-adapter-nightly@0.1.15

## 0.19.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-wallets",
"version": "0.19.15",
"version": "0.19.16",
"author": "Solana Maintainers <maintainers@solana.foundation>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down

0 comments on commit 01c6316

Please sign in to comment.