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

release: 0.6.0

This commit is contained in:
Elias Schneider 2023-01-09 12:14:41 +01:00
parent 653d72bcb9
commit dc9ec429c6
6 changed files with 22 additions and 7 deletions

View File

@ -1,3 +1,18 @@
## [0.6.0](https://github.com/stonith404/pingvin-share/compare/v0.5.1...v0.6.0) (2023-01-09)
### Features
* chunk uploads ([#76](https://github.com/stonith404/pingvin-share/issues/76)) ([653d72b](https://github.com/stonith404/pingvin-share/commit/653d72bcb958268e2f23efae94cccb72faa745af))
### Bug Fixes
* access token refreshes even it is still valid ([c8ad222](https://github.com/stonith404/pingvin-share/commit/c8ad2225e3c9ca79fea494d538b67797fbc7f6ae))
* error message typo ([72c8081](https://github.com/stonith404/pingvin-share/commit/72c8081e7c135ab1f600ed7e3d7a0bf03dabde34))
* migration for v0.5.1 ([f2d4895](https://github.com/stonith404/pingvin-share/commit/f2d4895e50d3da82cef68858752fb7f6293e7a20))
* refresh token expires after 1 day instead of 3 months ([a5bef5d](https://github.com/stonith404/pingvin-share/commit/a5bef5d4a4ae75447ca1f65259c5541edfc87dd8))
### [0.5.1](https://github.com/stonith404/pingvin-share/compare/v0.5.0...v0.5.1) (2023-01-04)

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.5.1",
"version": "0.6.0",
"scripts": {
"build": "nest build",
"dev": "nest start --watch",

View File

@ -1,12 +1,12 @@
{
"name": "pingvin-share-frontend",
"version": "0.5.1",
"version": "0.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.5.1",
"version": "0.6.0",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",

View File

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

View File

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