Skip to content

Commit 10ce51a

Browse files
authored
Merge branch 'main' into feat/postgraphile-v5-plugins-review
2 parents 2dd53eb + b4e199d commit 10ce51a

16 files changed

Lines changed: 708 additions & 82 deletions

File tree

examples/codegen-integration/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.1.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.1.3...@constructive-io/examples-codegen-integration@1.1.4) (2026-02-23)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
10+
## [1.1.3](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.1.2...@constructive-io/examples-codegen-integration@1.1.3) (2026-02-23)
11+
12+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
13+
14+
## [1.1.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.1.1...@constructive-io/examples-codegen-integration@1.1.2) (2026-02-23)
15+
16+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
17+
618
## [1.1.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.1.0...@constructive-io/examples-codegen-integration@1.1.1) (2026-02-19)
719

820
**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.1.1",
3+
"version": "1.1.4",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphql/codegen/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.2.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.1.3...@constructive-io/graphql-codegen@4.2.0) (2026-02-23)
7+
8+
### Features
9+
10+
- **codegen:** add --select flag to custom CLI commands using nested-obj ([e4095ee](https://github.com/constructive-io/constructive/commit/e4095ee9af14900a16bda35cd482e7ff86c46e95))
11+
12+
## [4.1.3](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.1.2...@constructive-io/graphql-codegen@4.1.3) (2026-02-23)
13+
14+
### Bug Fixes
15+
16+
- **codegen:** add select param and JSON input parsing to custom command generator ([58e631e](https://github.com/constructive-io/constructive/commit/58e631ef9b672ce48daa8a689252602a3c3ee5fd))
17+
18+
## [4.1.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.1.1...@constructive-io/graphql-codegen@4.1.2) (2026-02-23)
19+
20+
### Bug Fixes
21+
22+
- **codegen:** fix CLI codegen bugs - ORM signatures, String.call, type coercion, field filtering ([91d58ad](https://github.com/constructive-io/constructive/commit/91d58adf34dd10dc55ee1068787b78f922234aa9))
23+
624
## [4.1.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.1.0...@constructive-io/graphql-codegen@4.1.1) (2026-02-19)
725

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

0 commit comments

Comments
 (0)