diff --git a/CHANGELOG.md b/CHANGELOG.md index c4083f0..d2a3087 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## [17.15.0](https://github.com/primefaces/primeng-sass-theme/tree/17.15.0) (2024-04-26) [Full Changelog](https://github.com/primefaces/primeng-sass-theme/compare/17.14.1...17.15.0) +**Fixed bugs:** +- p-multiselect jumps in height because chips padding is not applied correctly [\#93](https://github.com/primefaces/primeng-sass-theme/issues/93) +- incorrect styles for vertical slider [\#51](https://github.com/primefaces/primeng-sass-theme/issues/51) +- Add filled styles for inputs [\#125](https://github.com/primefaces/primeng-sass-theme/issues/125) + +## [17.15.0](https://github.com/primefaces/primeng-sass-theme/tree/17.15.0) (2024-04-26) +[Full Changelog](https://github.com/primefaces/primeng-sass-theme/compare/17.14.1...17.15.0) + - No changes, provides semantic versioning compatibility for PrimeNG 17.15.0 ## [17.14.1](https://github.com/primefaces/primeng-sass-theme/tree/17.14.1) (2024-04-09) diff --git a/package.json b/package.json index 70bb469..d6c237a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng-sass-theme", - "version": "17.15.0", + "version": "17.16.0", "description": "PrimeNG Sass Theme", "homepage": "https://primeng.org/", "repository": {