Skip to content

Commit e9ef404

Browse files
committed
chore(release): publish
- @constructive-io/graphql-codegen@2.17.30 - @constructive-io/cli@5.1.22
1 parent 53268a9 commit e9ef404

5 files changed

Lines changed: 7182 additions & 2480 deletions

File tree

graphql/codegen/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+
## [2.17.30](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.29...@constructive-io/graphql-codegen@2.17.30) (2025-12-26)
7+
8+
**Note:** Version bump only for package @constructive-io/graphql-codegen
9+
610
## [2.17.29](https://github.com/constructive-io/constructive/compare/@constructive-io/graphql-codegen@2.17.28...@constructive-io/graphql-codegen@2.17.29) (2025-12-26)
711

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

graphql/codegen/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@constructive-io/graphql-codegen",
3-
"version": "2.17.29",
3+
"version": "2.17.30",
44
"description": "Generate queries and mutations for use with Graphile",
55
"author": "Constructive <developers@constructive.io>",
66
"main": "index.js",
@@ -32,14 +32,13 @@
3232
"@constructive-io/graphql-test": "workspace:^",
3333
"@types/babel__generator": "^7.27.0",
3434
"@types/pluralize": "0.0.33",
35-
"@types/babel__generator": "^7.27.0",
3635
"makage": "^0.1.9"
3736
},
3837
"dependencies": {
39-
"@constructive-io/graphql-test": "^2.11.8",
4038
"@babel/generator": "^7.26.3",
4139
"@babel/parser": "^7.28.5",
4240
"@babel/types": "^7.26.3",
41+
"@constructive-io/graphql-test": "^2.11.8",
4342
"@graphql-codegen/core": "5.0.0",
4443
"@graphql-codegen/typescript": "5.0.5",
4544
"@graphql-codegen/typescript-graphql-request": "6.0.1",

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+
## [5.1.22](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@5.1.21...@constructive-io/cli@5.1.22) (2025-12-26)
7+
8+
**Note:** Version bump only for package @constructive-io/cli
9+
610
## [5.1.21](https://github.com/constructive-io/constructive/compare/@constructive-io/cli@5.1.20...@constructive-io/cli@5.1.21) (2025-12-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": "5.1.21",
3+
"version": "5.1.22",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "Constructive CLI",
66
"main": "index.js",

0 commit comments

Comments
 (0)