Skip to content

Commit 7206425

Browse files
committed
chore(release): publish
- introspectron@2.11.2 - @launchql/codegen@2.14.2 - pg-codegen@2.11.2 - pgsql-test@2.11.1 - @launchql/react@2.11.2
1 parent 45998a8 commit 7206425

10 files changed

Lines changed: 49 additions & 9 deletions

File tree

packages/introspectron/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+
## [2.11.2](https://github.com/launchql/launchql/compare/introspectron@2.11.1...introspectron@2.11.2) (2025-10-18)
7+
8+
**Note:** Version bump only for package introspectron
9+
10+
11+
12+
13+
614
## [2.11.1](https://github.com/launchql/launchql/compare/introspectron@2.11.0...introspectron@2.11.1) (2025-10-18)
715

816
**Note:** Version bump only for package introspectron

packages/introspectron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "introspectron",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"description": "introspect your Postgres database and generate an SDK",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"graphile-test": "^2.5.1",
34-
"pgsql-test": "^2.11.0"
34+
"pgsql-test": "^2.11.1"
3535
},
3636
"dependencies": {
3737
"graphql-tag": "2.12.6"

packages/launchql-gen/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+
## [2.14.2](https://github.com/launchql/launchql/compare/@launchql/codegen@2.14.1...@launchql/codegen@2.14.2) (2025-10-18)
7+
8+
**Note:** Version bump only for package @launchql/codegen
9+
10+
11+
12+
13+
614
## [2.14.1](https://github.com/launchql/launchql/compare/@launchql/codegen@2.14.0...@launchql/codegen@2.14.1) (2025-10-18)
715

816
**Note:** Version bump only for package @launchql/codegen

packages/launchql-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/codegen",
3-
"version": "2.14.1",
3+
"version": "2.14.2",
44
"description": "Generate queries and mutations for use with Graphile",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@types/pluralize": "0.0.33",
3434
"graphile-test": "^2.5.1",
35-
"introspectron": "^2.11.1"
35+
"introspectron": "^2.11.2"
3636
},
3737
"dependencies": {
3838
"gql-ast": "^2.3.0",

packages/pg-codegen/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+
## [2.11.2](https://github.com/launchql/launchql/compare/pg-codegen@2.11.1...pg-codegen@2.11.2) (2025-10-18)
7+
8+
**Note:** Version bump only for package pg-codegen
9+
10+
11+
12+
13+
614
## [2.11.1](https://github.com/launchql/launchql/compare/pg-codegen@2.11.0...pg-codegen@2.11.1) (2025-10-18)
715

816
**Note:** Version bump only for package pg-codegen

packages/pg-codegen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-codegen",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "PostgreSQL Codegen",
66
"main": "index.js",
@@ -44,7 +44,7 @@
4444
"@launchql/server-utils": "^2.4.1",
4545
"@launchql/types": "^2.6.0",
4646
"pg": "^8.16.0",
47-
"pgsql-test": "^2.11.0"
47+
"pgsql-test": "^2.11.1"
4848
},
4949
"devDependencies": {
5050
"@types/pg": "^8.15.2"

packages/pgsql-test/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+
## [2.11.1](https://github.com/launchql/launchql/compare/pgsql-test@2.11.0...pgsql-test@2.11.1) (2025-10-18)
7+
8+
**Note:** Version bump only for package pgsql-test
9+
10+
11+
12+
13+
614
# [2.11.0](https://github.com/launchql/launchql/compare/pgsql-test@2.10.0...pgsql-test@2.11.0) (2025-10-18)
715

816

packages/pgsql-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgsql-test",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution",
66
"main": "index.js",

packages/react/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+
## [2.11.2](https://github.com/launchql/launchql/compare/@launchql/react@2.11.1...@launchql/react@2.11.2) (2025-10-18)
7+
8+
**Note:** Version bump only for package @launchql/react
9+
10+
11+
12+
13+
614
## [2.11.1](https://github.com/launchql/launchql/compare/@launchql/react@2.11.0...@launchql/react@2.11.1) (2025-10-18)
715

816
**Note:** Version bump only for package @launchql/react

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/react",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "LaunchQL React",
66
"main": "index.js",
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@launchql/query": "^2.3.0",
3232
"graphql-request": "^7.1.2",
33-
"introspectron": "^2.11.1",
33+
"introspectron": "^2.11.2",
3434
"react": "^19.1.0",
3535
"react-dom": "^19.1.0",
3636
"react-query": "^3.39.3"

0 commit comments

Comments
 (0)