Skip to content

Commit 3b8f5f8

Browse files
authored
docs: update changeLog to v2.0.4 (#55)
1 parent 080abd4 commit 3b8f5f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [2.0.4](https://github.com/Erda-FE/dashboard-configuration/pull/52)(2021-11-24)
2+
### Feature
3+
* register custom components
4+
* format code
5+
6+
### Fix
7+
* fix declaration file
8+
19
# [2.0.3](https://github.com/Erda-FE/dashboard-configuration/pull/48)(2021-11-18)
210
### Fix
311
* display no mask which reminds user get data failed when didn't complete required fields

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@erda-ui/dashboard-configurator",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Erda dashboard configurator powered by Echart",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)