@graphile/lru 5.0.0-alpha.2 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @graphile/lru
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.2
4
11
 
5
12
  ### Patch Changes
6
13
 
7
- - [`98ae00f59`](https://github.com/benjie/postgraphile-private/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69)
14
+ - [`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69)
8
15
  Thanks [@benjie](https://github.com/benjie)! - Performance overhaul and faster
9
16
  access for unsaturated LRUs.
10
17
 
11
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
18
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
12
19
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
13
20
  TypeScript/tslib
14
21
 
@@ -16,7 +23,7 @@
16
23
 
17
24
  ### Patch Changes
18
25
 
19
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
26
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
20
27
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
21
28
  https://postgraphile.org/news/2023-04-26-version-5-alpha
22
29
 
@@ -24,14 +31,14 @@
24
31
 
25
32
  ### Patch Changes
26
33
 
27
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
28
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
34
+ - [#260](https://github.com/benjie/crystal/pull/260)
35
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
29
36
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
30
37
 
31
38
  ## 5.0.0-0.1
32
39
 
33
40
  ### Patch Changes
34
41
 
35
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
36
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
42
+ - [#125](https://github.com/benjie/crystal/pull/125)
43
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
37
44
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphile/lru",
3
- "version": "5.0.0-alpha.2",
3
+ "version": "5.0.0-beta.1",
4
4
  "description": "Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",