Skip to content

Commit 0234801

Browse files
author
unknown
committed
1.0.0-beta5
1 parent 938e1cb commit 0234801

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.0-beta5 (31.05.2021)
2+
3+
### New components:
4+
5+
- [Datatables](https://mdbootstrap.com/docs/b5/angular/data/datatables/)
6+
- [Rating](https://mdbootstrap.com/docs/b5/angular/components/rating/)
7+
8+
---
9+
110
## 1.0.0-beta4 (04.05.2021)
211

312
### New components:

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Angular
22

3-
Version: FREE 1.0.0 Beta 4
3+
Version: FREE 1.0.0 Beta 5
44

55
Documentation:
66
https://mdbootstrap.com/docs/b5/angular/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-angular-ui-kit-free",
3-
"version": "1.0.0-beta4",
3+
"version": "1.0.0-beta5",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/mdb-angular-ui-kit/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.0.0-beta5 (31.05.2021)
2+
3+
### New components:
4+
5+
- [Datatables](https://mdbootstrap.com/docs/b5/angular/data/datatables/)
6+
- [Rating](https://mdbootstrap.com/docs/b5/angular/components/rating/)
7+
8+
---
9+
110
## 1.0.0-beta4 (04.05.2021)
211

312
### New components:

projects/mdb-angular-ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "https://github.com/mdbootstrap/mdb-angular-ui-kit",
44
"author": "MDBootstrap",
55
"license": "MIT",
6-
"version": "1.0.0-beta4",
6+
"version": "1.0.0-beta5",
77
"peerDependencies": {
88
"@angular/common": "^11.0.0",
99
"@angular/core": "^11.0.0",

0 commit comments

Comments
 (0)