Browse Source

Merge branch 'main' into feature/add-is-active-flag-to-asset-profile-model

pull/4479/head
Thomas Kaul 3 weeks ago
committed by GitHub
parent
commit
4ef4d0f8b8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 17
      libs/common/src/lib/personal-finance-tools.ts
  3. 1
      libs/ui/src/lib/i18n.ts
  4. 12
      package-lock.json
  5. 2
      package.json

4
CHANGELOG.md

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the `isActive` flag to the asset profile model
### Changed
- Upgraded `ngx-skeleton-loader` from version `9.0.0` to `10.0.0`
## 2.147.0 - 2025-03-22
### Added

17
libs/common/src/lib/personal-finance-tools.ts

@ -44,6 +44,15 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$120',
slogan: 'Analyze and track your portfolio.'
},
{
founded: 2022,
hasFreePlan: false,
key: 'asseta',
languages: ['English'],
name: 'Asseta',
origin: 'United States',
slogan: 'The Intelligent Family Office Suite'
},
{
hasFreePlan: false,
hasSelfHostingAbility: true,
@ -149,6 +158,14 @@ export const personalFinanceTools: Product[] = [
pricingPerYear: '$70',
slogan: 'Do money better with Copilot'
},
{
founded: 2023,
hasFreePlan: false,
key: 'danti',
name: 'Danti',
origin: 'United Kingdom',
slogan: 'Digitising Generational Wealth'
},
{
founded: 2020,
key: 'de.fi',

1
libs/ui/src/lib/i18n.ts

@ -93,6 +93,7 @@ const locales = {
Switzerland: $localize`Switzerland`,
Thailand: $localize`Thailand`,
Ukraine: $localize`Ukraine`,
'United Kingdom': $localize`United Kingdom`,
'United States': $localize`United States`,
// Fear and Greed Index

12
package-lock.json

@ -76,7 +76,7 @@
"ng-extract-i18n-merge": "2.14.1",
"ngx-device-detector": "9.0.0",
"ngx-markdown": "19.0.0",
"ngx-skeleton-loader": "9.0.0",
"ngx-skeleton-loader": "10.0.0",
"ngx-stripe": "19.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",
@ -25625,16 +25625,16 @@
}
},
"node_modules/ngx-skeleton-loader": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-9.0.0.tgz",
"integrity": "sha512-aO4/V6oGdZGNcTjasTg/fwzJJYl/ZmNKgCukOEQdUK3GSFOZtB/3GGULMJuZ939hk3Hzqh1OBiLfIM1SqTfhqg==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/ngx-skeleton-loader/-/ngx-skeleton-loader-10.0.0.tgz",
"integrity": "sha512-TYrWLrdRtzoZoPzurNDUJdAbdyplqgyDztCefEi+clHl5MSumwG4NrGxZC1OVxz7RitomhnF7wTM8T/j+tdwXw==",
"license": "MIT",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0"
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0"
}
},
"node_modules/ngx-stripe": {

2
package.json

@ -122,7 +122,7 @@
"ng-extract-i18n-merge": "2.14.1",
"ngx-device-detector": "9.0.0",
"ngx-markdown": "19.0.0",
"ngx-skeleton-loader": "9.0.0",
"ngx-skeleton-loader": "10.0.0",
"ngx-stripe": "19.0.0",
"open-color": "1.9.1",
"papaparse": "5.3.1",

Loading…
Cancel
Save