1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 06:30:11 +02:00

release: 0.10.1

This commit is contained in:
Elias Schneider 2023-02-12 20:00:55 +01:00
parent 7cd9dff637
commit 6419da07fb
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C
6 changed files with 15 additions and 7 deletions

View File

@ -1,3 +1,11 @@
### [0.10.1](https://github.com/stonith404/pingvin-share/compare/v0.10.0...v0.10.1) (2023-02-12)
### Bug Fixes
* non administrator user redirection error while setup isn't finished ([dc8cf3d](https://github.com/stonith404/pingvin-share/commit/dc8cf3d5ca6b4f8a8f243b8e0b05e09738cf8b61))
* setup wizard doesn't redirect after completion ([7cd9dff](https://github.com/stonith404/pingvin-share/commit/7cd9dff637900098c9f6e46ccade37283d47321b))
## [0.10.0](https://github.com/stonith404/pingvin-share/compare/v0.9.0...v0.10.0) (2023-02-10)

View File

@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.10.0",
"version": "0.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.10.0",
"version": "0.10.1",
"dependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.10.0",
"version": "0.10.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.10.0",
"version": "0.10.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.10.0",
"version": "0.10.1",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",

View File

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

View File

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