Skip to content

Commit 1840147

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.21.18 - @constructive-io/graphql-codegen@4.47.16 - graphql-orm-test@0.16.18 - @constructive-io/playwright-test@2.20.18 - @constructive-io/graphql-react@4.20.18 - @constructive-io/graphql-realtime-test@0.4.18 - graphql-server-test@2.26.3 - @constructive-io/graphql-test@4.22.3 - @constructive-io/test-codegen-app@1.21.18 - @constructive-io/cli@7.23.20 - pgpm@4.28.8 - @pgpmjs/export@0.22.3 - introspectron@4.20.18 - @constructive-sdk/cli@0.25.17 - @constructive-io/react@0.23.17 - @constructive-io/sdk@0.25.17 - @pgpmjs/migrate-client@0.15.12
1 parent 7121558 commit 1840147

34 files changed

Lines changed: 89 additions & 17 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.21.18](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.21.17...@constructive-io/examples-codegen-integration@1.21.18) (2026-06-23)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.21.17](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.21.16...@constructive-io/examples-codegen-integration@1.21.17) (2026-06-22)
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.21.17",
3+
"version": "1.21.18",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphql/codegen/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+
## [4.47.16](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.47.15...@constructive-io/graphql-codegen@4.47.16) (2026-06-23)
7+
8+
### Bug Fixes
9+
10+
- handle composite PK where clauses in CLI codegen ([da2afae](https://github.com/constructive-io/constructive/commit/da2afae4e4050d6dda03b0a90a8eac50c6d9f380))
11+
612
## [4.47.15](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.47.14...@constructive-io/graphql-codegen@4.47.15) (2026-06-22)
713

814
**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.47.15",
3+
"version": "4.47.16",
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.16.18](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.16.17...graphql-orm-test@0.16.18) (2026-06-23)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.16.17](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.16.16...graphql-orm-test@0.16.17) (2026-06-22)
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.16.17",
3+
"version": "0.16.18",
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.20.18](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.20.17...@constructive-io/playwright-test@2.20.18) (2026-06-23)
7+
8+
**Note:** Version bump only for package @constructive-io/playwright-test
9+
610
## [2.20.17](https://github.com/constructive-io/constructive/compare/@constructive-io/playwright-test@2.20.16...@constructive-io/playwright-test@2.20.17) (2026-06-22)
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.20.17",
3+
"version": "2.20.18",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive Playwright Testing with HTTP server support",
66
"main": "index.js",

graphql/react/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.20.18](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-react@4.20.17...@constructive-io/graphql-react@4.20.18) (2026-06-23)
7+
8+
**Note:** Version bump only for package @constructive-io/graphql-react
9+
610
## [4.20.17](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-react@4.20.16...@constructive-io/graphql-react@4.20.17) (2026-06-22)
711

812
**Note:** Version bump only for package @constructive-io/graphql-react

graphql/react/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-react",
3-
"version": "4.20.17",
3+
"version": "4.20.18",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive GraphQL React",
66
"main": "index.js",

0 commit comments

Comments
 (0)