eslint-plugin-graphile-export 0.0.2-alpha.3 → 0.0.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,18 +1,25 @@
1
1
  # eslint-plugin-graphile-export
2
2
 
3
+ ## 0.0.2-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
8
+ Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
9
+
3
10
  ## 0.0.2-alpha.3
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - [#406](https://github.com/benjie/postgraphile-private/pull/406)
8
- [`ecd7598f1`](https://github.com/benjie/postgraphile-private/commit/ecd7598f1a12c724e744249246eec7b882198a8a)
14
+ - [#406](https://github.com/benjie/crystal/pull/406)
15
+ [`ecd7598f1`](https://github.com/benjie/crystal/commit/ecd7598f1a12c724e744249246eec7b882198a8a)
9
16
  Thanks [@benjie](https://github.com/benjie)! - More docs for graphile-export
10
17
 
11
18
  ## 0.0.2-alpha.2
12
19
 
13
20
  ### Patch Changes
14
21
 
15
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
22
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
16
23
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
17
24
  TypeScript/tslib
18
25
 
@@ -20,7 +27,7 @@
20
27
 
21
28
  ### Patch Changes
22
29
 
23
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
30
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
24
31
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
25
32
  https://postgraphile.org/news/2023-04-26-version-5-alpha
26
33
 
@@ -28,8 +35,8 @@
28
35
 
29
36
  ### Patch Changes
30
37
 
31
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
32
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
38
+ - [#260](https://github.com/benjie/crystal/pull/260)
39
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
33
40
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
34
41
 
35
42
  ## 0.0.2-0.1
@@ -42,6 +49,6 @@
42
49
 
43
50
  ### Patch Changes
44
51
 
45
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
46
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
52
+ - [#125](https://github.com/benjie/crystal/pull/125)
53
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
47
54
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
package/README.md CHANGED
@@ -28,6 +28,7 @@ And please give some love to our featured sponsors 🤩:
28
28
  </tr><tr>
29
29
  <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
30
30
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
31
+ <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
31
32
  </tr></table>
32
33
 
33
34
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-graphile-export",
3
- "version": "0.0.2-alpha.3",
3
+ "version": "0.0.2-beta.1",
4
4
  "description": "ESLint plugin to help ensure your schema is exportable by graphile-export",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",