Skip to content

Commit ce2369c

Browse files
committed
chore(release): publish
- @constructive-io/examples-codegen-integration@1.2.6 - @constructive-io/graphql-codegen@4.5.2 - @constructive-io/test-codegen-app@1.2.6 - @constructive-io/cli@7.2.6 - pgpm@4.2.2 - @constructive-io/sdk@0.0.3
1 parent 86ec518 commit ce2369c

13 files changed

Lines changed: 7558 additions & 2613 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.2.6](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.2.5...@constructive-io/examples-codegen-integration@1.2.6) (2026-02-27)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [1.2.5](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@1.2.4...@constructive-io/examples-codegen-integration@1.2.5) (2026-02-26)
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.2.5",
3+
"version": "1.2.6",
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.5.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.5.1...@constructive-io/graphql-codegen@4.5.2) (2026-02-27)
7+
8+
### Bug Fixes
9+
10+
- correct findOne docs to use top-level PK instead of where wrapper ([7ad3b26](https://github.com/constructive-io/constructive/commit/7ad3b2643a0ccf58adb6baeea681d0d0df105470)), closes [constructive-io/constructive-planning#623](https://github.com/constructive-io/constructive-planning/issues/623)
11+
612
## [4.5.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@4.5.0...@constructive-io/graphql-codegen@4.5.1) (2026-02-26)
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.5.1",
3+
"version": "4.5.2",
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.2.6](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.2.5...@constructive-io/test-codegen-app@1.2.6) (2026-02-27)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
610
## [1.2.5](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@1.2.4...@constructive-io/test-codegen-app@1.2.5) (2026-02-26)
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.2.5",
3+
"version": "1.2.6",
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.2.6](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.2.5...@constructive-io/cli@7.2.6) (2026-02-27)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [7.2.5](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.2.4...@constructive-io/cli@7.2.5) (2026-02-26)
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.2.5",
3+
"version": "7.2.6",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

pgpm/cli/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.2.2](https://github.com/constructive-io/constructive/compare/pgpm@4.2.1...pgpm@4.2.2) (2026-02-27)
7+
8+
### Bug Fixes
9+
10+
- **pgpm:** suppress stale update notification after pgpm update ([01c6636](https://github.com/constructive-io/constructive/commit/01c66363afb9b0fc9074d088eb5713110c44af4d))
11+
612
## [4.2.1](https://github.com/constructive-io/constructive/compare/pgpm@4.2.0...pgpm@4.2.1) (2026-02-26)
713

814
**Note:** Version bump only for package pgpm

pgpm/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgpm",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL Package Manager - Database migration and package management CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)