@cardano-sdk/e2e 0.30.0 → 0.31.1

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,26 @@
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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.31.0...@cardano-sdk/e2e@0.31.1) (2024-01-25)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
10
+ ## [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)
11
+
12
+ ### ⚠ BREAKING CHANGES
13
+
14
+ * **web-extension:** add metadata to bip32 wallets
15
+ - split WalletRepository.updateMetadata into 2 methods
16
+ * SignerManager renamed as SignerCoordinator
17
+
18
+ ### Features
19
+
20
+ * **web-extension:** handle wallet metadata in repository LW-9503 ([34d976b](https://github.com/input-output-hk/cardano-js-sdk/commit/34d976be41583b59c30c35ff620219eccc9128e4))
21
+
22
+ ### Code Refactoring
23
+
24
+ * signerManager renamed as SignerCoordinator ([c7067db](https://github.com/input-output-hk/cardano-js-sdk/commit/c7067db06448570871fbc84af846ebd69c00533c))
25
+
6
26
  ## [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
27
 
8
28
  ### ⚠ BREAKING CHANGES