Skip to content

Commit b2daeef

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.0.0 - @constructive-io/send-email-link-fn@2.0.0 - graphile-authz@2.0.0 - graphile-cache@3.0.0 - graphile-query@4.0.0 - graphile-search-plugin@3.0.0 - graphile-settings@4.0.0 - graphile-test@4.0.0 - postgraphile-plugin-pgvector@2.0.0 - @constructive-io/graphql-codegen@4.0.0 - @constructive-io/graphql-env@3.0.0 - @constructive-io/graphql-explorer@4.0.0 - gql-ast@3.0.0 - @constructive-io/playwright-test@2.0.0 - @constructive-io/graphql-query@3.0.0 - @constructive-io/graphql-react@4.0.0 - @constructive-io/graphql-server@4.0.0 - graphql-server-test@2.0.0 - @constructive-io/graphql-test@4.0.0 - @constructive-io/test-codegen-app@1.0.0 - @constructive-io/graphql-types@3.0.0 - @constructive-io/job-pg@2.0.0 - @constructive-io/job-scheduler@2.0.0 - @constructive-io/job-utils@2.0.0 - @constructive-io/job-worker@2.0.0 - @constructive-io/knative-job-server@2.0.0 - @constructive-io/knative-job-service@2.0.0 - @constructive-io/knative-job-worker@2.0.0 - @constructive-io/cli@7.0.0 - pgpm@4.0.0 - @pgpmjs/core@6.0.0 - drizzle-orm-test@2.0.0 - introspectron@4.0.0 - pg-cache@3.0.0 - pg-codegen@4.0.0 - pgsql-client@3.0.0 - pgsql-seed@2.0.0 - pgsql-test@4.0.0 - supabase-test@2.0.0
1 parent e3a90d7 commit b2daeef

File tree

79 files changed

+8503
-2905
lines changed

Some content is hidden

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

79 files changed

+8503
-2905
lines changed

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.0.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@0.1.2...@constructive-io/examples-codegen-integration@1.0.0) (2026-02-13)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [0.1.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@0.1.1...@constructive-io/examples-codegen-integration@0.1.2) (2026-02-13)
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": "0.1.2",
3+
"version": "1.0.0",
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.0.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@1.1.0...@constructive-io/send-email-link-fn@2.0.0) (2026-02-13)
7+
8+
**Note:** Version bump only for package @constructive-io/send-email-link-fn
9+
610
# [1.1.0](https://github.com/constructive-io/constructive/compare/@constructive-io/send-email-link-fn@1.0.2...@constructive-io/send-email-link-fn@1.1.0) (2026-02-09)
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": "1.1.0",
3+
"version": "2.0.0",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
# 2.0.0 (2026-02-13)
7+
8+
**Note:** Version bump only for package graphile-authz

graphile/graphile-authz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-authz",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Dynamic PostGraphile v5 authorization plugin based on Authz node types from constructive-db",
66
"main": "index.js",

graphile/graphile-cache/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+
# [3.0.0](https://github.com/constructive-io/constructive/compare/graphile-cache@2.1.0...graphile-cache@3.0.0) (2026-02-13)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
610
## [1.4.7](https://github.com/launchql/launchql/compare/graphile-cache@1.4.6...graphile-cache@1.4.7) (2025-11-25)
711

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

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": "2.0.0",
3+
"version": "3.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile v5 LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

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.0.0](https://github.com/constructive-io/constructive/compare/graphile-query@2.6.0...graphile-query@4.0.0) (2026-02-13)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
# [2.6.0](https://github.com/constructive-io/constructive/compare/graphile-query@2.5.1...graphile-query@2.6.0) (2026-02-09)
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": "3.0.0",
3+
"version": "4.0.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Execute GraphQL queries against PostGraphile v5 schemas",
66
"main": "index.js",

0 commit comments

Comments
 (0)