Skip to content

Commit f0cb7f0

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.9.4 - @constructive-io/graphql-codegen@4.22.4 - graphql-orm-test@0.3.4 - @constructive-io/test-codegen-app@1.9.4 - @constructive-io/cli@7.10.4 - @constructive-sdk/cli@0.11.4 - @constructive-io/node@0.7.4 - @constructive-io/react@0.9.4 - @constructive-io/sdk@0.11.4
1 parent c5b0c92 commit f0cb7f0

18 files changed

Lines changed: 45 additions & 9 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.9.4](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.9.3...@constructive-io/examples-codegen-integration@1.9.4) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.9.3](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.9.2...@constructive-io/examples-codegen-integration@1.9.3) (2026-03-25)
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.9.3",
3+
"version": "1.9.4",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

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.22.4](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.22.3...@constructive-io/graphql-codegen@4.22.4) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/graphql-codegen
9+
610
## [4.22.3](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.22.2...@constructive-io/graphql-codegen@4.22.3) (2026-03-25)
711

812
**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.22.3",
3+
"version": "4.22.4",
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.3.4](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.3.3...graphql-orm-test@0.3.4) (2026-03-25)
7+
8+
**Note:** Version bump only for package graphql-orm-test
9+
610
## [0.3.3](https://github.com/constructive-io/constructive/compare/graphql-orm-test@0.3.2...graphql-orm-test@0.3.3) (2026-03-25)
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.3.3",
3+
"version": "0.3.4",
44
"private": true,
55
"author": "Constructive <developers@constructive.io>",
66
"description": "ORM integration tests against real PostgreSQL via graphile-test",

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.9.4](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.9.3...@constructive-io/test-codegen-app@1.9.4) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
610
## [1.9.3](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.9.2...@constructive-io/test-codegen-app@1.9.3) (2026-03-25)
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.9.3",
3+
"version": "1.9.4",
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.10.4](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.10.3...@constructive-io/cli@7.10.4) (2026-03-25)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [7.10.3](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.10.2...@constructive-io/cli@7.10.3) (2026-03-25)
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.10.3",
3+
"version": "7.10.4",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)