This commit is contained in:
Ulf Gebhardt 2021-02-08 19:38:25 +01:00
parent 39c82fcb37
commit 155072c3d2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
3 changed files with 5 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-backend",
"version": "0.6.3",
"version": "0.6.4",
"description": "GraphQL Backend for ocelot.social",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social",
"version": "0.6.3",
"version": "0.6.4",
"description": "Fullstack and API tests with cypress and cucumber for ocelot.social",
"author": "ocelot.social Community",
"license": "MIT",
@ -23,8 +23,7 @@
"cypress:open": "cross-env cypress open --browser firefox",
"cucumber:setup": "cd backend && yarn run dev",
"cucumber": "wait-on tcp:4000 && cucumber-js --require-module @babel/register --exit",
"release": "standard-version",
"generate:changelog": "yarn version && auto-changelog"
"release": "yarn version --no-git-tag-version --no-commit-hooks --no-commit && auto-changelog && cd backend && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../package.json').version\") && cd ../webapp && yarn version --no-git-tag-version --no-commit-hooks --no-commit --new-version $(node -p -e \"require('./../package.json').version\")"
},
"devDependencies": {
"@babel/core": "^7.9.0",
@ -51,8 +50,7 @@
"neode": "^0.3.7",
"npm-run-all": "^4.1.5",
"rosie": "^2.0.1",
"slug": "^2.1.1",
"standard-version": "^8.0.1"
"slug": "^2.1.1"
},
"resolutions": {
"set-value": "^2.0.1"

View File

@ -1,6 +1,6 @@
{
"name": "ocelot-social-webapp",
"version": "0.6.3",
"version": "0.6.4",
"description": "ocelot.social Frontend",
"repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social",
"author": "ocelot.social Community",