Skip to content

Commit 3993495

Browse files
committed
chore(release): publish
- @constructive-io/cli@7.14.1 - pgpm@4.17.1 - @pgpmjs/export@0.5.1 - @constructive-sdk/cli@0.16.1 - @constructive-io/react@0.14.1 - @constructive-io/sdk@0.16.1 - @pgpmjs/migrate-client@0.7.1
1 parent f40ee62 commit 3993495

14 files changed

Lines changed: 35 additions & 7 deletions

File tree

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.14.1](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.14.0...@constructive-io/cli@7.14.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
# [7.14.0](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@7.13.13...@constructive-io/cli@7.14.0) (2026-04-30)
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.14.0",
3+
"version": "7.14.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

pgpm/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+
## [4.17.1](https://github.com/constructive-io/constructive/compare/pgpm@4.17.0...pgpm@4.17.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package pgpm
9+
610
# [4.17.0](https://github.com/constructive-io/constructive/compare/pgpm@4.16.6...pgpm@4.17.0) (2026-04-30)
711

812
**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.17.0",
3+
"version": "4.17.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL Package Manager - Database migration and package management CLI",
66
"main": "index.js",

pgpm/export/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.5.1](https://github.com/constructive-io/constructive/compare/@pgpmjs/export@0.5.0...@pgpmjs/export@0.5.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @pgpmjs/export
9+
610
# [0.5.0](https://github.com/constructive-io/constructive/compare/@pgpmjs/export@0.4.6...@pgpmjs/export@0.5.0) (2026-04-30)
711

812
**Note:** Version bump only for package @pgpmjs/export

pgpm/export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpmjs/export",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PGPM export tools for SQL and GraphQL database migration extraction",
66
"main": "index.js",

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.16.1](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.16.0...@constructive-sdk/cli@0.16.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @constructive-sdk/cli
9+
610
# [0.16.0](https://github.com/constructive-io/constructive/compare/@constructive-sdk/cli@0.15.1...@constructive-sdk/cli@0.16.0) (2026-04-30)
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.16.0",
3+
"version": "0.16.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-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.14.1](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.14.0...@constructive-io/react@0.14.1) (2026-04-30)
7+
8+
**Note:** Version bump only for package @constructive-io/react
9+
610
# [0.14.0](https://github.com/constructive-io/constructive/compare/@constructive-io/react@0.13.1...@constructive-io/react@0.14.0) (2026-04-30)
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.14.0",
3+
"version": "0.14.1",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive React - Auto-generated React Query hooks and ORM client",
66
"main": "index.js",

0 commit comments

Comments
 (0)