@exodus/market-history 5.0.0 → 5.0.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,12 @@
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
+ ## [5.0.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/market-history@5.0.0...@exodus/market-history@5.0.1) (2023-07-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - declare logger as dependency ([#2400](https://github.com/ExodusMovement/exodus-hydra/issues/2400)) ([b12c3fb](https://github.com/ExodusMovement/exodus-hydra/commit/b12c3fb20693feba3a6469834f64487e3f740874))
11
+
6
12
  ## [5.0.0](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/market-history@4.0.1...@exodus/market-history@5.0.0) (2023-07-06)
7
13
 
8
14
  ### ⚠ BREAKING CHANGES
package/module/index.js CHANGED
@@ -412,5 +412,6 @@ export default {
412
412
  'remoteConfigRefreshIntervalAtom',
413
413
  'enabledAssetsAtom',
414
414
  'marketHistoryAtom',
415
+ 'logger',
415
416
  ],
416
417
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exodus/market-history",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Fetches historical prices for assets",
5
5
  "author": "Exodus Movement Inc.",
6
6
  "license": "UNLICENSED",
@@ -46,5 +46,5 @@
46
46
  "type": "git",
47
47
  "url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
48
48
  },
49
- "gitHead": "ea31e65df21404fc765c8513fbc9e5d754e7fa1f"
49
+ "gitHead": "44aa4c35fca60884894a86a46c8cbfa3c5810540"
50
50
  }