Browse Source

Merge remote-tracking branch 'upstream/main' into feature/migrate-from-angular-material-design-2-to-3

pull/6148/head
KenTandrian 1 week ago
parent
commit
18877c64b3
  1. 3
      CHANGELOG.md
  2. 12
      package-lock.json
  3. 4
      package.json

3
CHANGELOG.md

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Migrated from _Material Design_ 2 to _Material Design_ 3 - Migrated from _Material Design_ 2 to _Material Design_ 3
## Unreleased ## 2.228.0 - 2026-01-03
### Added ### Added
@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Integrated the endpoint to get all platforms (`GET api/v1/platforms`) into the create or update account dialog - Integrated the endpoint to get all platforms (`GET api/v1/platforms`) into the create or update account dialog
- Extracted the scraper configuration to a dedicated tab in the asset profile details dialog of the admin control panel - Extracted the scraper configuration to a dedicated tab in the asset profile details dialog of the admin control panel
- Improved the language localization for German (`de`) - Improved the language localization for German (`de`)
- Upgraded `@date-fns/utc` from version `2.1.0` to `2.1.1`
### Fixed ### Fixed

12
package-lock.json

@ -1,12 +1,12 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.227.0", "version": "2.228.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.227.0", "version": "2.228.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "AGPL-3.0", "license": "AGPL-3.0",
"dependencies": { "dependencies": {
@ -22,7 +22,7 @@
"@angular/router": "21.0.6", "@angular/router": "21.0.6",
"@angular/service-worker": "21.0.6", "@angular/service-worker": "21.0.6",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.0", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.5", "@internationalized/number": "3.6.5",
"@ionic/angular": "8.7.8", "@ionic/angular": "8.7.8",
"@keyv/redis": "4.4.0", "@keyv/redis": "4.4.0",
@ -3815,9 +3815,9 @@
} }
}, },
"node_modules/@date-fns/utc": { "node_modules/@date-fns/utc": {
"version": "2.1.0", "version": "2.1.1",
"resolved": "https://registry.npmjs.org/@date-fns/utc/-/utc-2.1.0.tgz", "resolved": "https://registry.npmjs.org/@date-fns/utc/-/utc-2.1.1.tgz",
"integrity": "sha512-176grgAgU2U303rD2/vcOmNg0kGPbhzckuH1TEP2al7n0AQipZIy9P15usd2TKQCG1g+E1jX/ZVQSzs4sUDwgA==", "integrity": "sha512-SlJDfG6RPeEX8wEVv6ZB3kak4MmbtyiI2qX/5zuKdordbrhB/iaJ58GVMZgJ6P1sJaM1gMgENFYYeg1JWrCFrA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@deno/shim-deno": { "node_modules/@deno/shim-deno": {

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.227.0", "version": "2.228.0",
"homepage": "https://ghostfol.io", "homepage": "https://ghostfol.io",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"repository": "https://github.com/ghostfolio/ghostfolio", "repository": "https://github.com/ghostfolio/ghostfolio",
@ -66,7 +66,7 @@
"@angular/router": "21.0.6", "@angular/router": "21.0.6",
"@angular/service-worker": "21.0.6", "@angular/service-worker": "21.0.6",
"@codewithdan/observable-store": "2.2.15", "@codewithdan/observable-store": "2.2.15",
"@date-fns/utc": "2.1.0", "@date-fns/utc": "2.1.1",
"@internationalized/number": "3.6.5", "@internationalized/number": "3.6.5",
"@ionic/angular": "8.7.8", "@ionic/angular": "8.7.8",
"@keyv/redis": "4.4.0", "@keyv/redis": "4.4.0",

Loading…
Cancel
Save