@cardano-sdk/e2e 0.30.0 → 0.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.31.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.30.0...@cardano-sdk/e2e@0.31.0) (2024-01-17)
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * **web-extension:** add metadata to bip32 wallets
11
+ - split WalletRepository.updateMetadata into 2 methods
12
+ * SignerManager renamed as SignerCoordinator
13
+
14
+ ### Features
15
+
16
+ * **web-extension:** handle wallet metadata in repository LW-9503 ([34d976b](https://github.com/input-output-hk/cardano-js-sdk/commit/34d976be41583b59c30c35ff620219eccc9128e4))
17
+
18
+ ### Code Refactoring
19
+
20
+ * signerManager renamed as SignerCoordinator ([c7067db](https://github.com/input-output-hk/cardano-js-sdk/commit/c7067db06448570871fbc84af846ebd69c00533c))
21
+
6
22
  ## [0.30.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.29.1...@cardano-sdk/e2e@0.30.0) (2024-01-05)
7
23
 
8
24
  ### ⚠ BREAKING CHANGES