From 6fbd10f0fa3a122c0120f5c1d4fa5adb0e777b13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 13:55:30 -0700 Subject: [PATCH] Version Packages (#1686) Co-authored-by: github-actions[bot] --- .changeset/unlucky-beans-visit.md | 5 ----- packages/fcl/CHANGELOG.md | 6 ++++++ packages/fcl/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/unlucky-beans-visit.md diff --git a/.changeset/unlucky-beans-visit.md b/.changeset/unlucky-beans-visit.md deleted file mode 100644 index f95928fd1..000000000 --- a/.changeset/unlucky-beans-visit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Add types to t object in query/mutate args fn diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 51aa9da2f..79f91f3e6 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl +## 1.4.1 + +### Patch Changes + +- [#1684](https://github.com/onflow/fcl-js/pull/1684) [`86173c99`](https://github.com/onflow/fcl-js/commit/86173c990ffbb34ef6ee25a9a1aae09866cc3f84) Thanks [@chasefleming](https://github.com/chasefleming)! - Add types to t object in query/mutate args fn + ## 1.4.0 ### Minor Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 5625f27fc..7f369865c 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.4.0", + "version": "1.4.1", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ",