Skip to content

Commit 736639f

Browse files
authored
Merge pull request #178 from Wagei/master
bugfix for new page layout
2 parents d1d927b + 4ab9566 commit 736639f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The versioning of material-addons is based on the Angular version. The Angular v
3030

3131
_Hint: Changes marked as **visible change** directly affect your application during version upgrade. **Breaking**
3232
requires your attention during upgrade._
33+
- **17.3.2**: bugfix for new page layout
3334
- **17.3.0**: new page layout
3435
- **17.2.2**: DataTable: bugix data table sorting
3536
- **17.2.1**: DataTable: Bugfix sorting

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/material-addons/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@angular/core": ">= 16.0.0",
4343
"@ngx-translate/core": ">= 14.0.0",
4444
"roboto-fontface": "0.10.0",
45+
"luxon": "^3.4.2",
4546
"material-icons": "^1.11.11"
4647
}
4748
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "17.3.1"
1+
export const VERSION = '17.3.2';

0 commit comments

Comments
 (0)