Browse Source
Feature/release 0.85.0 (#4)
* Simplify project setup
* Setup docker
* Add seed
* Simplify project setup
* Setup docker
* Add seed
* Release 0.85.0
* Release 0.85.0
pull/7/head
v0.85.0
Thomas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
8 deletions
-
CHANGELOG.md
-
package.json
|
@ -5,19 +5,14 @@ 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 |
|
|
## 0.85.0 - 16.04.2021 |
|
|
|
|
|
|
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Refactored many frontend components |
|
|
- Changed the routing to `routerLink` for an improved navigation experience |
|
|
- Changed the routing to `routerLink` for an improved navigation experience |
|
|
- Simplified the initial project setup |
|
|
- Simplified the initial project setup |
|
|
|
|
|
|
|
|
## 0.85.0 - 12.04.2021 |
|
|
|
|
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
|
|
|
|
- Refactored many frontend components |
|
|
|
|
|
|
|
|
|
|
|
## 0.84.0 - 11.04.2021 |
|
|
## 0.84.0 - 11.04.2021 |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "0.84.0", |
|
|
"version": "0.85.0", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"affected": "nx affected", |
|
|
"affected": "nx affected", |
|
|
"affected:apps": "nx affected:apps", |
|
|
"affected:apps": "nx affected:apps", |
|
|