Skip to content

Commit f7d2375

Browse files
committed
chore(release): publish
- @launchql/cli@4.12.0 - @launchql/core@2.11.0 - @launchql/env@2.4.0 - @launchql/explorer@2.5.0 - graphile-cache@1.3.0 - graphile-settings@2.5.0 - graphile-test@2.5.0 - introspectron@2.11.0 - @launchql/codegen@2.14.0 - pg-cache@1.3.0 - pg-codegen@2.11.0 - pgsql-test@2.10.0 - @launchql/react@2.11.0 - @launchql/s3-streamer@2.5.0 - @launchql/server-utils@2.4.0 - @launchql/server@2.5.0 - @launchql/types@2.5.0
1 parent 19a2184 commit f7d2375

34 files changed

Lines changed: 200 additions & 64 deletions

packages/cli/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+
# [4.12.0](https://github.com/launchql/launchql/compare/@launchql/cli@4.11.0...@launchql/cli@4.12.0) (2025-10-04)
7+
8+
**Note:** Version bump only for package @launchql/cli
9+
10+
11+
12+
13+
614
# [4.11.0](https://github.com/launchql/launchql/compare/@launchql/cli@4.10.0...@launchql/cli@4.11.0) (2025-09-24)
715

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

packages/cli/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/cli",
3-
"version": "4.11.0",
3+
"version": "4.12.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "LaunchQL CLI",
66
"main": "index.js",
@@ -41,18 +41,18 @@
4141
"ts-node": "^10.9.2"
4242
},
4343
"dependencies": {
44-
"@launchql/core": "^2.10.0",
45-
"@launchql/env": "^2.3.0",
46-
"@launchql/explorer": "^2.4.0",
47-
"@launchql/server": "^2.4.0",
48-
"@launchql/server-utils": "^2.3.0",
44+
"@launchql/core": "^2.11.0",
45+
"@launchql/env": "^2.4.0",
46+
"@launchql/explorer": "^2.5.0",
47+
"@launchql/server": "^2.5.0",
48+
"@launchql/server-utils": "^2.4.0",
4949
"@launchql/templatizer": "^2.3.0",
50-
"@launchql/types": "^2.4.0",
50+
"@launchql/types": "^2.5.0",
5151
"chalk": "^4.1.0",
5252
"inquirerer": "^2.0.8",
5353
"js-yaml": "^4.1.0",
5454
"minimist": "^1.2.8",
55-
"pg-cache": "^1.2.0",
55+
"pg-cache": "^1.3.0",
5656
"pg-env": "^1.1.0",
5757
"shelljs": "^0.9.2"
5858
},

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

816

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/core",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "LaunchQL Package and Migration Tools",
66
"main": "index.js",
@@ -44,17 +44,17 @@
4444
"@types/rimraf": "^4.0.5"
4545
},
4646
"dependencies": {
47-
"@launchql/env": "^2.3.0",
48-
"@launchql/server-utils": "^2.3.0",
47+
"@launchql/env": "^2.4.0",
48+
"@launchql/server-utils": "^2.4.0",
4949
"@launchql/templatizer": "^2.3.0",
50-
"@launchql/types": "^2.4.0",
50+
"@launchql/types": "^2.5.0",
5151
"@pgsql/types": "^17.6.1",
5252
"case": "^1.6.3",
5353
"chalk": "^4.1.0",
5454
"csv-to-pg": "^2.0.10",
5555
"glob": "^11.0.2",
5656
"parse-package-name": "^1.0.0",
57-
"pg-cache": "^1.2.0",
57+
"pg-cache": "^1.3.0",
5858
"pg-env": "^1.1.0",
5959
"pgsql-deparser": "^17.11.1",
6060
"pgsql-parser": "^17.8.2",

packages/env/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.4.0](https://github.com/launchql/launchql/compare/@launchql/env@2.3.0...@launchql/env@2.4.0) (2025-10-04)
7+
8+
**Note:** Version bump only for package @launchql/env
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/launchql/launchql/compare/@launchql/env@2.2.1...@launchql/env@2.3.0) (2025-09-17)
715

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

packages/env/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/env",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": "Dan Lynch <Dan Lynch>",
55
"description": "LaunchQL environment management",
66
"main": "index.js",
@@ -30,7 +30,7 @@
3030
"test:watch": "jest --watch"
3131
},
3232
"dependencies": {
33-
"@launchql/types": "^2.4.0",
33+
"@launchql/types": "^2.5.0",
3434
"deepmerge": "^4.3.1"
3535
},
3636
"keywords": [

packages/explorer/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.5.0](https://github.com/launchql/launchql/compare/@launchql/explorer@2.4.0...@launchql/explorer@2.5.0) (2025-10-04)
7+
8+
**Note:** Version bump only for package @launchql/explorer
9+
10+
11+
12+
13+
614
# [2.4.0](https://github.com/launchql/launchql/compare/@launchql/explorer@2.3.1...@launchql/explorer@2.4.0) (2025-09-17)
715

816

packages/explorer/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/explorer",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "LaunchQL Explorer",
66
"main": "index.js",
@@ -35,18 +35,18 @@
3535
"test:watch": "jest --watch"
3636
},
3737
"dependencies": {
38-
"@launchql/env": "^2.3.0",
39-
"@launchql/s3-streamer": "^2.4.0",
40-
"@launchql/server-utils": "^2.3.0",
41-
"@launchql/types": "^2.4.0",
38+
"@launchql/env": "^2.4.0",
39+
"@launchql/s3-streamer": "^2.5.0",
40+
"@launchql/server-utils": "^2.4.0",
41+
"@launchql/types": "^2.5.0",
4242
"@launchql/upload-names": "^2.2.0",
4343
"@launchql/url-domains": "^2.2.0",
4444
"express": "^5.1.0",
4545
"graphile-build": "^4.14.1",
46-
"graphile-cache": "^1.2.0",
47-
"graphile-settings": "^2.4.0",
46+
"graphile-cache": "^1.3.0",
47+
"graphile-settings": "^2.5.0",
4848
"graphql-upload": "^13.0.0",
49-
"pg-cache": "^1.2.0",
49+
"pg-cache": "^1.3.0",
5050
"postgraphile": "^4.14.1"
5151
},
5252
"devDependencies": {

packages/graphile-cache/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+
# [1.3.0](https://github.com/launchql/launchql/compare/graphile-cache@1.2.0...graphile-cache@1.3.0) (2025-10-04)
7+
8+
**Note:** Version bump only for package graphile-cache
9+
10+
11+
12+
13+
614
# [1.2.0](https://github.com/launchql/launchql/compare/graphile-cache@1.1.1...graphile-cache@1.2.0) (2025-09-17)
715

816
**Note:** Version bump only for package graphile-cache

packages/graphile-cache/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-cache",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
66
"main": "index.js",
@@ -33,7 +33,7 @@
3333
"@launchql/logger": "^1.1.0",
3434
"lru-cache": "^11.1.0",
3535
"pg": "^8.16.0",
36-
"pg-cache": "^1.2.0",
36+
"pg-cache": "^1.3.0",
3737
"postgraphile": "^4.14.1"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)