Browse Source
Feature/upgrade ionicons to version 7.4.0 (#3356)
* Upgrade ionicons to version 7.4.0
* Update changelog
pull/3376/head^2
Thomas Kaul
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
10 additions and
6 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/about/overview/about-overview-page.html
-
package.json
-
yarn.lock
|
|
@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Upgraded `ionicons` from version `7.3.0` to `7.4.0` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the position detail dialog open functionality when searching for a holding in the assistant |
|
|
|
|
|
@ -77,7 +77,7 @@ |
|
|
|
mat-icon-button |
|
|
|
title="Follow Ghostfolio on X (formerly Twitter)" |
|
|
|
> |
|
|
|
<span class="line-height-1 text-center w-100">𝕏</span> |
|
|
|
<ion-icon name="logo-x" /> |
|
|
|
</a> |
|
|
|
<a |
|
|
|
*ngIf="user?.subscription?.type === 'Premium'" |
|
|
|
|
|
@ -112,7 +112,7 @@ |
|
|
|
"got": "11.8.6", |
|
|
|
"helmet": "7.0.0", |
|
|
|
"http-status-codes": "2.3.0", |
|
|
|
"ionicons": "7.3.0", |
|
|
|
"ionicons": "7.4.0", |
|
|
|
"jsonpath": "1.1.1", |
|
|
|
"lodash": "4.17.21", |
|
|
|
"marked": "9.1.6", |
|
|
|
|
|
@ -13104,10 +13104,10 @@ invariant@^2.2.4: |
|
|
|
dependencies: |
|
|
|
loose-envify "^1.0.0" |
|
|
|
|
|
|
|
ionicons@7.3.0: |
|
|
|
version "7.3.0" |
|
|
|
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.3.0.tgz#d2385e87dbe6a8c79fd44fb2e7c87b0de4a2cbcb" |
|
|
|
integrity sha512-l9quySYi+o4T6mFzhKRyU/1nKc2Zs0zxs7jWcq9iVRhRPQondV11jYqLTed0lVVXHfGrBCfnedKl9D6BCnA1UQ== |
|
|
|
ionicons@7.4.0: |
|
|
|
version "7.4.0" |
|
|
|
resolved "https://registry.yarnpkg.com/ionicons/-/ionicons-7.4.0.tgz#9c285aaa8089befbd6c5a89ae13292d364cd9ace" |
|
|
|
integrity sha512-ZK94MMqgzMCPPMhmk8Ouu6goyVHFIlw/ACP6oe3FrikcI0N7CX0xcwVaEbUc0G/v3W0shI93vo+9ve/KpvcNhQ== |
|
|
|
dependencies: |
|
|
|
"@stencil/core" "^4.0.3" |
|
|
|
|
|
|
|