From a7489a044c4b4b556f6b26d555657478ebd6409b Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 17 Feb 2021 20:26:53 +0100 Subject: [PATCH 1/3] add null mutation --- backend/src/db/migrations/1613589876420-null_mutation.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backend/src/db/migrations/1613589876420-null_mutation.js diff --git a/backend/src/db/migrations/1613589876420-null_mutation.js b/backend/src/db/migrations/1613589876420-null_mutation.js new file mode 100644 index 000000000..f158549de --- /dev/null +++ b/backend/src/db/migrations/1613589876420-null_mutation.js @@ -0,0 +1,9 @@ +'use strict' + +module.exports.up = function (next) { + next() +} + +module.exports.down = function (next) { + next() +} From 394860c1d0d6ff23f6653b81288890a67720deab Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 17 Feb 2021 20:59:25 +0100 Subject: [PATCH 2/3] release 0.6.14 --- CHANGELOG.md | 3 ++- backend/package.json | 2 +- package.json | 2 +- webapp/package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20c23a252..576f3e8de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [0.6.13](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/0.6.12...0.6.13) +#### [0.6.14](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/0.6.12...0.6.14) > 17 February 2021 - fix: Query Available Roles As Admin [`#4225`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/4225) - avoid introspection to get available roles as admin [`a5df793`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/a5df793c55ec8792066e61547ae287f7702675fd) - css fix to trick adblock on follow button by @nila99 [`13931c9`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/13931c90e7642da93de0e884afd1649de8181c6c) +- add null mutation [`a355914`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/a35591439389ceea92dfc4e054ff0752685f9e7a) #### [0.6.12](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/0.6.11...0.6.12) diff --git a/backend/package.json b/backend/package.json index fced4aafd..ada321bf8 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social-backend", - "version": "0.6.13", + "version": "0.6.14", "description": "GraphQL Backend for ocelot.social", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community", diff --git a/package.json b/package.json index d9a92ea59..6cee3b928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social", - "version": "0.6.13", + "version": "0.6.14", "description": "Fullstack and API tests with cypress and cucumber for ocelot.social", "author": "ocelot.social Community", "license": "MIT", diff --git a/webapp/package.json b/webapp/package.json index 2c235a5de..ca4295891 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -1,6 +1,6 @@ { "name": "ocelot-social-webapp", - "version": "0.6.13", + "version": "0.6.14", "description": "ocelot.social Frontend", "repository": "https://github.com/Ocelot-Social-Community/Ocelot-Social", "author": "ocelot.social Community", From 3ad6d738fd5d9ed25c0cccc6ae60ed5cc37540ba Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 17 Feb 2021 21:08:24 +0100 Subject: [PATCH 3/3] fixed misspelling in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576f3e8de..8539a541a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix: Query Available Roles As Admin [`#4225`](https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/4225) - avoid introspection to get available roles as admin [`a5df793`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/a5df793c55ec8792066e61547ae287f7702675fd) - css fix to trick adblock on follow button by @nila99 [`13931c9`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/13931c90e7642da93de0e884afd1649de8181c6c) -- add null mutation [`a355914`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/a35591439389ceea92dfc4e054ff0752685f9e7a) +- add null migration [`a355914`](https://github.com/Ocelot-Social-Community/Ocelot-Social/commit/a35591439389ceea92dfc4e054ff0752685f9e7a) #### [0.6.12](https://github.com/Ocelot-Social-Community/Ocelot-Social/compare/0.6.11...0.6.12)