From c62a5af9eb95c4d0dfc49ed6a96eb7e3f8fa4e88 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 27 May 2022 09:49:37 +0200 Subject: [PATCH 1/2] Bugfix/fix width of skeleton loader in benchmark component (#956) * Fix width * Update changelog --- CHANGELOG.md | 6 ++++++ libs/ui/src/lib/benchmark/benchmark.component.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb006c51b..c2f9bcc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### 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 @@ From c07c300fefc596a333b1aeee8a04c5768cc1488c Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Fri, 27 May 2022 09:49:57 +0200 Subject: [PATCH 2/2] Move @simplewebauthn/typescript-types to devDependencies (#957) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 300bfc773..3b379888f 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,6 @@ "@prisma/client": "3.12.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",