From 8a11f8819097e10885b22bfb0c25118ee40e0dec Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 25 Mar 2026 19:47:26 +0000 Subject: [PATCH 1/2] 1.0.0 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895e85a..1dc529c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] + ### Added - Add `wallet_sessionChanged` listener for handling selecting account changes and for auto connecting and disconnecting the provider when session changes are initiated outside of the provider itself ([#65](https://github.com/MetaMask/solana-wallet-standard/pull/65)) @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.6.0...HEAD +[Unreleased]: https://github.com/MetaMask/solana-wallet-standard/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.6.0...v1.0.0 [0.6.0]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.5.1...v0.6.0 [0.5.1]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/MetaMask/solana-wallet-standard/compare/v0.4.1...v0.5.0 diff --git a/package.json b/package.json index 0426740..bc818f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/solana-wallet-standard", - "version": "0.6.0", + "version": "1.0.0", "license": "ISC", "description": "The MetaMask Solana wallet-standard implementation", "homepage": "https://github.com/MetaMask/solana-wallet-standard#readme", From 2f825cae65aa4efa77543eb1d280e17839151359 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 25 Mar 2026 12:55:06 -0700 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dc529c..43af4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Add `wallet_sessionChanged` listener for handling selecting account changes and for auto connecting and disconnecting the provider when session changes are initiated outside of the provider itself ([#65](https://github.com/MetaMask/solana-wallet-standard/pull/65)) +- **BREAKING** Add `wallet_sessionChanged` listener for handling selecting account changes and for auto connecting and disconnecting the provider when session changes are initiated outside of the provider itself ([#65](https://github.com/MetaMask/solana-wallet-standard/pull/65)) ### Removed