Browse Source

Merge branch 'main' into feature/move-asset-profile-icon-component-to-ui-components

pull/4858/head
Thomas Kaul 3 months ago
committed by GitHub
parent
commit
f2600e29ef
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      apps/client/project.json

4
CHANGELOG.md

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Moved the asset profile icon component to `@ghostfolio/ui` - Moved the asset profile icon component to `@ghostfolio/ui`
### Fixed
- Fixed missing `/.well-known/assetlinks.json` for TWA
## 2.168.0 - 2025-06-07 ## 2.168.0 - 2025-06-07
### Added ### Added

2
apps/client/project.json

@ -185,7 +185,7 @@
"command": "shx cp -r apps/client/src/assets/* dist/apps/client/assets" "command": "shx cp -r apps/client/src/assets/* dist/apps/client/assets"
}, },
{ {
"command": "shx cp -r apps/client/src/assets/.well-known/* dist/apps/client/.well-known" "command": "shx cp -r apps/client/src/assets/.well-known/assetlinks.json dist/apps/client/.well-known"
}, },
{ {
"command": "shx cp apps/client/src/assets/favicon.ico dist/apps/client" "command": "shx cp apps/client/src/assets/favicon.ico dist/apps/client"

Loading…
Cancel
Save