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

release: 0.14.0

This commit is contained in:
Elias Schneider 2023-04-01 20:19:27 +02:00
parent ffd4e43f11
commit f2e4019190
No known key found for this signature in database
GPG key ID: 07E623B294202B6C
6 changed files with 19 additions and 7 deletions

View file

@ -1,3 +1,15 @@
## [0.14.0](https://github.com/stonith404/pingvin-share/compare/v0.13.1...v0.14.0) (2023-04-01)
### Features
* **share, config:** more variables, placeholder and reset default ([#132](https://github.com/stonith404/pingvin-share/issues/132)) ([beece56](https://github.com/stonith404/pingvin-share/commit/beece56327da141c222fd9f5259697df6db9347a))
### Bug Fixes
* bool config variable can't be changed ([0e5c673](https://github.com/stonith404/pingvin-share/commit/0e5c67327092e4751208e559a2b0d5ee2b91b6e3))
### [0.13.1](https://github.com/stonith404/pingvin-share/compare/v0.13.0...v0.13.1) (2023-03-14)

View file

@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "0.13.1",
"version": "0.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "0.13.1",
"version": "0.14.0",
"dependencies": {
"@nestjs/common": "^9.3.9",
"@nestjs/config": "^2.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "0.13.1",
"version": "0.14.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.13.1",
"version": "0.14.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-frontend",
"version": "0.13.1",
"version": "0.14.0",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",

View file

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

View file

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