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

release: 0.25.0

This commit is contained in:
Elias Schneider 2024-06-10 11:43:12 +02:00
parent c0cc16fa43
commit 46783ce463
No known key found for this signature in database
GPG Key ID: 07E623B294202B6C
7 changed files with 22 additions and 9 deletions

View File

@ -1,3 +1,16 @@
## [0.25.0](https://github.com/stonith404/pingvin-share/compare/v0.24.2...v0.25.0) (2024-06-10)
### Features
* add auto open share modal config for global. ([#474](https://github.com/stonith404/pingvin-share/issues/474)) ([4fd2903](https://github.com/stonith404/pingvin-share/commit/4fd29037a08dbe505bdd8cf20f6f114cbade8483))
* **frontend:** locale for dates and tooltip for copy link button ([#492](https://github.com/stonith404/pingvin-share/issues/492)) ([1c7832a](https://github.com/stonith404/pingvin-share/commit/1c7832ad1fb445fd1dbe1c111be5a331eaa4b797))
### Bug Fixes
* share size not displayed on my shares page ([c0cc16f](https://github.com/stonith404/pingvin-share/commit/c0cc16fa430bc64afb024c19d5faf24456bd417c))
## [0.24.2](https://github.com/stonith404/pingvin-share/compare/v0.24.1...v0.24.2) (2024-05-22)

View File

@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.24.2",
"version": "0.25.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.24.2",
"version": "0.25.0",
"dependencies": {
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.8",

View File

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.24.2",
"version": "0.25.0",
"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.24.2",
"version": "0.25.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.24.2",
"version": "0.25.0",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "pingvin-share",
"version": "0.24.2",
"version": "0.25.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share",
"version": "0.24.2",
"version": "0.25.0",
"devDependencies": {
"conventional-changelog-cli": "^3.0.0"
}

View File

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