Skip to content

Commit aa8ec75

Browse files
committed
chore(release): publish
- @constructive-io/[email protected] - @constructive-io/[email protected]
1 parent 919ffb4 commit aa8ec75

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

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+
## [3.0.4](https://github.com/constructive-io/constructive/compare/@constructive-io/[email protected]...@constructive-io/[email protected]) (2026-01-26)
7+
8+
### Bug Fixes
9+
10+
- **graphql-codegen:** generate barrel file for ORM-only mode ([52508bd](https://github.com/constructive-io/constructive/commit/52508bd86076b2a76de5a26821f1aac357de02ad))
11+
612
## [3.0.3](https://github.com/constructive-io/constructive/compare/@constructive-io/[email protected]...@constructive-io/[email protected]) (2026-01-25)
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": "3.0.3",
3+
"version": "3.0.4",
44
"description": "GraphQL SDK generator for Constructive databases with React Query hooks",
55
"keywords": [
66
"graphql",

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+
## [6.0.4](https://github.com/constructive-io/constructive/compare/@constructive-io/[email protected]...@constructive-io/[email protected]) (2026-01-26)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [6.0.3](https://github.com/constructive-io/constructive/compare/@constructive-io/[email protected]...@constructive-io/[email protected]) (2026-01-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": "6.0.3",
3+
"version": "6.0.4",
44
"author": "Constructive <[email protected]>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)