jest-serializer-simple 5.0.0-alpha.3 → 5.0.0-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,17 +1,24 @@
1
1
  # jest-serializer-simple
2
2
 
3
+ ## 5.0.0-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
  ## 5.0.0-alpha.3
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - [`f34bd5a3c`](https://github.com/benjie/postgraphile-private/commit/f34bd5a3c353693b86a0307357a3620110700e1c)
14
+ - [`f34bd5a3c`](https://github.com/benjie/crystal/commit/f34bd5a3c353693b86a0307357a3620110700e1c)
8
15
  Thanks [@benjie](https://github.com/benjie)! - Address dependency issues.
9
16
 
10
17
  ## 5.0.0-alpha.2
11
18
 
12
19
  ### Patch Changes
13
20
 
14
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
21
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
15
22
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
16
23
  TypeScript/tslib
17
24
 
@@ -19,7 +26,7 @@
19
26
 
20
27
  ### Patch Changes
21
28
 
22
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
29
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
23
30
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
24
31
  https://postgraphile.org/news/2023-04-26-version-5-alpha
25
32
 
@@ -27,8 +34,8 @@
27
34
 
28
35
  ### Patch Changes
29
36
 
30
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
31
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
37
+ - [#260](https://github.com/benjie/crystal/pull/260)
38
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
32
39
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
33
40
 
34
41
  ## 5.0.0-0.2
@@ -41,6 +48,6 @@
41
48
 
42
49
  ### Patch Changes
43
50
 
44
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
45
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
51
+ - [#125](https://github.com/benjie/crystal/pull/125)
52
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
46
53
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
package/README.md CHANGED
@@ -24,15 +24,14 @@ and development via sponsorship.
24
24
  And please give some love to our featured sponsors 🤩:
25
25
 
26
26
  <table><tr>
27
- <td align="center"><a href="https://surge.io/"><img src="https://graphile.org/images/sponsors/surge.png" width="90" height="90" alt="Surge" /><br />Surge</a> *</td>
28
27
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
29
28
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
30
29
  <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
31
- </tr><tr>
32
30
  <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
31
+ </tr><tr>
33
32
  <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>
34
- <td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td>
35
33
  <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>
34
+ <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>
36
35
  </tr></table>
37
36
 
38
37
  <em>\* Sponsors the entire Graphile suite</em>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-serializer-simple",
3
- "version": "5.0.0-alpha.3",
3
+ "version": "5.0.0-beta.1",
4
4
  "description": "Jest serializer that gives really simple formatting",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",