Skip to content

Commit 38def91

Browse files
release: update package versions (#310)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 254a875 commit 38def91

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

.changeset/afraid-nails-double.md

-9
This file was deleted.

.changeset/great-swans-ring.md

-5
This file was deleted.

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# dataloader
2+
3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- 28cf959: - Do not return void results from arrow functions https://github.com/graphql/dataloader/commit/3b0bae94e91453d9a432c02628745252abc5e011
8+
- Fix typo in `loader.load()` error message https://github.com/graphql/dataloader/commit/249b2b966a8807c50e07746ff04acb8c48fa4357
9+
- Fix typo in SQL example https://github.com/graphql/dataloader/commit/cae1a3d9bfa48e181a49fd443f43813b335dc120
10+
- Fix typo in TypeScript declaration https://github.com/graphql/dataloader/commit/ef6d32f97cde16aba84d96dc806c4439eaf8efae
11+
- Most of the browsers don't have `setImmediate`. `setImmediate || setTimeout` doesn't work and it throws `setImmediate` is not defined in this case, so we should check setImmediate with typeof. And some environments like Cloudflare Workers don't allow you to set setTimeout directly to another variable. https://github.com/graphql/dataloader/commit/3e62fbe7d42b7ab1ec54818a1491cb0107dd828a
12+
13+
### Patch Changes
14+
15+
- 3135e9a: Fix typo in jsdoc comment; flip "objects are keys" to "keys are objects"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataloader",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A data loading utility to reduce requests to a backend via batching and caching.",
55
"contributors": [
66
"Lee Byron <[email protected]> (http://leebyron.com/)",

0 commit comments

Comments
 (0)