0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00

release: 0.22.1

This commit is contained in:
Elias Schneider 2024-02-18 21:48:23 +01:00
parent 64515d77cf
commit 5ca0bffc0a
No known key found for this signature in database
GPG key ID: 07E623B294202B6C
6 changed files with 18 additions and 7 deletions

View file

@ -1,3 +1,14 @@
## [0.22.1](https://github.com/stonith404/pingvin-share/compare/v0.22.0...v0.22.1) (2024-02-18)
### Bug Fixes
* back links on error modals ([f52dffd](https://github.com/stonith404/pingvin-share/commit/f52dffdaac5a893804525913943f3f4f99b7c55a))
* prevent zoom on input field click on mobile ([9c734ec](https://github.com/stonith404/pingvin-share/commit/9c734ec439aeaeebe172caa41bf531e6d8b3fac3))
* replace middleware backend url with local backend url ([76df6f6](https://github.com/stonith404/pingvin-share/commit/76df6f66d965dd751146468abfafb0c6acd46310))
* user `id` and `totpVerified` can't be changed by user ([e663da4](https://github.com/stonith404/pingvin-share/commit/e663da45b1d15f5e6e33118e6a28e1504688034c))
* user enumaration on forgot password page ([64515d7](https://github.com/stonith404/pingvin-share/commit/64515d77cfc116a243d78610395ccc383ba62940))
## [0.22.0](https://github.com/stonith404/pingvin-share/compare/v0.21.5...v0.22.0) (2024-02-04)

View file

@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.22.0",
"version": "0.22.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.22.0",
"version": "0.22.1",
"dependencies": {
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "^10.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.22.0",
"version": "0.22.1",
"scripts": {
"build": "nest build",
"dev": "cross-env NODE_ENV=development nest start --watch",

View file

@ -1,12 +1,12 @@
{
"name": "pingvin-share-frontend",
"version": "0.22.0",
"version": "0.22.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.22.0",
"version": "0.22.1",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share-frontend",
"version": "0.22.0",
"version": "0.22.1",
"scripts": {
"dev": "next dev",
"build": "next build",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share",
"version": "0.22.0",
"version": "0.22.1",
"scripts": {
"format": "cd frontend && npm run format && cd ../backend && npm run format",
"lint": "cd frontend && npm run lint && cd ../backend && npm run lint",