Browse Source

changes_test

pull/6025/head
Raj Gupta 3 days ago
parent
commit
fd3a85b23c
  1. 17
      CHANGELOG.md
  2. 1
      package.json

17
CHANGELOG.md

@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## 2.221.0 - 2025-12-01
### Added
- Upgraded `nx` from version `21.5.1` to `22.1.3`
#### Changed
- Upgraded `envalid` from version `8.1.0` to `8.1.1`
## 2.221.0 - 2025-12-01
### Changed
- Refactored the API query parameters in various data provider services
@ -24,10 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improved the country weightings in the _Financial Modeling Prep_ service
- Improved the search functionality by name in the _Financial Modeling Prep_ service
<<<<<<< HEAD
- Resolved an issue in the user endpoint where the list was returning empty in the admin control panel’s users section
=======
>>>>>>> b731e050 (Bugfix/improve search by name in FMP service (#6012))
<<<<<<< HEAD
- # Resolved an issue in the user endpoint where the list was returning empty in the admin control panel’s users section
> > > > > > > b731e050 (Bugfix/improve search by name in FMP service (#6012))
## 2.220.0 - 2025-11-29

1
package.json

@ -183,7 +183,6 @@
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.6.0",
"nx": "22.1.3",
"prettier": "3.7.4",
"prettier-plugin-organize-attributes": "1.0.0",

Loading…
Cancel
Save