Browse Source

Version Packages (#756)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] 2 years ago
parent
commit
01c6316ce0

+ 0 - 5
.changeset/pretty-carpets-laugh.md

@@ -1,5 +0,0 @@
----
-"@solana/wallet-adapter-react": patch
----
-
-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 - 5
.changeset/shiny-squids-marry.md

@@ -1,5 +0,0 @@
----
-"@solana/wallet-adapter-nufi": patch
----
-
-Support versioned transactions in NuFi adapter

+ 0 - 5
.changeset/stale-rice-fry.md

@@ -1,5 +0,0 @@
----
-'@solana/wallet-adapter-nightly': patch
----
-
-Support versioned transactions in Nightly wallet adapter

+ 6 - 0
packages/core/react/CHANGELOG.md

@@ -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

+ 1 - 1
packages/core/react/package.json

@@ -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",

+ 7 - 0
packages/ui/ant-design/CHANGELOG.md

@@ -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

+ 1 - 1
packages/ui/ant-design/package.json

@@ -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",

+ 7 - 0
packages/ui/material-ui/CHANGELOG.md

@@ -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

+ 1 - 1
packages/ui/material-ui/package.json

@@ -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",

+ 7 - 0
packages/ui/react-ui/CHANGELOG.md

@@ -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

+ 1 - 1
packages/ui/react-ui/package.json

@@ -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",

+ 6 - 0
packages/wallets/nightly/CHANGELOG.md

@@ -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

+ 1 - 1
packages/wallets/nightly/package.json

@@ -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",

+ 6 - 0
packages/wallets/nufi/CHANGELOG.md

@@ -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

+ 1 - 1
packages/wallets/nufi/package.json

@@ -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",

+ 9 - 0
packages/wallets/wallets/CHANGELOG.md

@@ -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

+ 1 - 1
packages/wallets/wallets/package.json

@@ -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",