Browse Source
Merge branch 'main' into feature/upgrade-prisma-to-version-3.14.0
pull/958/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
2 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/benchmark/benchmark.component.html
-
package.json
|
|
@ -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 |
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
<ngx-skeleton-loader |
|
|
|
animation="pulse" |
|
|
|
[theme]="{ |
|
|
|
width: '15rem' |
|
|
|
width: '67%' |
|
|
|
}" |
|
|
|
></ngx-skeleton-loader> |
|
|
|
</div> |
|
|
|
|
|
@ -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", |
|
|
|