diff --git a/CHANGELOG.md b/CHANGELOG.md index 430d8a782..79c83fbb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Upgraded `prisma` from version `3.12.0` to `3.14.0` +### Fixed + +- Fixed a styling issue in the benchmark component on mobile + ## 1.152.0 - 26.05.2022 ### Added diff --git a/libs/ui/src/lib/benchmark/benchmark.component.html b/libs/ui/src/lib/benchmark/benchmark.component.html index 5bba27f51..e41621fef 100644 --- a/libs/ui/src/lib/benchmark/benchmark.component.html +++ b/libs/ui/src/lib/benchmark/benchmark.component.html @@ -6,7 +6,7 @@ diff --git a/package.json b/package.json index 891030a52..ce28380a5 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "@prisma/client": "3.14.0", "@simplewebauthn/browser": "4.1.0", "@simplewebauthn/server": "4.1.0", - "@simplewebauthn/typescript-types": "4.0.0", "@stripe/stripe-js": "1.22.0", "alphavantage": "2.2.0", "angular-material-css-vars": "3.0.0", @@ -141,6 +140,7 @@ "@nrwl/nx-cloud": "14.0.3", "@nrwl/storybook": "14.1.4", "@nrwl/workspace": "14.1.4", + "@simplewebauthn/typescript-types": "4.0.0", "@storybook/addon-essentials": "6.4.22", "@storybook/angular": "6.4.22", "@storybook/builder-webpack5": "6.4.22",