Skip to content

Commit 870ab4d

Browse files
committed
chore(release): publish
- @launchql/cli@4.12.7 - @launchql/client@2.2.1 - @launchql/content-type-stream@2.3.1 - @launchql/core@2.11.7 - @launchql/env@2.4.3 - etag-hash@2.3.1 - etag-stream@2.3.1 - @launchql/explorer@2.5.4 - gql-ast@2.3.1 - graphile-cache@1.3.4 - graphile-query@2.3.1 - graphile-settings@2.5.3 - graphile-test@2.5.4 - introspectron@2.11.11 - @launchql/codegen@2.14.11 - mime-bytes@0.3.1 - @launchql/orm@2.2.1 - pg-ast@2.3.2 - pg-cache@1.3.4 - pg-codegen@2.11.11 - pg-query-context@2.2.1 - pgsql-test@2.11.10 - @launchql/query-builder@2.2.1 - @launchql/query@2.3.1 - @launchql/react@2.11.11 - @launchql/s3-streamer@2.5.3 - @launchql/s3-utils@2.2.1 - @launchql/server-utils@2.4.3 - @launchql/server@2.5.4 - stream-to-etag@2.3.1 - supabase-test@0.0.9 - @launchql/templatizer@2.3.1 - @launchql/types@2.6.2 - @launchql/upload-names@2.2.1 - @launchql/url-domains@2.2.1 - uuid-hash@2.2.1 - uuid-stream@2.2.1
1 parent 873ff52 commit 870ab4d

74 files changed

Lines changed: 404 additions & 108 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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.7](https://github.com/launchql/launchql/compare/@launchql/cli@4.12.6...@launchql/cli@4.12.7) (2025-11-07)
7+
8+
**Note:** Version bump only for package @launchql/cli
9+
10+
11+
12+
13+
614
## [4.12.6](https://github.com/launchql/launchql/compare/@launchql/cli@4.12.5...@launchql/cli@4.12.6) (2025-11-07)
715

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

packages/cli/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/cli",
3-
"version": "4.12.6",
3+
"version": "4.12.7",
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.11.6",
45-
"@launchql/env": "^2.4.2",
46-
"@launchql/explorer": "^2.5.3",
47-
"@launchql/server": "^2.5.3",
48-
"@launchql/server-utils": "^2.4.2",
49-
"@launchql/templatizer": "^2.3.0",
50-
"@launchql/types": "^2.6.1",
44+
"@launchql/core": "^2.11.7",
45+
"@launchql/env": "^2.4.3",
46+
"@launchql/explorer": "^2.5.4",
47+
"@launchql/server": "^2.5.4",
48+
"@launchql/server-utils": "^2.4.3",
49+
"@launchql/templatizer": "^2.3.1",
50+
"@launchql/types": "^2.6.2",
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.3.3",
55+
"pg-cache": "^1.3.4",
5656
"pg-env": "^1.1.0",
5757
"shelljs": "^0.9.2"
5858
},

packages/client/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.2.1](https://github.com/launchql/launchql/compare/@launchql/client@2.2.0...@launchql/client@2.2.1) (2025-11-07)
7+
8+
**Note:** Version bump only for package @launchql/client
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/launchql/launchql/compare/@launchql/client@2.1.5...@launchql/client@2.2.0) (2025-07-31)
715

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

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/client",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "PostgreSQL Client",
66
"main": "index.js",

packages/content-type-stream/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.3.1](https://github.com/launchql/launchql/compare/@launchql/content-type-stream@2.3.0...@launchql/content-type-stream@2.3.1) (2025-11-07)
7+
8+
**Note:** Version bump only for package @launchql/content-type-stream
9+
10+
11+
12+
13+
614
# [2.3.0](https://github.com/launchql/launchql/compare/@launchql/content-type-stream@2.2.0...@launchql/content-type-stream@2.3.0) (2025-07-31)
715

816
**Note:** Version bump only for package @launchql/content-type-stream

packages/content-type-stream/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/content-type-stream",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "detect content-types via streams",
66
"main": "index.js",
@@ -30,9 +30,9 @@
3030
"test:watch": "jest --watch"
3131
},
3232
"dependencies": {
33-
"etag-hash": "^2.3.0",
34-
"mime-bytes": "^0.3.0",
35-
"uuid-hash": "^2.2.0"
33+
"etag-hash": "^2.3.1",
34+
"mime-bytes": "^0.3.1",
35+
"uuid-hash": "^2.2.1"
3636
},
3737
"keywords": [
3838
"content-type",

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.7](https://github.com/launchql/launchql/compare/@launchql/core@2.11.6...@launchql/core@2.11.7) (2025-11-07)
7+
8+
**Note:** Version bump only for package @launchql/core
9+
10+
11+
12+
13+
614
## [2.11.6](https://github.com/launchql/launchql/compare/@launchql/core@2.11.5...@launchql/core@2.11.6) (2025-11-07)
715

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

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/core",
3-
"version": "2.11.6",
3+
"version": "2.11.7",
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.4.2",
48-
"@launchql/server-utils": "^2.4.2",
49-
"@launchql/templatizer": "^2.3.0",
50-
"@launchql/types": "^2.6.1",
47+
"@launchql/env": "^2.4.3",
48+
"@launchql/server-utils": "^2.4.3",
49+
"@launchql/templatizer": "^2.3.1",
50+
"@launchql/types": "^2.6.2",
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.3.3",
57+
"pg-cache": "^1.3.4",
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.3](https://github.com/launchql/launchql/compare/@launchql/env@2.4.2...@launchql/env@2.4.3) (2025-11-07)
7+
8+
**Note:** Version bump only for package @launchql/env
9+
10+
11+
12+
13+
614
## [2.4.2](https://github.com/launchql/launchql/compare/@launchql/env@2.4.1...@launchql/env@2.4.2) (2025-11-07)
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.4.2",
3+
"version": "2.4.3",
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.6.1",
33+
"@launchql/types": "^2.6.2",
3434
"deepmerge": "^4.3.1"
3535
},
3636
"keywords": [

0 commit comments

Comments
 (0)