Browse Source
Feature/upgrade UUID to version 9.0.0 (#1476)
* Upgrade uuid to version 9.0.0
* Update changelog
pull/1478/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
package.json
|
|
@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
- Improved the language selector on the account page |
|
|
|
- Extended the asset profile details dialog in the admin control panel |
|
|
|
- Upgraded `uuid` from version `8.3.2` to `9.0.0` |
|
|
|
|
|
|
|
## 1.214.0 - 19.11.2022 |
|
|
|
|
|
|
|
|
|
@ -126,7 +126,7 @@ |
|
|
|
"stripe": "8.199.0", |
|
|
|
"svgmap": "2.6.0", |
|
|
|
"twitter-api-v2": "1.10.3", |
|
|
|
"uuid": "8.3.2", |
|
|
|
"uuid": "9.0.0", |
|
|
|
"yahoo-finance2": "2.3.10", |
|
|
|
"zone.js": "0.11.8" |
|
|
|
}, |
|
|
|