Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nengyuanzhang committed Jun 11, 2024
2 parents 8a560c5 + bcbd249 commit e6bb585
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 69 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- fixed totalRatedCapacity and totalRatedPower issue in microgrid dashboard and energy storage power station dashboard
- fixed issue of meter batch report in myems-api
- fixed issue of react-bootstrap-table-next in myems-web
### Removed
- removed charge/discharge points and commands from power conversion system of microgrid
- removed charge/discharge points and commands from power conversion system of energy storage container
Expand Down
82 changes: 14 additions & 68 deletions myems-web/package-lock.json

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

2 changes: 1 addition & 1 deletion myems-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap-table-next": "^1.1.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-editor": "^1.4.0",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-captcha-code-custom": "^1.0.0",
Expand Down

0 comments on commit e6bb585

Please sign in to comment.