From 78984b556d9c710d930652d6327ecbd6c6053f43 Mon Sep 17 00:00:00 2001 From: Flatfile Bot <62193415+flatfiledocker@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:59:28 -0600 Subject: [PATCH] chore: update versions (#543) Co-authored-by: github-actions[bot] --- .changeset/lemon-trainers-rescue.md | 6 ------ plugins/rollout/CHANGELOG.md | 9 +++++++++ plugins/rollout/package.json | 4 ++-- utils/common/CHANGELOG.md | 6 ++++++ utils/common/package.json | 2 +- 5 files changed, 18 insertions(+), 9 deletions(-) delete mode 100644 .changeset/lemon-trainers-rescue.md create mode 100644 plugins/rollout/CHANGELOG.md diff --git a/.changeset/lemon-trainers-rescue.md b/.changeset/lemon-trainers-rescue.md deleted file mode 100644 index 8131c7d51..000000000 --- a/.changeset/lemon-trainers-rescue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@flatfile/plugin-rollout': patch -'@flatfile/util-common': patch ---- - -Introduces Simplified record helpers for memory efficient processing of large datasets and launches a rollout plugin for helping with schema updating. diff --git a/plugins/rollout/CHANGELOG.md b/plugins/rollout/CHANGELOG.md new file mode 100644 index 000000000..81adad566 --- /dev/null +++ b/plugins/rollout/CHANGELOG.md @@ -0,0 +1,9 @@ +# @flatfile/plugin-rollout + +## 1.0.1 + +### Patch Changes + +- 0a4afa0: Introduces Simplified record helpers for memory efficient processing of large datasets and launches a rollout plugin for helping with schema updating. +- Updated dependencies [0a4afa0] + - @flatfile/util-common@1.3.3 diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index 765ec8180..2661ccc21 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-rollout", - "version": "1.0.0", + "version": "1.0.1", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/rollout", "description": "A plugin for automatically rolling out new changes to workbooks in flatfile.", "registryMetadata": { @@ -36,7 +36,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-common": "^1.3.2", + "@flatfile/util-common": "^1.3.3", "async": "^3.2.5", "modern-async": "^2.0.0" }, diff --git a/utils/common/CHANGELOG.md b/utils/common/CHANGELOG.md index 664ec9fb5..9cc47a8dd 100644 --- a/utils/common/CHANGELOG.md +++ b/utils/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-common +## 1.3.3 + +### Patch Changes + +- 0a4afa0: Introduces Simplified record helpers for memory efficient processing of large datasets and launches a rollout plugin for helping with schema updating. + ## 1.3.2 ### Patch Changes diff --git a/utils/common/package.json b/utils/common/package.json index 63b81c0c4..5cdf472b2 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-common", - "version": "1.3.2", + "version": "1.3.3", "description": "A library containing common utilities and helpers for plugins.", "keywords": [], "author": "Carl Brugger",