Skip to content

Commit 8e5b641

Browse files
committed
chore(release): publish
- @launchql/[email protected] - @launchql/[email protected] - [email protected] - @launchql/[email protected] - @launchql/[email protected] - [email protected] - [email protected] - @launchql/[email protected]
1 parent f2284aa commit 8e5b641

File tree

16 files changed

+82
-18
lines changed

16 files changed

+82
-18
lines changed

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.4.0](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-30)
7+
8+
**Note:** Version bump only for package @launchql/cli
9+
10+
11+
12+
13+
614
## [4.3.1](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-28)
715

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

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/cli",
3-
"version": "4.3.1",
3+
"version": "4.4.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "LaunchQL CLI",
66
"main": "index.js",
@@ -41,9 +41,9 @@
4141
"ts-node": "^10.9.2"
4242
},
4343
"dependencies": {
44-
"@launchql/core": "^2.3.1",
44+
"@launchql/core": "^2.4.0",
4545
"@launchql/explorer": "^2.2.1",
46-
"@launchql/migrate": "^2.2.1",
46+
"@launchql/migrate": "^2.3.0",
4747
"@launchql/server": "^2.2.1",
4848
"@launchql/server-utils": "^2.1.15",
4949
"@launchql/templatizer": "^2.1.6",
@@ -52,9 +52,9 @@
5252
"deepmerge": "^4.3.1",
5353
"inquirerer": "^2.0.8",
5454
"js-yaml": "^4.1.0",
55+
"minimist": "^1.2.8",
5556
"pg-cache": "^1.0.1",
5657
"pg-env": "^1.0.1",
57-
"minimist": "^1.2.8",
5858
"shelljs": "^0.9.2"
5959
},
6060
"resolutions": {

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.4.0](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-30)
7+
8+
**Note:** Version bump only for package @launchql/core
9+
10+
11+
12+
13+
614
## [2.3.1](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-28)
715

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/core",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "LaunchQL Package and Migration Tools",
66
"main": "index.js",
@@ -42,7 +42,7 @@
4242
"@types/rimraf": "^4.0.5"
4343
},
4444
"dependencies": {
45-
"@launchql/migrate": "^2.2.1",
45+
"@launchql/migrate": "^2.3.0",
4646
"@launchql/server-utils": "^2.1.15",
4747
"@launchql/templatizer": "^2.1.6",
4848
"@launchql/types": "^2.1.13",

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.5.0](https://github.com/launchql/launchql/compare/[email protected]@2.5.0) (2025-06-30)
7+
8+
**Note:** Version bump only for package introspectron
9+
10+
11+
12+
13+
614
## [2.4.1](https://github.com/launchql/launchql/compare/[email protected]@2.4.1) (2025-06-28)
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.4.1",
3+
"version": "2.5.0",
44
"description": "introspect your Postgres database and generate an SDK",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"graphile-test": "^2.2.1",
34-
"pgsql-test": "^2.3.1"
34+
"pgsql-test": "^2.4.0"
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.8.0](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-30)
7+
8+
**Note:** Version bump only for package @launchql/codegen
9+
10+
11+
12+
13+
614
## [2.7.1](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-28)
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.7.1",
3+
"version": "2.8.0",
44
"description": "Generate queries and mutations for use with Graphile",
55
"author": "Dan Lynch <[email protected]>",
66
"main": "index.js",
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@types/pluralize": "0.0.33",
3434
"graphile-test": "^2.2.1",
35-
"introspectron": "^2.4.1"
35+
"introspectron": "^2.5.0"
3636
},
3737
"dependencies": {
3838
"gql-ast": "^2.1.5",

packages/migrate/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [2.3.0](https://github.com/launchql/launchql/compare/@launchql/[email protected]...@launchql/[email protected]) (2025-06-30)
7+
8+
**Note:** Version bump only for package @launchql/migrate

packages/migrate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchql/migrate",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "LaunchQL Migrate",
66
"main": "index.js",
@@ -38,8 +38,8 @@
3838
"@launchql/types": "^2.1.13",
3939
"@pgsql/types": "^17.6.1",
4040
"pg": "^8.11.3",
41-
"pg-env": "^1.0.1",
4241
"pg-cache": "^1.0.1",
42+
"pg-env": "^1.0.1",
4343
"pgsql-parser": "^17.7.5"
4444
},
4545
"devDependencies": {

0 commit comments

Comments
 (0)