Skip to content

Commit

Permalink
update changelog (#213)
Browse files Browse the repository at this point in the history
* update changelog

* update version

---------

Co-authored-by: Yanek Voloshchuk <[email protected]>
  • Loading branch information
freesbi and Yanek Voloshchuk authored Sep 19, 2024
1 parent a0bef5d commit 443f006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ The versioning of material-addons is based on the Angular version. The Angular v
_Hint: Changes marked as **visible change** directly affect your application during version upgrade. **Breaking**
requires your attention during upgrade._

- **18.0.4**: FileUpload: Added additional param as 'removable' which allows user to remove file from fileList [#212](https://github.com/porscheinformatik/material-addons/pull/212)
- **18.0.3**: Fix MadNumericField: Fix floating point issue when not rounding any values (2.3*100 = 229.999 and displayed as 2.29)
- **18.0.2**: data table fix for onExpand call
- **18.0.1**: Prettier fixes, alert component fix
Expand Down
2 changes: 1 addition & 1 deletion projects/material-addons/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '17.3.4';
export const VERSION = '18.0.4';

0 comments on commit 443f006

Please sign in to comment.