From 885b1a8d5a583a41bd2fedb8d8ddf170f7fc6c6b Mon Sep 17 00:00:00 2001 From: Stefan Laesser Date: Tue, 15 Feb 2022 07:34:34 +0100 Subject: [PATCH] Prepare for next release version --- README.md | 11 +++++++---- projects/material-addons/package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8517af11..c12097b9 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ found in the [src directory](https://github.com/porscheinformatik/material-addon # Changelog -_Hint: Changes marked as **visible change** directly affect your application on version uprade,_ +_Hint: Changes marked as **visible change** directly affect your application on version uprade._ +- **v10.2.1**: + - Added [#88 stepper component](https://github.com/porscheinformatik/material-addons/issues/88) - **v10.2.0**: - Change peerDependency versions to any Angular above 10.0.0 - Added [additionalActionIcon](https://porscheinformatik.github.io/material-addons/card) feature to mad-cards @@ -24,11 +26,12 @@ _Hint: Changes marked as **visible change** directly affect your application on - **v10.1.9**: - CSS fix: Hide all types of mad-buttons when printing a page - Demo: Hide navbar when printing a page -- **v10.1.8**: - - CSS fix: Class "fixedtabs" also affected child tab components. This is now fixed. -
older changelogs +
Changelog history + +- **v10.1.8**: + - CSS fix: Class "fixedtabs" also affected child tab components. This is now fixed. - **v10.1.7**: - Fix ([issue](https://github.com/porscheinformatik/material-addons/issues/78)) / mad-table inside card overflows the card - **v10.1.6**: diff --git a/projects/material-addons/package.json b/projects/material-addons/package.json index 059c83c4..13795176 100644 --- a/projects/material-addons/package.json +++ b/projects/material-addons/package.json @@ -1,6 +1,6 @@ { "name": "@porscheinformatik/material-addons", - "version": "10.2.0", + "version": "10.2.1", "description": "Custom theme and components for Angular Material", "homepage": "https://github.com/porscheinformatik/material-addons", "repository": {