Skip to content

Commit 5955c01

Browse files
authored
Version Packages (#3032)
2 parents 79fb1f1 + 46bf2ad commit 5955c01

17 files changed

Lines changed: 70 additions & 31 deletions

File tree

.changeset/floppy-results-smile.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/green-keys-sneeze.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/long-chairs-allow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

grafast/dataplan-pg/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @dataplan/pg
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [#3034](https://github.com/graphile/crystal/pull/3034)
8+
[`582476e`](https://github.com/graphile/crystal/commit/582476e69c58a6e192dec8be53adf590dfa9c769)
9+
Thanks [@benjaie](https://github.com/benjaie)! - Add `TYPES.unknown` codec to
10+
make porting from V4 easier
11+
312
## 1.0.1
413

514
### Patch Changes

grafast/dataplan-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dataplan/pg",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "PostgreSQL step classes for Grafast",
55
"type": "commonjs",
66
"main": "dist/index.js",

grafast/dataplan-pg/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by /scripts/postversion.mjs
2-
export const version = "1.0.1";
2+
export const version = "1.0.2";

graphile-build/graphile-build-pg/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# graphile-build-pg
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [#3034](https://github.com/graphile/crystal/pull/3034)
8+
[`582476e`](https://github.com/graphile/crystal/commit/582476e69c58a6e192dec8be53adf590dfa9c769)
9+
Thanks [@benjaie](https://github.com/benjaie)! - Add `TYPES.unknown` codec to
10+
make porting from V4 easier
11+
312
## 5.0.1
413

514
### Patch Changes

graphile-build/graphile-build-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-build-pg",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "PostgreSQL plugins for Graphile Build - build a supercharged GraphQL schema by reflection over a PostgreSQL database and executed by Grafast.",
55
"type": "commonjs",
66
"main": "./dist/index.js",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by /scripts/postversion.mjs
2-
export const version = "5.0.1";
2+
export const version = "5.0.2";

graphile-build/graphile-build/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# graphile-build
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
- [#3022](https://github.com/graphile/crystal/pull/3022)
8+
[`385d557`](https://github.com/graphile/crystal/commit/385d557a464d8e273f8e5bd0688421d52fa0e8ea)
9+
Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump lodash from
10+
4.17.23 to 4.18.1
11+
12+
- Updated dependencies
13+
[[`b992c23`](https://github.com/graphile/crystal/commit/b992c23948b168859c9e911d87dba41557af3f10)]:
14+
- tamedevil@0.1.1
15+
316
## 5.0.0
417

518
Identical to 5.0.0-rc.6.

0 commit comments

Comments
 (0)