release: 0.21.0

This commit is contained in:
Elias Schneider
2024-12-17 19:58:55 +01:00
parent 0716c38fb8
commit daced661c4
3 changed files with 14 additions and 2 deletions

View File

@@ -1 +1 @@
0.20.1
0.21.0

View File

@@ -1,3 +1,15 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.20.1...v) (2024-12-17)
### Features
* improve error state design for login page ([0716c38](https://github.com/stonith404/pocket-id/commit/0716c38fb8ce7fa719c7fe0df750bdb213786c21))
### Bug Fixes
* OIDC client logo gets removed if other properties get updated ([789d939](https://github.com/stonith404/pocket-id/commit/789d9394a533831e7e2fb8dc3f6b338787336ad8))
## [](https://github.com/stonith404/pocket-id/compare/v0.20.0...v) (2024-12-13)

View File

@@ -1,6 +1,6 @@
{
"name": "pocket-id-frontend",
"version": "0.20.1",
"version": "0.21.0",
"private": true,
"scripts": {
"dev": "vite dev --port 3000",