Skip to content

Commit

Permalink
Version Packages (#41)
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 3, 2024
1 parent f8618d5 commit 2c354cf
Show file tree
Hide file tree
Showing 15 changed files with 56 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-mails-travel.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/_/_/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-standard

## 1.1.2

### Patch Changes

- @solana/wallet-standard-core@1.1.1
- @solana/wallet-standard-wallet-adapter@1.1.2

## 1.1.1

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

## 1.1.1

### Patch Changes

- Updated dependencies [f8618d5]
- @solana/wallet-standard-features@1.2.0
- @solana/wallet-standard-util@1.1.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/_/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-standard-core",
"version": "1.1.0",
"version": "1.1.1",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-standard",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/features/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @solana/wallet-standard-features

## 1.2.0

### Minor Changes

- f8618d5: Add `mode` option to `signAndSendTransaction` input

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/features/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-standard-features",
"version": "1.1.0",
"version": "1.2.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-standard",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @solana/wallet-standard-util

## 1.1.1

### Patch Changes

- Updated dependencies [f8618d5]
- @solana/wallet-standard-features@1.2.0

## 1.1.0

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

## 1.1.2

### Patch Changes

- @solana/wallet-standard-wallet-adapter-base@1.1.2
- @solana/wallet-standard-wallet-adapter-react@1.1.2

## 1.1.1

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

## 1.1.2

### Patch Changes

- Updated dependencies [f8618d5]
- @solana/wallet-standard-features@1.2.0
- @solana/wallet-standard-util@1.1.1

## 1.1.1

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

## 1.1.2

### Patch Changes

- @solana/wallet-standard-wallet-adapter-base@1.1.2

## 1.1.1

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

0 comments on commit 2c354cf

Please sign in to comment.