Skip to content

Commit b37f682

Browse files
authored
Merge branch 'main' into update/option-enhancement
2 parents 04dfb84 + f6cb102 commit b37f682

File tree

95 files changed

+245
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+245
-239
lines changed

functions/send-email-link/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

functions/send-email-link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/send-email-link-fn",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "Knative function to send email links (invite, password reset, email verification) using Constructive jobs",
55
"author": "Constructive",
66
"private": true,

functions/simple-email/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

functions/simple-email/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/simple-email-fn",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "Simple Knative email function that sends emails directly from job payload",
55
"author": "Constructive",
66
"private": true,

graphile/graphile-cache/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

graphile/graphile-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-cache",
3-
"version": "1.6.9",
3+
"version": "1.6.10",
44
"author": "Constructive <[email protected]>",
55
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

graphile/graphile-i18n/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

graphile/graphile-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-i18n",
3-
"version": "0.2.25",
3+
"version": "0.2.26",
44
"description": "Graphile i18n plugin",
55
"author": "Constructive <[email protected]>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-many-to-many/CHANGELOG.md

Lines changed: 4 additions & 0 deletions

graphile/graphile-many-to-many/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-many-to-many",
3-
"version": "1.0.26",
3+
"version": "1.0.27",
44
"description": "Add connection fields for many-to-many relations",
55
"author": "Matt Bretl",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)