Explorar el Código

Version Packages (#803)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
github-actions[bot] hace 2 años
padre
commit
fef26c2903

+ 0 - 8
.changeset/fifty-parents-hang.md

@@ -1,8 +0,0 @@
----
-'@solana/wallet-adapter-material-ui': patch
-'@solana/wallet-adapter-ant-design': patch
-'@solana/wallet-adapter-react-ui': patch
-'@solana/wallet-adapter-react': patch
----
-
-Use wallet button hooks from base-ui package

+ 0 - 5
.changeset/happy-dryers-play.md

@@ -1,5 +0,0 @@
----
-'@solana/wallet-adapter-solflare': patch
----
-
-Support `signAndSendTransaction` method in Solflare adapter

+ 0 - 9
.changeset/serious-geckos-impress.md

@@ -1,9 +0,0 @@
----
-"@solana/wallet-adapter-react": patch
-"@solana/wallet-adapter-ant-design": patch
-"@solana/wallet-adapter-material-ui": patch
-"@solana/wallet-adapter-react-ui": patch
----
-
-feat: extract wallet buttons and text labels into separate components
-Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.

+ 0 - 6
.changeset/short-adults-bathe.md

@@ -1,6 +0,0 @@
----
-"@solana/wallet-adapter-react": patch
----
-
-feat: hooks that you can use to create custom wallet connection UI components
-Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.

+ 0 - 5
.changeset/tidy-experts-glow.md

@@ -1,5 +0,0 @@
----
-'@solana/wallet-adapter-base-ui': minor
----
-
-Add base-ui package with wallet button hooks

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

@@ -1,5 +1,15 @@
 # @solana/wallet-adapter-react
 
+## 0.15.33
+
+### Patch Changes
+
+-   7b06737: Use wallet button hooks from base-ui package
+-   ba57f75: feat: extract wallet buttons and text labels into separate components
+    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
+-   7c6f2e1: feat: hooks that you can use to create custom wallet connection UI components
+    Hooks that track the state of the wallet connection specifically for the purpose of rendering wallet connection UI. This will allow UI developers to create custom controls easily, using their own UI frameworks, localization infrastructure, and styles.
+
 ## 0.15.32
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-react",
-    "version": "0.15.32",
+    "version": "0.15.33",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 11 - 0
packages/starter/create-react-app-starter/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @solana/wallet-adapter-create-react-app-starter
 
+## 0.1.17
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-react-ui@0.9.32
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-wallets@0.19.19
+
 ## 0.1.16
 
 ### Patch Changes

+ 1 - 1
packages/starter/create-react-app-starter/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-create-react-app-starter",
-    "version": "0.1.16",
+    "version": "0.1.17",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 13 - 0
packages/starter/example/CHANGELOG.md

@@ -1,5 +1,18 @@
 # @solana/wallet-adapter-example
 
+## 0.18.23
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-material-ui@0.16.31
+    -   @solana/wallet-adapter-ant-design@0.11.29
+    -   @solana/wallet-adapter-react-ui@0.9.32
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-wallets@0.19.19
+
 ## 0.18.22
 
 ### Patch Changes

+ 1 - 1
packages/starter/example/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-example",
-    "version": "0.18.22",
+    "version": "0.18.23",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 11 - 0
packages/starter/material-ui-starter/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @solana/wallet-adapter-material-ui-starter
 
+## 0.13.19
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-material-ui@0.16.31
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-wallets@0.19.19
+
 ## 0.13.18
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-material-ui-starter",
-    "version": "0.13.18",
+    "version": "0.13.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 11 - 0
packages/starter/nextjs-starter/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @solana/wallet-adapter-nextjs-starter
 
+## 0.8.19
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-react-ui@0.9.32
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-wallets@0.19.19
+
 ## 0.8.18
 
 ### Patch Changes

+ 1 - 1
packages/starter/nextjs-starter/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-nextjs-starter",
-    "version": "0.8.18",
+    "version": "0.8.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 11 - 0
packages/starter/react-ui-starter/CHANGELOG.md

@@ -1,5 +1,16 @@
 # @solana/wallet-adapter-react-ui-starter
 
+## 0.9.20
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-react-ui@0.9.32
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-wallets@0.19.19
+
 ## 0.9.19
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-react-ui-starter",
-    "version": "0.9.19",
+    "version": "0.9.20",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

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

@@ -1,5 +1,19 @@
 # @solana/wallet-adapter-ant-design
 
+## 0.11.29
+
+### Patch Changes
+
+-   7b06737: Use wallet button hooks from base-ui package
+-   ba57f75: feat: extract wallet buttons and text labels into separate components
+    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+-   Updated dependencies [7b06737]
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-base-ui@0.1.0
+
 ## 0.11.28
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-ant-design",
-    "version": "0.11.28",
+    "version": "0.11.29",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

+ 14 - 0
packages/ui/base-ui/CHANGELOG.md

@@ -0,0 +1,14 @@
+# @solana/wallet-adapter-base-ui
+
+## 0.1.0
+
+### Minor Changes
+
+-   7b06737: Add base-ui package with wallet button hooks
+
+### Patch Changes
+
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+    -   @solana/wallet-adapter-react@0.15.33

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-base-ui",
-    "version": "0.0.0",
+    "version": "0.1.0",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

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

@@ -1,5 +1,19 @@
 # @solana/wallet-adapter-material-ui
 
+## 0.16.31
+
+### Patch Changes
+
+-   7b06737: Use wallet button hooks from base-ui package
+-   ba57f75: feat: extract wallet buttons and text labels into separate components
+    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+-   Updated dependencies [7b06737]
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-base-ui@0.1.0
+
 ## 0.16.30
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-material-ui",
-    "version": "0.16.30",
+    "version": "0.16.31",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

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

@@ -1,5 +1,19 @@
 # @solana/wallet-adapter-react-ui
 
+## 0.9.32
+
+### Patch Changes
+
+-   7b06737: Use wallet button hooks from base-ui package
+-   ba57f75: feat: extract wallet buttons and text labels into separate components
+    Now that the wallet connection state is an enum, it makes it easier to extract the labels from the components. You can now bring your own i18n framework to bear on the `Base*` version of `WalletConnectButton`, `WalletDisconnectButton`, and `WalletMultiButton` to inject your own translated labels.
+-   Updated dependencies [7b06737]
+-   Updated dependencies [ba57f75]
+-   Updated dependencies [7c6f2e1]
+-   Updated dependencies [7b06737]
+    -   @solana/wallet-adapter-react@0.15.33
+    -   @solana/wallet-adapter-base-ui@0.1.0
+
 ## 0.9.31
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-react-ui",
-    "version": "0.9.31",
+    "version": "0.9.32",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

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

@@ -1,5 +1,11 @@
 # @solana/wallet-adapter-solflare
 
+## 0.6.25
+
+### Patch Changes
+
+-   e5024dc: Support `signAndSendTransaction` method in Solflare adapter
+
 ## 0.6.24
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-solflare",
-    "version": "0.6.24",
+    "version": "0.6.25",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",

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

@@ -1,5 +1,12 @@
 # @solana/wallet-adapter-wallets
 
+## 0.19.19
+
+### Patch Changes
+
+-   Updated dependencies [e5024dc]
+    -   @solana/wallet-adapter-solflare@0.6.25
+
 ## 0.19.18
 
 ### Patch Changes

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

@@ -1,6 +1,6 @@
 {
     "name": "@solana/wallet-adapter-wallets",
-    "version": "0.19.18",
+    "version": "0.19.19",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",