Skip to content

Commit 64ef59e

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.6.1 - @constructive-io/graphql-codegen@4.14.1 - @constructive-io/test-codegen-app@1.6.1 - @constructive-io/cli@7.7.1 - @constructive-sdk/cli@0.8.1 - @constructive-io/node@0.4.1 - @constructive-io/react@0.6.1 - @constructive-io/sdk@0.7.1
1 parent d18f708 commit 64ef59e

16 files changed

Lines changed: 42 additions & 8 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.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.6.0...@constructive-io/examples-codegen-integration@1.6.1) (2026-03-14)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
# [1.6.0](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.5.4...@constructive-io/examples-codegen-integration@1.6.0) (2026-03-14)
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.0",
3+
"version": "1.6.1",
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.14.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.14.0...@constructive-io/graphql-codegen@4.14.1) (2026-03-14)
7+
8+
### Bug Fixes
9+
10+
- **codegen:** exclude computed fields from default CLI select objects ([d96c8c1](https://github.com/constructive-io/constructive/commit/d96c8c1aef35853bb1027536faf07504c016b94a))
11+
612
# [4.14.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.13.1...@constructive-io/graphql-codegen@4.14.0) (2026-03-14)
713

814
### Bug Fixes

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

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.1](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.6.0...@constructive-io/test-codegen-app@1.6.1) (2026-03-14)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
610
# [1.6.0](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.5.4...@constructive-io/test-codegen-app@1.6.0) (2026-03-14)
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.0",
3+
"version": "1.6.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/cli/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+
## [7.7.1](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.7.0...@constructive-io/cli@7.7.1) (2026-03-14)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
# [7.7.0](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.6.1...@constructive-io/cli@7.7.0) (2026-03-14)
711

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

packages/cli/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/cli",
3-
"version": "7.7.0",
3+
"version": "7.7.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

sdk/constructive-cli/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.8.1](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.8.0...@constructive-sdk/cli@0.8.1) (2026-03-14)
7+
8+
**Note:** Version bump only for package @constructive-sdk/cli
9+
610
# [0.8.0](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.7.1...@constructive-sdk/cli@0.8.0) (2026-03-14)
711

812
**Note:** Version bump only for package @constructive-sdk/cli

sdk/constructive-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-sdk/cli",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI SDK - Auto-generated GraphQL CLI with ORM client, context management, and interactive prompts",
66
"main": "index.js",

0 commit comments

Comments
 (0)