release: 0.25.1

This commit is contained in:
Elias Schneider
2025-01-19 22:14:29 +01:00
parent a8b9d60a86
commit 715040ba04
3 changed files with 9 additions and 2 deletions

View File

@@ -1 +1 @@
0.25.0 0.25.1

View File

@@ -1,3 +1,10 @@
## [](https://github.com/stonith404/pocket-id/compare/v0.25.0...v) (2025-01-19)
### Bug Fixes
* disable account details inputs if user is imported from LDAP ([a8b9d60](https://github.com/stonith404/pocket-id/commit/a8b9d60a86e80c10d6fba07072b1d32cec400ecb))
## [](https://github.com/stonith404/pocket-id/compare/v0.24.1...v) (2025-01-19) ## [](https://github.com/stonith404/pocket-id/compare/v0.24.1...v) (2025-01-19)

View File

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