@cardano-sdk/e2e 0.9.0 → 0.9.1-nightly.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,14 @@
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.9.1-nightly.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.1-nightly.0...@cardano-sdk/e2e@0.9.1-nightly.1) (2023-03-16)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
10
+ ## [0.9.1-nightly.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.0...@cardano-sdk/e2e@0.9.1-nightly.0) (2023-03-14)
11
+
12
+ **Note:** Version bump only for package @cardano-sdk/e2e
13
+
6
14
  ## [0.9.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.8.0...@cardano-sdk/e2e@0.9.0) (2023-03-13)
7
15
 
8
16
  ### ⚠ BREAKING CHANGES
@@ -146,6 +154,22 @@ with a new db name ('V2' suffix), which means that data in existing stores will
146
154
 
147
155
  ### ⚠ BREAKING CHANGES
148
156
 
157
+ - remote api wallet manager
158
+
159
+ ### Features
160
+
161
+ - remote api wallet manager ([043f1df](https://github.com/input-output-hk/cardano-js-sdk/commit/043f1dff7ed85b43e489d972dc5158712c43ee68))
162
+
163
+ ## [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)
164
+
165
+ **Note:** Version bump only for package @cardano-sdk/e2e
166
+
167
+ ## [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)
168
+
169
+ ## [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)
170
+
171
+ **Note:** Version bump only for package @cardano-sdk/e2e
172
+
149
173
  - **web-extension:** `ExposeApiProps` `api` has changed to observable `api$`.
150
174
  Users can use rxjs `of` function to create an observable: `api$: of(api)` to
151
175
  adapt existing code to this change.