Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.26](https://github.com/launchql/launchql/compare/@launchql/cli@4.1.25...@launchql/cli@4.1.26) (2025-05-27)

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





## [4.1.25](https://github.com/launchql/launchql/compare/@launchql/cli@4.1.24...@launchql/cli@4.1.25) (2025-05-25)

**Note:** Version bump only for package @launchql/cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/cli",
"version": "4.1.25",
"version": "4.1.26",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL CLI",
"main": "index.js",
Expand Down Expand Up @@ -41,12 +41,12 @@
"ts-node": "^10.9.2"
},
"dependencies": {
"@launchql/core": "^2.1.16",
"@launchql/explorer": "^2.1.13",
"@launchql/server": "^2.1.15",
"@launchql/server-utils": "^2.1.10",
"@launchql/core": "^2.1.17",
"@launchql/explorer": "^2.1.14",
"@launchql/server": "^2.1.16",
"@launchql/server-utils": "^2.1.11",
"@launchql/templatizer": "^2.1.4",
"@launchql/types": "^2.1.8",
"@launchql/types": "^2.1.9",
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"inquirerer": "^2.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.17](https://github.com/launchql/launchql/compare/@launchql/core@2.1.16...@launchql/core@2.1.17) (2025-05-27)

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





## [2.1.16](https://github.com/launchql/launchql/compare/@launchql/core@2.1.15...@launchql/core@2.1.16) (2025-05-25)

**Note:** Version bump only for package @launchql/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/core",
"version": "2.1.16",
"version": "2.1.17",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL Package and Migration Tools",
"main": "index.js",
Expand Down Expand Up @@ -42,9 +42,9 @@
"@types/rimraf": "^4.0.5"
},
"dependencies": {
"@launchql/server-utils": "^2.1.10",
"@launchql/server-utils": "^2.1.11",
"@launchql/templatizer": "^2.1.4",
"@launchql/types": "^2.1.8",
"@launchql/types": "^2.1.9",
"case": "^1.6.3",
"chalk": "^4.1.0",
"csv-to-pg": "^2.0.9",
Expand Down
8 changes: 8 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.14](https://github.com/launchql/launchql/compare/@launchql/explorer@2.1.13...@launchql/explorer@2.1.14) (2025-05-27)

**Note:** Version bump only for package @launchql/explorer





## [2.1.13](https://github.com/launchql/launchql/compare/@launchql/explorer@2.1.12...@launchql/explorer@2.1.13) (2025-05-25)

**Note:** Version bump only for package @launchql/explorer
Expand Down
10 changes: 5 additions & 5 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/explorer",
"version": "2.1.13",
"version": "2.1.14",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL Explorer",
"main": "index.js",
Expand Down Expand Up @@ -35,14 +35,14 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@launchql/s3-streamer": "^2.1.8",
"@launchql/server-utils": "^2.1.10",
"@launchql/types": "^2.1.8",
"@launchql/s3-streamer": "^2.1.9",
"@launchql/server-utils": "^2.1.11",
"@launchql/types": "^2.1.9",
"@launchql/upload-names": "^2.1.3",
"@launchql/url-domains": "^2.1.3",
"express": "^5.1.0",
"graphile-build": "^4.14.1",
"graphile-settings": "^2.1.12",
"graphile-settings": "^2.1.13",
"graphql-upload": "^15.0.2",
"postgraphile": "^4.14.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/graphile-settings/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.13](https://github.com/launchql/launchql/compare/graphile-settings@2.1.12...graphile-settings@2.1.13) (2025-05-27)

**Note:** Version bump only for package graphile-settings





## [2.1.12](https://github.com/launchql/launchql/compare/graphile-settings@2.1.11...graphile-settings@2.1.12) (2025-05-25)

**Note:** Version bump only for package graphile-settings
Expand Down
8 changes: 4 additions & 4 deletions packages/graphile-settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-settings",
"version": "2.1.12",
"version": "2.1.13",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "graphile settings",
"main": "index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@graphile-contrib/pg-many-to-many": "^1.0.2",
"@launchql/s3-streamer": "^2.1.8",
"@launchql/types": "^2.1.8",
"@launchql/s3-streamer": "^2.1.9",
"@launchql/types": "^2.1.9",
"@launchql/upload-names": "^2.1.3",
"@pyramation/postgis": "^0.1.1",
"@pyramation/postgraphile-plugin-fulltext-filter": "^2.0.0",
Expand All @@ -43,7 +43,7 @@
"graphile-meta-schema": "^0.2.5",
"graphile-query": "^2.1.6",
"graphile-search-plugin": "^0.1.2",
"graphile-settings": "^2.1.12",
"graphile-settings": "^2.1.13",
"graphile-simple-inflector": "^0.1.1",
"graphql-tag": "2.12.6",
"lru-cache": "^11.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphile-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.16](https://github.com/launchql/launchql/compare/graphile-test@2.1.15...graphile-test@2.1.16) (2025-05-27)

**Note:** Version bump only for package graphile-test





## [2.1.15](https://github.com/launchql/launchql/compare/graphile-test@2.1.14...graphile-test@2.1.15) (2025-05-25)

**Note:** Version bump only for package graphile-test
Expand Down
6 changes: 3 additions & 3 deletions packages/graphile-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-test",
"version": "2.1.15",
"version": "2.1.16",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "PostGraphile Testing",
"main": "index.js",
Expand Down Expand Up @@ -34,8 +34,8 @@
"graphql-tag": "2.12.6"
},
"dependencies": {
"@launchql/types": "^2.1.8",
"graphile-settings": "^2.1.12",
"@launchql/types": "^2.1.9",
"graphile-settings": "^2.1.13",
"graphql": "^15.5.2",
"mock-req": "^0.2.0",
"pg": "^8.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/introspectron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.8](https://github.com/launchql/launchql/compare/introspectron@2.2.7...introspectron@2.2.8) (2025-05-27)

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





## [2.2.7](https://github.com/launchql/launchql/compare/introspectron@2.2.6...introspectron@2.2.7) (2025-05-25)

**Note:** Version bump only for package introspectron
Expand Down
6 changes: 3 additions & 3 deletions packages/introspectron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "introspectron",
"version": "2.2.7",
"version": "2.2.8",
"description": "introspect your Postgres database and generate an SDK",
"author": "Dan Lynch <pyramation@gmail.com>",
"main": "index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"graphile-test": "^2.1.15",
"pgsql-test": "^2.1.17"
"graphile-test": "^2.1.16",
"pgsql-test": "^2.1.18"
},
"dependencies": {
"graphql-tag": "2.12.6"
Expand Down
8 changes: 8 additions & 0 deletions packages/launchql-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.10](https://github.com/launchql/launchql/compare/@launchql/codegen@2.5.9...@launchql/codegen@2.5.10) (2025-05-27)

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





## [2.5.9](https://github.com/launchql/launchql/compare/@launchql/codegen@2.5.8...@launchql/codegen@2.5.9) (2025-05-25)

**Note:** Version bump only for package @launchql/codegen
Expand Down
6 changes: 3 additions & 3 deletions packages/launchql-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/codegen",
"version": "2.5.9",
"version": "2.5.10",
"description": "Generate queries and mutations for use with Graphile",
"author": "Dan Lynch <pyramation@gmail.com>",
"main": "index.js",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"devDependencies": {
"@types/pluralize": "0.0.33",
"graphile-test": "^2.1.15",
"introspectron": "^2.2.7"
"graphile-test": "^2.1.16",
"introspectron": "^2.2.8"
},
"dependencies": {
"gql-ast": "^2.1.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/pg-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.5](https://github.com/launchql/launchql/compare/pg-codegen@2.2.4...pg-codegen@2.2.5) (2025-05-27)

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





## [2.2.4](https://github.com/launchql/launchql/compare/pg-codegen@2.2.3...pg-codegen@2.2.4) (2025-05-25)

**Note:** Version bump only for package pg-codegen
Expand Down
8 changes: 4 additions & 4 deletions packages/pg-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-codegen",
"version": "2.2.4",
"version": "2.2.5",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "PostgreSQL Codegen",
"main": "index.js",
Expand Down Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"@babel/generator": "^7.26.3",
"@babel/types": "^7.26.3",
"@launchql/server-utils": "^2.1.10",
"@launchql/types": "^2.1.8",
"@launchql/server-utils": "^2.1.11",
"@launchql/types": "^2.1.9",
"pg": "^8.16.0",
"pgsql-test": "^2.1.17"
"pgsql-test": "^2.1.18"
},
"devDependencies": {
"@types/pg": "^8.15.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/pgsql-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.18](https://github.com/launchql/launchql/compare/pgsql-test@2.1.17...pgsql-test@2.1.18) (2025-05-27)

**Note:** Version bump only for package pgsql-test





## [2.1.17](https://github.com/launchql/launchql/compare/pgsql-test@2.1.16...pgsql-test@2.1.17) (2025-05-25)

**Note:** Version bump only for package pgsql-test
Expand Down
8 changes: 4 additions & 4 deletions packages/pgsql-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgsql-test",
"version": "2.1.17",
"version": "2.1.18",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "pgsql-test offers isolated, role-aware, and rollback-friendly PostgreSQL environments for integration tests — giving developers realistic test coverage without external state pollution",
"main": "index.js",
Expand Down Expand Up @@ -60,9 +60,9 @@
"@types/pg-copy-streams": "^1.2.5"
},
"dependencies": {
"@launchql/core": "^2.1.16",
"@launchql/server-utils": "^2.1.10",
"@launchql/types": "^2.1.8",
"@launchql/core": "^2.1.17",
"@launchql/server-utils": "^2.1.11",
"@launchql/types": "^2.1.9",
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"pg": "^8.16.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.8](https://github.com/launchql/launchql/compare/@launchql/react@2.2.7...@launchql/react@2.2.8) (2025-05-27)

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





## [2.2.7](https://github.com/launchql/launchql/compare/@launchql/react@2.2.6...@launchql/react@2.2.7) (2025-05-25)

**Note:** Version bump only for package @launchql/react
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/react",
"version": "2.2.7",
"version": "2.2.8",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "LaunchQL React",
"main": "index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@launchql/query": "^2.1.4",
"graphql-request": "^7.1.2",
"introspectron": "^2.2.7",
"introspectron": "^2.2.8",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-query": "^3.39.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/s3-streamer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.9](https://github.com/launchql/launchql/compare/@launchql/s3-streamer@2.1.8...@launchql/s3-streamer@2.1.9) (2025-05-27)

**Note:** Version bump only for package @launchql/s3-streamer





## [2.1.8](https://github.com/launchql/launchql/compare/@launchql/s3-streamer@2.1.7...@launchql/s3-streamer@2.1.8) (2025-05-25)

**Note:** Version bump only for package @launchql/s3-streamer
Expand Down
4 changes: 2 additions & 2 deletions packages/s3-streamer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchql/s3-streamer",
"version": "2.1.8",
"version": "2.1.9",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "stream files to s3",
"main": "index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@launchql/content-type-stream": "^2.1.4",
"@launchql/types": "^2.1.8",
"@launchql/types": "^2.1.9",
"aws-sdk": "^2.1692.0"
},
"keywords": [
Expand Down
Loading