Skip to content

Commit

Permalink
RELEASING: Releasing 5 package(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 4, 2024
1 parent edca766 commit 8b790c8
Show file tree
Hide file tree
Showing 13 changed files with 59 additions and 7 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"few-cooks-sit",
"fifty-donkeys-sort",
"fifty-mugs-listen",
"five-dogs-rest",
"five-ears-fail",
"five-mangos-walk",
"five-moles-study",
Expand Down
11 changes: 11 additions & 0 deletions graphile-build/graphile-build-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# graphile-build-pg

## 5.0.0-beta.34

### Patch Changes

- [#2269](https://github.com/graphile/crystal/pull/2269)
[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)
Thanks [@benjie](https://github.com/benjie)! - Hotfix to inflection changes in
beta.34 - fixes behavior of `orderByAttributeEnum` and removes V4 override of
`_joinAttributeNames` which shouldn't be necessary (and seems to do more harm
than good).

## 5.0.0-beta.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-build-pg",
"version": "5.0.0-beta.33",
"version": "5.0.0-beta.34",
"description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-build-pg/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.0.0-beta.33";
export const version = "5.0.0-beta.34";
8 changes: 8 additions & 0 deletions graphile-build/graphile-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphile-utils

## 5.0.0-beta.34

### Patch Changes

- Updated dependencies
[[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
- [email protected]

## 5.0.0-beta.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion graphile-build/graphile-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile-utils",
"version": "5.0.0-beta.33",
"version": "5.0.0-beta.34",
"description": "Utilities to help with building graphile-build plugins",
"type": "commonjs",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions postgraphile/pgl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# pgl

## 5.0.0-beta.35

### Patch Changes

- Updated dependencies
[[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
- [email protected]
- [email protected]

## 5.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/pgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgl",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
"type": "commonjs",
"exports": {
Expand Down
15 changes: 15 additions & 0 deletions postgraphile/postgraphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# postgraphile

## 5.0.0-beta.35

### Patch Changes

- [#2269](https://github.com/graphile/crystal/pull/2269)
[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)
Thanks [@benjie](https://github.com/benjie)! - Hotfix to inflection changes in
beta.34 - fixes behavior of `orderByAttributeEnum` and removes V4 override of
`_joinAttributeNames` which shouldn't be necessary (and seems to do more harm
than good).
- Updated dependencies
[[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
- [email protected]
- [email protected]

## 5.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postgraphile",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"description": "Automatic, high performance, and highly customizable GraphQL API for PostgreSQL",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion postgraphile/postgraphile/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// This file is autogenerated by /scripts/postversion.mjs
export const version = "5.0.0-beta.34";
export const version = "5.0.0-beta.35";
8 changes: 8 additions & 0 deletions utils/graphile/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# graphile

## 5.0.0-beta.35

### Patch Changes

- Updated dependencies
[[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
- [email protected]

## 5.0.0-beta.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/graphile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphile",
"version": "5.0.0-beta.34",
"version": "5.0.0-beta.35",
"description": "Swiss army knife for dealing with all things Graphile",
"main": "dist/index.js",
"bin": "dist/cli-run.js",
Expand Down

0 comments on commit 8b790c8

Please sign in to comment.