Skip to content

Commit

Permalink
chore(release): 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazq committed Aug 16, 2024
1 parent fd2808f commit 61d083c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down

0 comments on commit 61d083c

Please sign in to comment.