upgraded version number to v1.2.0

pull/60/head
13621160019@163.com 2021-08-06 19:26:41 +08:00
parent 8d38b29cb0
commit 95e77bcb18
5 changed files with 23 additions and 7 deletions

View File

@ -16,6 +16,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed ### Removed
- None. - None.
## [v1.2.0] - 2021-08-08
### Added
- Added demo data to database
### Changed
- Replaced every_day_* to periodic_* in excelexporters of API
- Updated Dockerfiles
### Fixed
- Replaced every_day_* to periodic_* in excelexporters of API
- Fixed data issues of tbl_menus in database
### Removed
- Deleted unnecessary words in translantions of Admin UI
## [v1.1.6] - 2021-08-02 ## [v1.1.6] - 2021-08-02
### Added ### Added
- Added Meter Batch Analysis Report - Added Meter Batch Analysis Report
@ -322,9 +337,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed ### Removed
- None. - None.
[Unreleased]: https://github.com/MyEMS/myems/compare/v1.1.6...HEAD [Unreleased]: https://github.com/MyEMS/myems/compare/v1.2.0...HEAD
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.5...v1.1.6 [v1.2.0]: https://github.com/MyEMS/myems/compare/v1.1.6...v1.2.0
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.4...v1.1.5 [v1.1.6]: https://github.com/MyEMS/myems/compare/v1.1.5...v1.1.6
[v1.1.5]: https://github.com/MyEMS/myems/compare/v1.1.4...v1.1.5
[v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.3...v1.1.4 [v1.1.4]: https://github.com/MyEMS/myems/compare/v1.1.3...v1.1.4
[v1.1.3]: https://github.com/MyEMS/myems/compare/v1.1.2...v1.1.3 [v1.1.3]: https://github.com/MyEMS/myems/compare/v1.1.2...v1.1.3
[v1.1.2]: https://github.com/MyEMS/myems/compare/v1.1.1...v1.1.2 [v1.1.2]: https://github.com/MyEMS/myems/compare/v1.1.1...v1.1.2

View File

@ -1,5 +1,5 @@
<div class="footer-login"> <div class="footer-login">
<div> <div>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.6 <a href="https://myems.io">https://myems.io</a> </strong> <strong>{{'MY_EMS_NAME' | translate}} v1.2.0 <a href="https://myems.io">https://myems.io</a> </strong>
</div> </div>
</div> </div>

View File

@ -3,6 +3,6 @@
<strong><a href="https://myems.io">https://myems.io</a></strong> <strong><a href="https://myems.io">https://myems.io</a></strong>
</div> </div>
<div> <div>
<strong>{{'MY_EMS_NAME' | translate}} v1.1.6</strong> <strong>{{'MY_EMS_NAME' | translate}} v1.2.0</strong>
</div> </div>
</div> </div>

2
web/package.json vendored
View File

@ -1,6 +1,6 @@
{ {
"name": "myems", "name": "myems",
"version": "1.1.6", "version": "1.2.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-free": "^5.15.1",

View File

@ -1,4 +1,4 @@
export const version = '1.1.6'; export const version = '1.2.0';
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
export const topNavbarBreakpoint = 'lg'; export const topNavbarBreakpoint = 'lg';
//export const APIBaseURL = 'http://127.0.0.1:8000'; //export const APIBaseURL = 'http://127.0.0.1:8000';