Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
5 additions and
5 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/pricing/pricing-page.component.ts
-
package.json
|
|
@ -5,7 +5,7 @@ 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/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## Unreleased |
|
|
|
## 1.2.0 - 14.05.2021 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
import { ChangeDetectorRef, Component, OnInit } from '@angular/core'; |
|
|
|
import { baseCurrency } from '@ghostfolio/helper'; |
|
|
|
import { Subject } from 'rxjs'; |
|
|
|
import { User } from '@ghostfolio/api/app/user/interfaces/user.interface'; |
|
|
|
import { takeUntil } from 'rxjs/operators'; |
|
|
|
import { DataService } from '@ghostfolio/client/services/data.service'; |
|
|
|
import { TokenStorageService } from '@ghostfolio/client/services/token-storage.service'; |
|
|
|
import { baseCurrency } from '@ghostfolio/helper'; |
|
|
|
import { Subject } from 'rxjs'; |
|
|
|
import { takeUntil } from 'rxjs/operators'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'gf-pricing-page', |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "1.1.0", |
|
|
|
"version": "1.2.0", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"scripts": { |
|
|
|