chore(release): 1.17.0 [skip ci]

# [1.17.0](https://github.com/apricote/Listory/compare/v1.16.4...v1.17.0) (2022-06-25)

### Bug Fixes

* **api:** some listens pages are not full ([be38c38](be38c383ef))
* **frontend:** invalid react list keys ([fa2d1f4](fa2d1f426f))
* **frontend:** show empty report only when not loading ([79b375c](79b375ca08))
* **frontend:** use sensible default values for custom time selector ([4758338](4758338e99))

### Features

* **frontend:** nice login loading screen ([a443b3d](a443b3ddbc))
* **frontend:** use nice looking spinner ([01ed0c5](01ed0c5491))
* **frontend:** use transition for showing new data ([0c4de5d](0c4de5d56a))
This commit is contained in:
semantic-release-bot 2022-06-25 16:32:06 +00:00
parent cf76d60e4e
commit b62dfa354b
4 changed files with 22 additions and 5 deletions

View file

@ -1,3 +1,20 @@
# [1.17.0](https://github.com/apricote/Listory/compare/v1.16.4...v1.17.0) (2022-06-25)
### Bug Fixes
* **api:** some listens pages are not full ([be38c38](https://github.com/apricote/Listory/commit/be38c383ef3ea556bcb8b3136c15a75480328665))
* **frontend:** invalid react list keys ([fa2d1f4](https://github.com/apricote/Listory/commit/fa2d1f426f2c522187e7ce84812535a6a72bdefd))
* **frontend:** show empty report only when not loading ([79b375c](https://github.com/apricote/Listory/commit/79b375ca08ff80fbcab9bb9eff65568abfecfa2c))
* **frontend:** use sensible default values for custom time selector ([4758338](https://github.com/apricote/Listory/commit/4758338e99d204593bb61719637eef5509a12eee))
### Features
* **frontend:** nice login loading screen ([a443b3d](https://github.com/apricote/Listory/commit/a443b3ddbc82dd63c05edc0b08b82082f82d1d76))
* **frontend:** use nice looking spinner ([01ed0c5](https://github.com/apricote/Listory/commit/01ed0c54912fd6a801f6e11a802c95d4e2692c4a))
* **frontend:** use transition for showing new data ([0c4de5d](https://github.com/apricote/Listory/commit/0c4de5d56a3ae89196fc27893470822cc60f9d42))
## [1.16.4](https://github.com/apricote/Listory/compare/v1.16.3...v1.16.4) (2022-06-23)

View file

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.16.4
version: 1.17.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.16.4
appVersion: 1.17.0

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.16.4",
"version": "1.17.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.16.4",
"version": "1.17.0",
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.16.4",
"version": "1.17.0",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",