@cardano-sdk/e2e 0.6.1-nightly.0 → 0.6.1-patch.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,9 +3,15 @@
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.6.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0...@cardano-sdk/e2e@0.6.1-nightly.0) (2022-12-24)
6
+ ## [0.6.1-patch.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0...@cardano-sdk/e2e@0.6.1-patch.0) (2023-02-10)
7
7
 
8
- **Note:** Version bump only for package @cardano-sdk/e2e
8
+ ### BREAKING CHANGES
9
+
10
+ - **wallet:** return cip30 addresses as cbor instead of bech32
11
+
12
+ ### Bug Fixes
13
+
14
+ - **wallet:** return cip30 addresses as cbor instead of bech32 ([cf8cdd3](https://github.com/input-output-hk/cardano-js-sdk/commit/cf8cdd359098e9c4d7b686271b1917fc2b8324d6))
9
15
 
10
16
  ## [0.6.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0...@cardano-sdk/e2e@0.6.0) (2022-12-22)
11
17
 
@@ -56,22 +62,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
56
62
 
57
63
  ### ⚠ BREAKING CHANGES
58
64
 
59
- - remote api wallet manager
60
-
61
- ### Features
62
-
63
- - remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
64
-
65
- ## [0.5.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0...@cardano-sdk/e2e@0.5.1-nightly.0) (2022-11-08)
66
-
67
- **Note:** Version bump only for package @cardano-sdk/e2e
68
-
69
- ## [0.5.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.4.0...@cardano-sdk/e2e@0.5.0) (2022-11-04)
70
-
71
- ## [0.5.0-nightly.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.5.0-nightly.23...@cardano-sdk/e2e@0.5.0-nightly.24) (2022-11-02)
72
-
73
- **Note:** Version bump only for package @cardano-sdk/e2e
74
-
75
65
  - **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
76
66
  Users can use rxjs `of` function to create an observable: `api$: of(api)` to
77
67
  adapt existing code to this change.