Skip to content

Commit 6c33cfe

Browse files
committed
chore(release): publish
- @constructive-io/graphql-codegen@3.2.0 - @constructive-io/cli@6.1.6
1 parent 5a140aa commit 6c33cfe

5 files changed

Lines changed: 7014 additions & 2444 deletions

File tree

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.2.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@3.1.4...@constructive-io/graphql-codegen@3.2.0) (2026-01-29)
7+
8+
### Features
9+
10+
- **codegen:** add getHeaders callback for dynamic request headers ([374a91d](https://github.com/constructive-io/constructive/commit/374a91d4b4413c290ee7cd9cb433f7f14d38e4be))
11+
612
## [3.1.4](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@3.1.3...@constructive-io/graphql-codegen@3.1.4) (2026-01-28)
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.1.4",
3+
"version": "3.2.0",
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.1.6](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@6.1.5...@constructive-io/cli@6.1.6) (2026-01-29)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [6.1.5](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@6.1.4...@constructive-io/cli@6.1.5) (2026-01-28)
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.1.5",
3+
"version": "6.1.6",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)