diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a3724..88bf73d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.1](https://github.com/SamChangi/pennant-depth/compare/v1.0.8...v1.0.1) (2024-08-16) + ### [1.0.8](https://github.com/SamChangi/pennant-depth/compare/v1.0.7...v1.0.8) (2024-08-15) ### [1.0.7](https://github.com/SamChangi/pennant-depth/compare/v1.0.6...v1.0.7) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index a2417a3..3ed64b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "exchange-depth", - "version": "1.0.8", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "exchange-depth", - "version": "1.0.8", + "version": "1.0.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.13.10", diff --git a/package.json b/package.json index 437795b..3684828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "exchange-depth", - "version": "1.0.0", + "version": "1.0.1", "description": "A React component library for visualising historical and streaming financial market data", "main": "./dist/legacy.js", "module": "./dist/legacy.js", @@ -26,7 +26,6 @@ "dist/**/*.d.ts" ], "dependencies": { - "@babel/runtime": "^7.13.10", "@d3fc/d3fc-technical-indicator": "^8.0.1", "@floating-ui/react-dom": "^1.0.1", "@types/d3-array": "^2.9.0", @@ -168,6 +167,7 @@ "webpack": "5.88.1" }, "peerDependencies": { + "@babel/runtime": "^7.13.10", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" },