Skip to content

Commit 16e3a68

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.3.3 - graphile-misc-plugins@1.2.0 - graphile-pg-textsearch-plugin@1.2.0 - graphile-query@4.3.3 - graphile-schema@1.3.3 - graphile-settings@4.6.2 - @constructive-io/graphql-codegen@4.7.3 - @constructive-io/graphql-explorer@4.3.3 - @constructive-io/playwright-test@2.3.3 - @constructive-io/graphql-query@3.3.3 - @constructive-io/graphql-react@4.3.3 - @constructive-io/graphql-server@4.6.0 - graphql-server-test@2.3.3 - @constructive-io/graphql-test@4.3.3 - @constructive-io/test-codegen-app@1.3.3 - @constructive-io/knative-job-service@2.3.3 - @constructive-io/cli@7.3.3 - @constructive-io/query-builder@2.8.0 - pgpm@4.4.0 - introspectron@4.3.3 - @constructive-io/node@0.1.3 - @constructive-io/react@0.2.3 - @constructive-io/sdk@0.2.4
1 parent 57cc265 commit 16e3a68

47 files changed

Lines changed: 7642 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.3.3](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.3.2...@constructive-io/examples-codegen-integration@1.3.3) (2026-03-04)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.3.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.3.1...@constructive-io/examples-codegen-integration@1.3.2) (2026-03-04)
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.3.2",
3+
"version": "1.3.3",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-misc-plugins/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.1.1...graphile-misc-plugins@1.2.0) (2026-03-04)
7+
8+
### Features
9+
10+
- replace manual identifier quoting with @pgsql/quotes across all plugins ([8a42a33](https://github.com/constructive-io/constructive/commit/8a42a33ccfcdbba146f2136c70152fd300ee2876))
11+
612
## [1.1.1](https://github.com/constructive-io/constructive/compare/graphile-misc-plugins@1.1.0...graphile-misc-plugins@1.1.1) (2026-02-25)
713

814
### Bug Fixes

graphile/graphile-misc-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-misc-plugins",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Miscellaneous PostGraphile v5 plugins: inflection, conflict detection, meta-schema, type mappings, and more",
66
"main": "index.js",

graphile/graphile-pg-textsearch-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.0](https://github.com/constructive-io/constructive/compare/graphile-pg-textsearch-plugin@1.1.1...graphile-pg-textsearch-plugin@1.2.0) (2026-03-04)
7+
8+
### Features
9+
10+
- replace manual identifier quoting with @pgsql/quotes across all plugins ([8a42a33](https://github.com/constructive-io/constructive/commit/8a42a33ccfcdbba146f2136c70152fd300ee2876))
11+
612
## [1.1.1](https://github.com/constructive-io/constructive/compare/graphile-pg-textsearch-plugin@1.1.0...graphile-pg-textsearch-plugin@1.1.1) (2026-03-04)
713

814
### Bug Fixes

graphile/graphile-pg-textsearch-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-pg-textsearch-plugin",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "PostGraphile v5 plugin for pg_textsearch BM25 ranked full-text search — auto-discovers BM25 indexes and adds search condition, score, orderBy, and filter fields",
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.3.3](https://github.com/constructive-io/constructive/compare/graphile-query@4.3.2...graphile-query@4.3.3) (2026-03-04)
7+
8+
**Note:** Version bump only for package graphile-query
9+
610
## [4.3.2](https://github.com/constructive-io/constructive/compare/graphile-query@4.3.1...graphile-query@4.3.2) (2026-03-04)
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.3.2",
3+
"version": "4.3.3",
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.3.3](https://github.com/constructive-io/constructive/compare/graphile-schema@1.3.2...graphile-schema@1.3.3) (2026-03-04)
7+
8+
**Note:** Version bump only for package graphile-schema
9+
610
## [1.3.2](https://github.com/constructive-io/constructive/compare/graphile-schema@1.3.1...graphile-schema@1.3.2) (2026-03-04)
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.3.2",
3+
"version": "1.3.3",
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)