diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef87d52cc..59a57c096d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [16.0.4](https://github.com/dynatrace-oss/barista/compare/16.0.3...16.0.4) (2024-02-26) + +### Bug Fixes + +- **drawer:** Removed no longer necessary will-change property from the drawer. + ([3a4492f](https://github.com/dynatrace-oss/barista/commit/3a4492ffa64b7a87f04b758b5f9bb3d7f1ce5d6b)) + ## [16.0.3](https://github.com/dynatrace-oss/barista/compare/16.0.2...16.0.3) (2024-01-31) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 01097ece46..415fd7727c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dynatrace-oss/barista", - "version": "16.0.3", + "version": "16.0.4", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 252a1202d9..8f7abd1f6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dynatrace-oss/barista", - "version": "16.0.3", + "version": "16.0.4", "description": "The design system repository at Dynatrace", "scripts": { "build": "ng build",