Thomas Kaul
22 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the icon of the _View Holding_ menu item in the activities table |
|
|
|
- Refreshed the cryptocurrencies list |
|
|
|
- Upgraded `countries-list` from version `3.1.1` to `3.2.0` |
|
|
|
- Upgraded `ng-extract-i18n-merge` from version `3.0.0` to `3.1.0` |
|
|
|
|
|
|
|
## 2.213.0 - 2025-10-30 |
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ |
|
|
|
"class-validator": "0.14.2", |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countries-list": "3.2.0", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
@ -18647,9 +18647,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/countries-list": { |
|
|
|
"version": "3.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.1.1.tgz", |
|
|
|
"integrity": "sha512-nPklKJ5qtmY5MdBKw1NiBAoyx5Sa7p2yPpljZyQ7gyCN1m+eMFs9I6CT37Mxt8zvR5L3VzD3DJBE4WQzX3WF4A==", |
|
|
|
"version": "3.2.0", |
|
|
|
"resolved": "https://registry.npmjs.org/countries-list/-/countries-list-3.2.0.tgz", |
|
|
|
"integrity": "sha512-HYHAo2fwEsG3TmbsNdVmIQPHizRlqeYMTtLEAl0IANG/3jRYX7p3NR6VapDqKP0n60TmsRy1dyRjVN5JbywDbA==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/countup.js": { |
|
|
|
|
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
"class-validator": "0.14.2", |
|
|
|
"color": "5.0.0", |
|
|
|
"countries-and-timezones": "3.8.0", |
|
|
|
"countries-list": "3.1.1", |
|
|
|
"countries-list": "3.2.0", |
|
|
|
"countup.js": "2.9.0", |
|
|
|
"date-fns": "4.1.0", |
|
|
|
"dotenv": "17.2.3", |
|
|
|
|