From 0bd3f7586fdbec3f3a66eb639a1e98fe204202a7 Mon Sep 17 00:00:00 2001 From: Flatfile Bot <62193415+flatfiledocker@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:02:05 -0700 Subject: [PATCH] chore: update versions (#222) Co-authored-by: github-actions[bot] --- .changeset/warm-cherries-help.md | 5 ----- plugins/autocast/CHANGELOG.md | 6 ++++++ plugins/autocast/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/warm-cherries-help.md diff --git a/.changeset/warm-cherries-help.md b/.changeset/warm-cherries-help.md deleted file mode 100644 index 53cb94933..000000000 --- a/.changeset/warm-cherries-help.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-autocast': patch ---- - -Fix sheet filtering options to require sheetSlug. diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 17905d1bb..6df762168 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-autocast +## 0.2.1 + +### Patch Changes + +- ccbbbc9: Fix sheet filtering options to require sheetSlug. + ## 0.2.0 ### Minor Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 7a792117d..fcc1a30c4 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.2.0", + "version": "0.2.1", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { "category": "transform"