File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Within the download you'll find the following directories and files:
4747```
4848material-dashboard-angular
4949├── README.md
50+ ├── LICENSE.md
5051├── app
5152│ ├── app.component.html
5253│ ├── app.component.js
@@ -135,12 +136,21 @@ material-dashboard-angular
135136├── documentation
136137│ ├── css
137138│ └── tutorial-components.html
139+ ├── changelog.txt
138140├── index.html
139141├── package.json
140142├── systemjs.config.js
141143└── tsconfig.json
142144
143145```
146+ ### Version logs
147+
148+ V1.0.0 - 30 Jan 2017 [ initial Release]
149+ V1.1.0 - small fixed
150+ V1.1.1 - 20 March (V1.1.0 from Material Dashboard HTML)
151+ - added "@types/core-js ": "0.9.35" in package
152+ - added "upgrade to pro" page
153+
144154
145155## Useful Links
146156
Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ V1.0.0 - 30 Jan 2017 [initial Release]
22V1.1.0 - small fixed
33V1.1.1 - 20 March (V1.1.0 from Material Dashboard HTML)
44- added "@types/core-js": "0.9.35" in package
5+ - added "upgrade to pro" page
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ <h2 class="text-left">File Structure</h2>
319319 ├── documentation
320320 │ ├── css
321321 │ └── tutorial-components.html
322+ ├── changelog.txt
322323 ├── index.html
323324 ├── package.json
324325 ├── systemjs.config.js
You can’t perform that action at this time.
0 commit comments