Skip to content

Commit dbe870b

Browse files
committed
Merge branch 'main' into refactor/merge-main-with-develop-v5
2 parents 97a1248 + 4f1db1a commit dbe870b

12 files changed

Lines changed: 88 additions & 19 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+
## [0.1.2](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@0.1.1...@constructive-io/examples-codegen-integration@0.1.2) (2026-02-13)
7+
8+
**Note:** Version bump only for package @constructive-io/examples-codegen-integration
9+
610
## [0.1.1](https://github.com/constructive-io/constructive/compare/@constructive-io/examples-codegen-integration@0.1.0...@constructive-io/examples-codegen-integration@0.1.1) (2026-02-13)
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": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"codegen": "tsx scripts/codegen-runner.ts",

graphql/codegen/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3.2](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@3.3.1...@constructive-io/graphql-codegen@3.3.2) (2026-02-13)
7+
8+
### Bug Fixes
9+
10+
- **pgpm:** use clearUpdateCache from @inquirerer/utils and bump to 3.2.3 ([0704cbe](https://github.com/constructive-io/constructive/commit/0704cbea539f2d984f649c9fc38595044e54b1b1))
11+
12+
## [3.3.1](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@3.3.0...@constructive-io/graphql-codegen@3.3.1) (2026-02-13)
13+
14+
**Note:** Version bump only for package @constructive-io/graphql-codegen
15+
616
# [3.3.0](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@3.2.1...@constructive-io/graphql-codegen@3.3.0) (2026-02-09)
717

818
### Bug Fixes

graphql/codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/graphql-codegen",
3-
"version": "3.3.0",
3+
"version": "3.3.2",
44
"description": "GraphQL SDK generator for Constructive databases with React Query hooks",
55
"keywords": [
66
"graphql",
@@ -58,7 +58,7 @@
5858
"@babel/types": "^7.28.6",
5959
"@constructive-io/graphql-server": "workspace:^",
6060
"@constructive-io/graphql-types": "workspace:^",
61-
"@inquirerer/utils": "^3.2.0",
61+
"@inquirerer/utils": "^3.2.3",
6262
"@pgpmjs/core": "workspace:^",
6363
"ajv": "^8.17.1",
6464
"deepmerge": "^4.3.1",

graphql/test-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.2](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@0.1.1...@constructive-io/test-codegen-app@0.1.2) (2026-02-13)
7+
8+
**Note:** Version bump only for package @constructive-io/test-codegen-app
9+
10+
## [0.1.1](https://github.com/constructive-io/constructive/compare/@constructive-io/test-codegen-app@0.1.0...@constructive-io/test-codegen-app@0.1.1) (2026-02-13)
11+
12+
**Note:** Version bump only for package @constructive-io/test-codegen-app
13+
614
# 0.1.0 (2026-02-09)
715

816
### Features

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": "0.1.0",
3+
"version": "0.1.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/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+
## [6.2.2](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@6.2.1...@constructive-io/cli@6.2.2) (2026-02-13)
7+
8+
### Bug Fixes
9+
10+
- **pgpm:** use clearUpdateCache from @inquirerer/utils and bump to 3.2.3 ([0704cbe](https://github.com/constructive-io/constructive/commit/0704cbea539f2d984f649c9fc38595044e54b1b1))
11+
612
## [6.2.1](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@6.2.0...@constructive-io/cli@6.2.1) (2026-02-13)
713

814
**Note:** Version bump only for package @constructive-io/cli

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/cli",
3-
"version": "6.1.2",
3+
"version": "6.2.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",
@@ -51,7 +51,7 @@
5151
"@constructive-io/graphql-server": "workspace:^",
5252
"@constructive-io/graphql-types": "workspace:^",
5353
"@constructive-io/knative-job-service": "workspace:^",
54-
"@inquirerer/utils": "^3.2.0",
54+
"@inquirerer/utils": "^3.2.3",
5555
"@pgpmjs/core": "workspace:^",
5656
"@pgpmjs/logger": "workspace:^",
5757
"@pgpmjs/server-utils": "workspace:^",

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+
## [3.3.2](https://github.com/constructive-io/constructive/compare/pgpm@3.3.1...pgpm@3.3.2) (2026-02-13)
7+
8+
### Bug Fixes
9+
10+
- **pgpm:** use clearUpdateCache from @inquirerer/utils and bump to 3.2.3 ([0704cbe](https://github.com/constructive-io/constructive/commit/0704cbea539f2d984f649c9fc38595044e54b1b1))
11+
612
## [3.3.1](https://github.com/constructive-io/constructive/compare/pgpm@3.3.0...pgpm@3.3.1) (2026-02-13)
713

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

pgpm/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgpm",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostgreSQL Package Manager - Database migration and package management CLI",
66
"main": "index.js",
@@ -45,7 +45,7 @@
4545
"ts-node": "^10.9.2"
4646
},
4747
"dependencies": {
48-
"@inquirerer/utils": "^3.2.0",
48+
"@inquirerer/utils": "^3.2.3",
4949
"@pgpmjs/core": "workspace:^",
5050
"@pgpmjs/env": "workspace:^",
5151
"@pgpmjs/logger": "workspace:^",

0 commit comments

Comments
 (0)