@cardano-sdk/e2e 0.10.0 → 0.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.10.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.10.0...@cardano-sdk/e2e@0.10.1) (2023-05-03)
7
+
8
+ **Note:** Version bump only for package @cardano-sdk/e2e
9
+
6
10
  ## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.9.0...@cardano-sdk/e2e@0.10.0) (2023-05-02)
7
11
 
8
12
  ### ⚠ BREAKING CHANGES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cardano-sdk/e2e",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "End to end tests for the cardano-js-sdk packages.",
5
5
  "engines": {
6
6
  "node": ">=16.0"
@@ -93,7 +93,7 @@
93
93
  "dependencies": {
94
94
  "@cardano-foundation/ledgerjs-hw-app-cardano": "^6.0.0",
95
95
  "@cardano-ogmios/client": "5.6.0",
96
- "@cardano-sdk/cardano-services": "^0.11.0",
96
+ "@cardano-sdk/cardano-services": "^0.11.1",
97
97
  "@cardano-sdk/cardano-services-client": "^0.9.0",
98
98
  "@cardano-sdk/core": "^0.11.0",
99
99
  "@cardano-sdk/crypto": "^0.1.4",
@@ -173,5 +173,5 @@
173
173
  "webpack-cli": "^4.9.2",
174
174
  "webpack-merge": "^5.8.0"
175
175
  },
176
- "gitHead": "847e22de392872cf49d15517e8e871f0fd69da39"
176
+ "gitHead": "463e77fde1eeb6b7f99c983a9aa206c0194748a2"
177
177
  }