diff --git a/.version b/.version index 30109231..421ab545 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.46.0 +0.47.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8fca2a..70c6774d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [](https://github.com/pocket-id/pocket-id/compare/v0.46.0...v) (2025-04-16) + + +### Features + +* add qrcode representation of one time link ([#424](https://github.com/pocket-id/pocket-id/issues/424)) ([#436](https://github.com/pocket-id/pocket-id/issues/436)) ([abf17f6](https://github.com/pocket-id/pocket-id/commit/abf17f62114a2de549b62cec462b9b0659ee23a7)) +* disable animations setting toggle ([#442](https://github.com/pocket-id/pocket-id/issues/442)) ([b45cf68](https://github.com/pocket-id/pocket-id/commit/b45cf68295975f51777dab95950b98b8db0a9ae5)) + + +### Bug Fixes + +* define token type as claim for better client compatibility ([adf7458](https://github.com/pocket-id/pocket-id/commit/adf74586afb6ef9a00fb122c150b0248c5bc23f0)) + ## [](https://github.com/pocket-id/pocket-id/compare/v0.45.0...v) (2025-04-13) diff --git a/frontend/package.json b/frontend/package.json index e9dacb25..97f8e979 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,62 +1,62 @@ { - "name": "pocket-id-frontend", - "version": "0.46.0", - "private": true, - "type": "module", - "scripts": { - "dev": "vite dev --port 3000", - "build": "vite build", - "preview": "vite preview --port 3000", - "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", - "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", - "lint": "prettier --check . && eslint .", - "format": "prettier --write ." - }, - "dependencies": { - "@simplewebauthn/browser": "^13.1.0", - "@tailwindcss/vite": "^4.0.0", - "axios": "^1.8.2", - "clsx": "^2.1.1", - "crypto": "^1.0.1", - "formsnap": "^1.0.1", - "jose": "^5.9.6", - "lucide-svelte": "^0.487.0", - "mode-watcher": "^0.5.1", - "qrcode": "^1.5.4", - "svelte-sonner": "^0.3.28", - "sveltekit-superforms": "^2.23.1", - "tailwind-merge": "^2.6.0", - "tailwind-variants": "^0.3.1", - "zod": "^3.24.1" - }, - "devDependencies": { - "@inlang/paraglide-js": "^2.0.0", - "@inlang/plugin-m-function-matcher": "^2.0.7", - "@inlang/plugin-message-format": "^4.0.0", - "@internationalized/date": "^3.7.0", - "@playwright/test": "^1.50.0", - "@sveltejs/adapter-auto": "^4.0.0", - "@sveltejs/adapter-node": "^5.2.12", - "@sveltejs/kit": "^2.20.7", - "@sveltejs/vite-plugin-svelte": "^5.0.3", - "@types/eslint": "^9.6.1", - "@types/node": "^22.10.10", - "@types/qrcode": "^1.5.5", - "bits-ui": "^0.22.0", - "cmdk-sv": "^0.0.19", - "eslint": "^9.19.0", - "eslint-config-prettier": "^10.0.1", - "eslint-plugin-svelte": "^2.46.1", - "globals": "^15.14.0", - "prettier": "^3.4.2", - "prettier-plugin-svelte": "^3.3.3", - "prettier-plugin-tailwindcss": "^0.6.11", - "svelte": "^5.19.3", - "svelte-check": "^4.1.4", - "tailwindcss": "^4.0.0", - "tslib": "^2.8.1", - "typescript": "^5.7.3", - "typescript-eslint": "^8.21.0", - "vite": "^6.2.6" - } + "name": "pocket-id-frontend", + "version": "0.47.0", + "private": true, + "type": "module", + "scripts": { + "dev": "vite dev --port 3000", + "build": "vite build", + "preview": "vite preview --port 3000", + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", + "lint": "prettier --check . && eslint .", + "format": "prettier --write ." + }, + "dependencies": { + "@simplewebauthn/browser": "^13.1.0", + "@tailwindcss/vite": "^4.0.0", + "axios": "^1.8.2", + "clsx": "^2.1.1", + "crypto": "^1.0.1", + "formsnap": "^1.0.1", + "jose": "^5.9.6", + "lucide-svelte": "^0.487.0", + "mode-watcher": "^0.5.1", + "qrcode": "^1.5.4", + "svelte-sonner": "^0.3.28", + "sveltekit-superforms": "^2.23.1", + "tailwind-merge": "^2.6.0", + "tailwind-variants": "^0.3.1", + "zod": "^3.24.1" + }, + "devDependencies": { + "@inlang/paraglide-js": "^2.0.0", + "@inlang/plugin-m-function-matcher": "^2.0.7", + "@inlang/plugin-message-format": "^4.0.0", + "@internationalized/date": "^3.7.0", + "@playwright/test": "^1.50.0", + "@sveltejs/adapter-auto": "^4.0.0", + "@sveltejs/adapter-node": "^5.2.12", + "@sveltejs/kit": "^2.20.7", + "@sveltejs/vite-plugin-svelte": "^5.0.3", + "@types/eslint": "^9.6.1", + "@types/node": "^22.10.10", + "@types/qrcode": "^1.5.5", + "bits-ui": "^0.22.0", + "cmdk-sv": "^0.0.19", + "eslint": "^9.19.0", + "eslint-config-prettier": "^10.0.1", + "eslint-plugin-svelte": "^2.46.1", + "globals": "^15.14.0", + "prettier": "^3.4.2", + "prettier-plugin-svelte": "^3.3.3", + "prettier-plugin-tailwindcss": "^0.6.11", + "svelte": "^5.19.3", + "svelte-check": "^4.1.4", + "tailwindcss": "^4.0.0", + "tslib": "^2.8.1", + "typescript": "^5.7.3", + "typescript-eslint": "^8.21.0", + "vite": "^6.2.6" + } }