Browse Source

Merge remote-tracking branch 'origin/main' into task/improve-activities-table-type-safety

pull/6295/head
KenTandrian 3 days ago
parent
commit
71042dc31d
  1. 5
      CHANGELOG.md
  2. 581
      package-lock.json
  3. 24
      package.json

5
CHANGELOG.md

@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased ## 2.237.0 - 2026-02-08
### Changed ### Changed
- Removed the `transactionCount` in the portfolio calculator and service - Removed the deprecated `transactionCount` in the portfolio calculator and service
- Refreshed the cryptocurrencies list - Refreshed the cryptocurrencies list
- Upgraded `Nx` from version `22.4.1` to `22.4.5`
### Fixed ### Fixed

581
package-lock.json

File diff suppressed because it is too large

24
package.json

@ -1,6 +1,6 @@
{ {
"name": "ghostfolio", "name": "ghostfolio",
"version": "2.236.0", "version": "2.237.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",
@ -152,16 +152,16 @@
"@eslint/js": "9.35.0", "@eslint/js": "9.35.0",
"@nestjs/schematics": "11.0.9", "@nestjs/schematics": "11.0.9",
"@nestjs/testing": "11.1.8", "@nestjs/testing": "11.1.8",
"@nx/angular": "22.4.1", "@nx/angular": "22.4.5",
"@nx/eslint-plugin": "22.4.1", "@nx/eslint-plugin": "22.4.5",
"@nx/jest": "22.4.1", "@nx/jest": "22.4.5",
"@nx/js": "22.4.1", "@nx/js": "22.4.5",
"@nx/module-federation": "22.4.1", "@nx/module-federation": "22.4.5",
"@nx/nest": "22.4.1", "@nx/nest": "22.4.5",
"@nx/node": "22.4.1", "@nx/node": "22.4.5",
"@nx/storybook": "22.4.1", "@nx/storybook": "22.4.5",
"@nx/web": "22.4.1", "@nx/web": "22.4.5",
"@nx/workspace": "22.4.1", "@nx/workspace": "22.4.5",
"@schematics/angular": "21.1.1", "@schematics/angular": "21.1.1",
"@storybook/addon-docs": "10.1.10", "@storybook/addon-docs": "10.1.10",
"@storybook/angular": "10.1.10", "@storybook/angular": "10.1.10",
@ -186,7 +186,7 @@
"jest": "30.2.0", "jest": "30.2.0",
"jest-environment-jsdom": "30.2.0", "jest-environment-jsdom": "30.2.0",
"jest-preset-angular": "16.0.0", "jest-preset-angular": "16.0.0",
"nx": "22.4.1", "nx": "22.4.5",
"prettier": "3.8.1", "prettier": "3.8.1",
"prettier-plugin-organize-attributes": "1.0.0", "prettier-plugin-organize-attributes": "1.0.0",
"prisma": "6.19.0", "prisma": "6.19.0",

Loading…
Cancel
Save