diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f6e91..170844f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [0.8.0](https://github.com/stonith404/pingvin-share/compare/v0.7.0...v0.8.0) (2023-01-26) + + +### Features + +* reverse shares ([#86](https://github.com/stonith404/pingvin-share/issues/86)) ([4a5fb54](https://github.com/stonith404/pingvin-share/commit/4a5fb549c6ac808261eb65d28db69510a82efd00)) + + +### Bug Fixes + +* Add meta tags to new pages ([bb64f6c](https://github.com/stonith404/pingvin-share/commit/bb64f6c33fc5c5e11f2c777785c96a74b57dfabc)) +* admin users were created while the setup wizard wasn't finished ([ad92cfc](https://github.com/stonith404/pingvin-share/commit/ad92cfc852ca6aa121654d747a02628492ae5b89)) + ## [0.7.0](https://github.com/stonith404/pingvin-share/compare/v0.6.1...v0.7.0) (2023-01-13) diff --git a/backend/package-lock.json b/backend/package-lock.json index 16e246d..9b09775 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-backend", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pingvin-share-backend", - "version": "0.7.0", + "version": "0.8.0", "dependencies": { "@nestjs/common": "^9.2.1", "@nestjs/config": "^2.2.0", diff --git a/backend/package.json b/backend/package.json index b790f2f..de7ba6d 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-backend", - "version": "0.7.0", + "version": "0.8.0", "scripts": { "build": "nest build", "dev": "nest start --watch", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index cda1f55..8450931 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "pingvin-share-frontend", - "version": "0.7.0", + "version": "0.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pingvin-share-frontend", - "version": "0.7.0", + "version": "0.8.0", "dependencies": { "@emotion/react": "^11.10.5", "@emotion/server": "^11.10.0", diff --git a/frontend/package.json b/frontend/package.json index 0ee9146..022e368 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share-frontend", - "version": "0.7.0", + "version": "0.8.0", "scripts": { "dev": "next dev", "build": "next build", diff --git a/package.json b/package.json index 6d6c239..6e0b883 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pingvin-share", - "version": "0.7.0", + "version": "0.8.0", "scripts": { "format": "cd frontend && npm run format && cd ../backend && npm run format", "lint": "cd frontend && npm run lint && cd ../backend && npm run lint",