Skip to content

Commit 70f9d20

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.18.7 - @constructive-io/graphql-codegen@4.41.0 - graphql-orm-test@0.13.7 - @constructive-io/playwright-test@2.17.7 - @constructive-io/graphql-query@3.24.0 - @constructive-io/graphql-react@4.17.7 - graphql-server-test@2.21.7 - @constructive-io/graphql-test@4.18.7 - @constructive-io/test-codegen-app@1.18.7 - @constructive-io/cli@7.20.7 - pgpm@4.23.7 - @pgpmjs/export@0.14.1 - introspectron@4.17.7 - @constructive-sdk/cli@0.21.7 - @constructive-io/react@0.19.7 - @constructive-io/sdk@0.21.7 - @pgpmjs/migrate-client@0.12.6
1 parent 7de7e64 commit 70f9d20

35 files changed

Lines changed: 7587 additions & 2607 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.18.7](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.6...@constructive-io/examples-codegen-integration@1.18.7) (2026-05-13)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.18.6](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.18.5...@constructive-io/examples-codegen-integration@1.18.6) (2026-05-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": "1.18.6",
3+
"version": "1.18.7",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphql/codegen/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.41.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.40.6...@constructive-io/graphql-codegen@4.41.0) (2026-05-13)
7+
8+
### Bug Fixes
9+
10+
- **codegen:** findFirst/findOne return single object ([#752](https://github.com/constructive-io/constructive/issues/752)) ([006b869](https://github.com/constructive-io/constructive/commit/006b869ef305dffc568a463789f428c8b0733958))
11+
- **types:** remove = never default from FindFirstArgs TOrderBy param ([d7aea85](https://github.com/constructive-io/constructive/commit/d7aea8590862cbecc4c6c6cf92f1135050da8ee9))
12+
13+
### Features
14+
15+
- add codegen support for bulk mutations (ORM methods, React Query hooks, CLI commands) ([bf6061d](https://github.com/constructive-io/constructive/commit/bf6061dddfeb0a32d66bc1cd0b5a75a2ae87a7f5))
16+
617
## [4.40.6](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.40.5...@constructive-io/graphql-codegen@4.40.6) (2026-05-13)
718

819
**Note:** Version bump only for package @constructive-io/graphql-codegen

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

graphql/orm-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+
## [0.13.7](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.13.6...graphql-orm-test@0.13.7) (2026-05-13)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.13.6](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.13.5...graphql-orm-test@0.13.6) (2026-05-13)
711

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

graphql/orm-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-orm-test",
3-
"version": "0.13.6",
3+
"version": "0.13.7",
44
"private": true,
55
"author": "Constructive <developers@constructive.io>",
66
"description": "ORM integration tests against real PostgreSQL via graphile-test",

graphql/playwright-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.17.7](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.17.6...@constructive-io/playwright-test@2.17.7) (2026-05-13)
7+
8+
**Note:** Version bump only for package @constructive-io/playwright-test
9+
610
## [2.17.6](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.17.5...@constructive-io/playwright-test@2.17.6) (2026-05-13)
711

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

graphql/playwright-test/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/playwright-test",
3-
"version": "2.17.6",
3+
"version": "2.17.7",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive Playwright Testing with HTTP server support",
66
"main": "index.js",

graphql/query/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.24.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-query@3.23.4...@constructive-io/graphql-query@3.24.0) (2026-05-13)
7+
8+
### Bug Fixes
9+
10+
- **graphql-query:** address PR review on runtime sub-export ([4d88cfd](https://github.com/constructive-io/constructive/commit/4d88cfd817b319fd1f57120448a3f7b567f0583b))
11+
12+
### Features
13+
14+
- add codegen support for bulk mutations (ORM methods, React Query hooks, CLI commands) ([bf6061d](https://github.com/constructive-io/constructive/commit/bf6061dddfeb0a32d66bc1cd0b5a75a2ae87a7f5))
15+
616
## [3.23.4](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-query@3.23.3...@constructive-io/graphql-query@3.23.4) (2026-05-13)
717

818
**Note:** Version bump only for package @constructive-io/graphql-query

graphql/query/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-query",
3-
"version": "3.23.4",
3+
"version": "3.24.0",
44
"description": "Constructive GraphQL Query",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",

0 commit comments

Comments
 (0)