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
parent e5d7df3e7b
commit 6d070e2ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
## 0.85.0 - 16.04.2021
### Changed
- Refactored many frontend components
- Changed the routing to `routerLink` for an improved navigation experience
- Simplified the initial project setup
## 0.85.0 - 12.04.2021
### Changed
- Refactored many frontend components
## 0.84.0 - 11.04.2021
### Fixed

@ -1,6 +1,6 @@
{
"name": "ghostfolio",
"version": "0.84.0",
"version": "0.85.0",
"scripts": {
"affected": "nx affected",
"affected:apps": "nx affected:apps",

Loading…
Cancel
Save