From 5b66cd52daaf65f1ab229f7bba83f3eebd6bbfa2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:59:19 +0300 Subject: [PATCH] chore(release): update monorepo packages versions (#2156) Co-authored-by: github-actions[bot] --- .changeset/warm-pets-yell.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 .changeset/warm-pets-yell.md diff --git a/.changeset/warm-pets-yell.md b/.changeset/warm-pets-yell.md deleted file mode 100644 index d86d35bbb..000000000 --- a/.changeset/warm-pets-yell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-scalars': patch ---- - -Parse BigInt as Number s if they are safe and BigInt is not serializable diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2db0043..7d0729479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases) +## 1.22.3 + +### Patch Changes + +- [`9029d0a`](https://github.com/Urigo/graphql-scalars/commit/9029d0a28b81ad13d9dc3533860a2987f7ae6c43) + Thanks [@ardatan](https://github.com/ardatan)! - Parse BigInt as Number s if they are safe and + BigInt is not serializable + ## 1.22.2 ### Patch Changes diff --git a/package.json b/package.json index 1003dc198..e218fef43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-scalars", - "version": "1.22.2", + "version": "1.22.3", "type": "module", "description": "A collection of scalar types not included in base GraphQL.", "repository": {