Skip to content

Commit 72acea4

Browse files
committed
chore(release): publish
- @constructive-sdk/cli@0.10.1 - @constructive-io/node@0.6.1 - @constructive-io/react@0.8.1 - @constructive-io/sdk@0.10.1
1 parent 5fcec5e commit 72acea4

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

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.10.1](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.10.0...@constructive-sdk/cli@0.10.1) (2026-03-21)
7+
8+
**Note:** Version bump only for package @constructive-sdk/cli
9+
610
# [0.10.0](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.9.2...@constructive-sdk/cli@0.10.0) (2026-03-21)
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.10.0",
3+
"version": "0.10.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",

sdk/constructive-node/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.6.1](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.6.0...@constructive-io/node@0.6.1) (2026-03-21)
7+
8+
**Note:** Version bump only for package @constructive-io/node
9+
610
# [0.6.0](https://github.com/constructive-io/constructive/compare/@constructive-io/node@0.5.2...@constructive-io/node@0.6.0) (2026-03-21)
711

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

sdk/constructive-node/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/node",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive SDK for Node.js - Drop-in replacement for @constructive-io/sdk with Node.js HTTP adapter",
66
"main": "index.js",

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

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

sdk/constructive-react/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/react",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive React - Auto-generated React Query hooks and ORM client",
66
"main": "index.js",

sdk/constructive-sdk/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.10.1](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.10.0...@constructive-io/sdk@0.10.1) (2026-03-21)
7+
8+
**Note:** Version bump only for package @constructive-io/sdk
9+
610
# [0.10.0](https://github.com/constructive-io/constructive/compare/@constructive-io/sdk@0.9.2...@constructive-io/sdk@0.10.0) (2026-03-21)
711

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

sdk/constructive-sdk/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/sdk",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive SDK - Auto-generated GraphQL types and ORM client",
66
"main": "index.js",

0 commit comments

Comments
 (0)