Skip to content

Commit 3e1b10a

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.6.13 - graphile-schema@1.7.1 - @constructive-io/graphql-codegen@4.17.1 - graphql-server-test@2.6.10 - @constructive-io/test-codegen-app@1.6.13 - @constructive-io/cli@7.7.14 - @constructive-sdk/cli@0.8.14 - @constructive-io/node@0.4.14 - @constructive-io/react@0.6.14 - @constructive-io/sdk@0.8.6
1 parent 86719db commit 3e1b10a

20 files changed

Lines changed: 52 additions & 10 deletions

File tree

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.6.13](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.6.12...@constructive-io/examples-codegen-integration@1.6.13) (2026-03-20)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.6.12](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.6.11...@constructive-io/examples-codegen-integration@1.6.12) (2026-03-20)
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.6.12",
3+
"version": "1.6.13",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphile/graphile-schema/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.7.1](https://github.com/constructive-io/constructive/compare/graphile-schema@1.7.0...graphile-schema@1.7.1) (2026-03-20)
7+
8+
### Bug Fixes
9+
10+
- **graphile-schema:** route buildSchemaSDL pool through pg-cache for proper cleanup ([80e967e](https://github.com/constructive-io/constructive/commit/80e967eda2178e2ceefe96d22ad7366a380c6811))
11+
612
# [1.7.0](https://github.com/constructive-io/constructive/compare/graphile-schema@1.6.7...graphile-schema@1.7.0) (2026-03-20)
713

814
### Features

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.7.0",
3+
"version": "1.7.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Build GraphQL SDL from PostgreSQL databases using PostGraphile v5",
66
"main": "index.js",

graphql/codegen/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.17.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.17.0...@constructive-io/graphql-codegen@4.17.1) (2026-03-20)
7+
8+
**Note:** Version bump only for package @constructive-io/graphql-codegen
9+
610
# [4.17.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.16.1...@constructive-io/graphql-codegen@4.17.0) (2026-03-20)
711

812
### Features

graphql/codegen/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/graphql-codegen",
3-
"version": "4.17.0",
3+
"version": "4.17.1",
44
"description": "GraphQL SDK generator for Constructive databases with React Query hooks",
55
"keywords": [
66
"graphql",

graphql/server-test/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.6.10](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.6.9...graphql-server-test@2.6.10) (2026-03-20)
7+
8+
**Note:** Version bump only for package graphql-server-test
9+
610
## [2.6.9](https://github.com/constructive-io/constructive/compare/graphql-server-test@2.6.8...graphql-server-test@2.6.9) (2026-03-20)
711

812
**Note:** Version bump only for package graphql-server-test

graphql/server-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-server-test",
3-
"version": "2.6.9",
3+
"version": "2.6.10",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive GraphQL Server Testing with SuperTest HTTP requests",
66
"main": "index.js",

graphql/test-app/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.6.13](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.6.12...@constructive-io/test-codegen-app@1.6.13) (2026-03-20)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
610
## [1.6.12](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.6.11...@constructive-io/test-codegen-app@1.6.12) (2026-03-20)
711

812
**Note:** Version bump only for package @constructive-io/test-codegen-app

graphql/test-app/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/test-codegen-app",
3-
"version": "1.6.12",
3+
"version": "1.6.13",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)