Skip to content

Commit 64abe28

Browse files
committed
added changelog in file structure
1 parent 5be5a44 commit 64abe28

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Within the download you'll find the following directories and files:
4747
```
4848
material-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

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ V1.0.0 - 30 Jan 2017 [initial Release]
22
V1.1.0 - small fixed
33
V1.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

documentation/tutorial-components.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)