From 8a7db6bf9767e8a7fe6575f60e3a3fb996793cc7 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Tue, 21 Jan 2025 19:01:38 +0100 Subject: [PATCH] release: 1.8.2 --- CHANGELOG.md | 8 ++++++++ backend/package-lock.json | 4 ++-- backend/package.json | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4441850..d614907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.8.2](https://github.com/stonith404/pingvin-share/compare/v1.8.1...v1.8.2) (2025-01-21) + + +### Bug Fixes + +* normal share gets attached to previously visited reverse share ([3a534c7](https://github.com/stonith404/pingvin-share/commit/3a534c7512ef82f3fa982f80e364f53c957306a0)) +* wrong TOTP validation for password ([2b7d3c0](https://github.com/stonith404/pingvin-share/commit/2b7d3c0a8a3e527fc1f7f86795731d5ac77eda49)) + ## [1.8.1](https://github.com/stonith404/pingvin-share/compare/v1.8.0...v1.8.1) (2025-01-04) diff --git a/backend/package-lock.json b/backend/package-lock.json index 7a8f60c..f7a0e75 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-backend", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pingvin-share-backend", - "version": "1.8.1", + "version": "1.8.2", "dependencies": { "@aws-sdk/client-s3": "^3.679.0", "@nestjs/cache-manager": "^2.2.2", diff --git a/backend/package.json b/backend/package.json index 325d914..b1c5cac 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-backend", - "version": "1.8.1", + "version": "1.8.2", "scripts": { "build": "nest build", "dev": "cross-env NODE_ENV=development nest start --watch", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 36b4635..9ebfd11 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-frontend", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pingvin-share-frontend", - "version": "1.8.1", + "version": "1.8.2", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/server": "^11.11.0", diff --git a/frontend/package.json b/frontend/package.json index 48a8354..eb43d2b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-frontend", - "version": "1.8.1", + "version": "1.8.2", "scripts": { "dev": "next dev", "build": "next build", diff --git a/package-lock.json b/package-lock.json index a56cdfb..65872ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share", - "version": "1.8.1", + "version": "1.8.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pingvin-share", - "version": "1.8.1", + "version": "1.8.2", "devDependencies": { "conventional-changelog-cli": "^3.0.0" } diff --git a/package.json b/package.json index 3294517..8ce285f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share", - "version": "1.8.1", + "version": "1.8.2", "scripts": { "format": "cd frontend && npm run format && cd ../backend && npm run format", "lint": "cd frontend && npm run lint && cd ../backend && npm run lint",