Skip to content

Commit e4d5396

Browse files
committed
chore(release): publish
- graphile-cache@1.6.0 - graphile-i18n@0.2.4 - graphile-many-to-many@1.0.5 - graphile-meta-schema@0.3.4 - graphile-pg-type-mappings@0.3.4 - graphile-plugin-connection-filter@2.4.4 - graphile-plugin-connection-filter-postgis@1.1.4 - graphile-plugin-fulltext-filter@2.1.4 - graphile-postgis@0.2.4 - graphile-search-plugin@0.2.4 - graphile-settings@2.8.0 - graphile-simple-inflector@0.2.4 - graphile-test@2.10.0 - graphile-upload-plugin@0.4.0 - @launchql/job-scheduler@0.3.3 - @launchql/job-utils@0.4.0 - @launchql/job-worker@0.3.3 - @launchql/knative-job-server@0.3.3 - @launchql/knative-job-service@0.4.4 - @launchql/knative-job-worker@0.5.4 - @launchql/cli@4.20.0 - @pgpmjs/client@2.4.0 - @pgpmjs/core@3.0.0 - drizzle-orm-test@0.3.4 - @pgpmjs/env@2.7.0 - @launchql/explorer@2.9.0 - introspectron@2.14.4 - @launchql/codegen@2.17.4 - launchql-test@2.10.0 - @pgpmjs/logger@1.3.0 - @pgpmjs/orm@2.4.0 - pg-cache@1.6.0 - pg-codegen@2.15.0 - pgpm@0.5.0 - pgsql-test@2.16.0 - @launchql/react@2.14.4 - @launchql/s3-streamer@2.8.0 - @launchql/server@2.9.0 - @pgpmjs/server-utils@2.8.0 - supabase-test@0.4.0 - @pgpmjs/types@2.11.0 - my-third@0.5.0 - my-ollama@0.5.0
1 parent 4d98849 commit e4d5396

87 files changed

Lines changed: 7767 additions & 2596 deletions

File tree

Some content is hidden

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

graphile/graphile-cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.6.0](https://github.com/constructive-io/constructive/compare/graphile-cache@1.5.2...graphile-cache@1.6.0) (2025-12-14)
7+
8+
### Features
9+
10+
- rebrand PGPM packages from @launchql/_ to @pgpmjs/_ ([734d865](https://github.com/constructive-io/constructive/commit/734d8655ced175f51567c513ac1ee4c843df98b7))
11+
612
## [1.5.2](https://github.com/constructive-io/constructive/compare/graphile-cache@1.5.1...graphile-cache@1.5.2) (2025-12-13)
713

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

graphile/graphile-cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-cache",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"author": "Constructive <developers@constructive.io>",
55
"description": "PostGraphile LRU cache with automatic pool cleanup integration",
66
"main": "index.js",

graphile/graphile-i18n/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.2.4](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.3...graphile-i18n@0.2.4) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-i18n
9+
610
## [0.2.3](https://github.com/constructive-io/constructive/compare/graphile-i18n@0.2.2...graphile-i18n@0.2.3) (2025-12-13)
711

812
**Note:** Version bump only for package graphile-i18n

graphile/graphile-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-i18n",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Graphile i18n plugin",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-many-to-many/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.5](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.4...graphile-many-to-many@1.0.5) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-many-to-many
9+
610
## [1.0.4](https://github.com/constructive-io/constructive/compare/graphile-many-to-many@1.0.3...graphile-many-to-many@1.0.4) (2025-12-13)
711

812
### Bug Fixes

graphile/graphile-many-to-many/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-many-to-many",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Add connection fields for many-to-many relations",
55
"author": "Matt Bretl",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-meta-schema/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.4](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.3...graphile-meta-schema@0.3.4) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-meta-schema
9+
610
## [0.3.3](https://github.com/constructive-io/constructive/compare/graphile-meta-schema@0.3.2...graphile-meta-schema@0.3.3) (2025-12-13)
711

812
**Note:** Version bump only for package graphile-meta-schema

graphile/graphile-meta-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-meta-schema",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "graphile meta schema",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

graphile/graphile-pg-type-mappings/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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+
## [0.3.4](https://github.com/constructive-io/constructive/compare/graphile-pg-type-mappings@0.3.3...graphile-pg-type-mappings@0.3.4) (2025-12-14)
7+
8+
**Note:** Version bump only for package graphile-pg-type-mappings
9+
610
## [0.3.3](https://github.com/constructive-io/constructive/compare/graphile-pg-type-mappings@0.3.2...graphile-pg-type-mappings@0.3.3) (2025-12-13)
711

812
**Note:** Version bump only for package graphile-pg-type-mappings

graphile/graphile-pg-type-mappings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-pg-type-mappings",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"description": "Custom PostgreSQL type mappings plugin for Graphile/PostGraphile",
55
"author": "Constructive <developers@constructive.io>",
66
"homepage": "https://github.com/constructive-io/constructive",

0 commit comments

Comments
 (0)