Skip to content

Commit c9364ff

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.2.9 - @constructive-io/send-email-link-fn@2.2.1 - graphile-pgvector-plugin@1.1.0 - graphile-query@4.2.5 - graphile-schema@1.2.5 - graphile-settings@4.4.0 - postgraphile-plugin-pgvector@2.2.5 - @constructive-io/graphql-codegen@4.6.1 - @constructive-io/graphql-explorer@4.2.5 - @constructive-io/playwright-test@2.2.5 - @constructive-io/graphql-query@3.2.5 - @constructive-io/graphql-react@4.2.5 - @constructive-io/graphql-server@4.4.0 - graphql-server-test@2.2.5 - @constructive-io/graphql-test@4.2.5 - @constructive-io/test-codegen-app@1.2.9 - @constructive-io/knative-job-service@2.2.5 - @constructive-io/cli@7.2.9 - introspectron@4.2.5 - @constructive-io/react@0.1.1 - @constructive-io/sdk@0.1.1
1 parent 3a4d52a commit c9364ff

43 files changed

Lines changed: 7649 additions & 2628 deletions

File tree

Some content is hidden

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

examples/codegen-integration/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.9](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.2.8...@constructive-io/examples-codegen-integration@1.2.9) (2026-03-01)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.2.8](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.2.7...@constructive-io/examples-codegen-integration@1.2.8) (2026-02-28)
711

812
**Note:** Version bump only for package @constructive-io/examples-codegen-integration

examples/codegen-integration/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/examples-codegen-integration",
3-
"version": "1.2.8",
3+
"version": "1.2.9",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

functions/send-email-link/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.2.1](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.2.0...@constructive-io/send-email-link-fn@2.2.1) (2026-03-01)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
610
# [2.2.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@2.1.0...@constructive-io/send-email-link-fn@2.2.0) (2026-02-24)
711

812
**Note:** Version bump only for package @constructive-io/send-email-link-fn

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Knative function to send email links (invite, password reset, email verification) using Constructive jobs",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 1.1.0 (2026-03-01)
7+
8+
### Bug Fixes
9+
10+
- correct GraphQL field names in integration tests (allDocuments, rowId, searchDocuments, createDocument) ([e522509](https://github.com/constructive-io/constructive/commit/e5225095bc90d5cc39845d34b261e2ada49ba41b))
11+
- exclude test files from build tsconfig to avoid circular dep ([97ecf7b](https://github.com/constructive-io/constructive/commit/97ecf7be9393920e5a026bf5be63e77b0d2cb565))
12+
- remove circular dependency between graphile-pgvector-plugin and graphile-settings ([ee97c6d](https://github.com/constructive-io/constructive/commit/ee97c6d15bd7a899d27afdf1e28607ef01c2d901))
13+
14+
### Features
15+
16+
- create graphile-pgvector-plugin package, replace postgraphile-plugin-pgvector ([c625b5d](https://github.com/constructive-io/constructive/commit/c625b5de34b86495d022daaa1fe30924335fb214))

graphile/graphile-pgvector-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-pgvector-plugin",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "PostGraphile v5 codec plugin for pgvector — makes vector columns, mutations, and functions work automatically",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-query/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.2.5](https://github.com/constructive-io/constructive/compare/graphile-query@4.2.4...graphile-query@4.2.5) (2026-03-01)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
## [4.2.4](https://github.com/constructive-io/constructive/compare/graphile-query@4.2.3...graphile-query@4.2.4) (2026-02-28)
711

812
**Note:** Version bump only for package graphile-query

graphile/graphile-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-query",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Execute GraphQL queries against PostGraphile v5 schemas",
66
"main": "index.js",

graphile/graphile-schema/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.5](https://github.com/constructive-io/constructive/compare/graphile-schema@1.2.4...graphile-schema@1.2.5) (2026-03-01)
7+
8+
**Note:** Version bump only for package graphile-schema
9+
610
## [1.2.4](https://github.com/constructive-io/constructive/compare/graphile-schema@1.2.3...graphile-schema@1.2.4) (2026-02-28)
711

812
**Note:** Version bump only for package graphile-schema

graphile/graphile-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-schema",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
66
"main": "index.js",

0 commit comments

Comments
 (0)