From 87d0ec65eb8176cedb14e1606a5d3223b9b134c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 31 Aug 2023 17:17:17 +0000 Subject: [PATCH] chore: update versions --- .changeset/green-radios-watch.md | 7 ------- plugins/autocast/CHANGELOG.md | 11 +++++++++++ plugins/autocast/package.json | 4 ++-- plugins/record-hook/CHANGELOG.md | 8 ++++++++ plugins/record-hook/package.json | 4 ++-- utils/common/CHANGELOG.md | 6 ++++++ utils/common/package.json | 2 +- 7 files changed, 30 insertions(+), 12 deletions(-) delete mode 100644 .changeset/green-radios-watch.md diff --git a/.changeset/green-radios-watch.md b/.changeset/green-radios-watch.md deleted file mode 100644 index 4a67712f6..000000000 --- a/.changeset/green-radios-watch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@flatfile/plugin-record-hook': patch -'@flatfile/plugin-autocast': minor -'@flatfile/util-common': patch ---- - -Introduction of the autocast plugin! diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 37146adb5..4c77ea61a 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-autocast +## 0.1.0 + +### Minor Changes + +- 15dc4fe: Introduction of the autocast plugin! + +### Patch Changes + +- Updated dependencies [15dc4fe] + - @flatfile/plugin-record-hook@1.0.4 + ## 0.0.4 ### Patch Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 67a1ea621..cf0eebf56 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.0.4", + "version": "0.1.0", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { "category": "transform" @@ -29,6 +29,6 @@ "dependencies": { "@flatfile/api": "^1.4.9", "@flatfile/listener": "^0.3.10", - "@flatfile/plugin-record-hook": "^1.0.1" + "@flatfile/plugin-record-hook": "^1.0.4" } } diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index 8dbc30ba7..7ea97c218 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-record-hook +## 1.0.4 + +### Patch Changes + +- 15dc4fe: Introduction of the autocast plugin! +- Updated dependencies [15dc4fe] + - @flatfile/util-common@0.1.1 + ## 1.0.3 ### Patch Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 0850177e6..35eeb210a 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.0.3", + "version": "1.0.4", "description": "A plugin for writing custom record-level hooks in Flatfile.", "registryMetadata": { "category": "records" @@ -35,7 +35,7 @@ "@flatfile/api": "^1.5.13", "@flatfile/hooks": "^1.3.1", "@flatfile/listener": "^0.3.15", - "@flatfile/util-common": "^0.1.0" + "@flatfile/util-common": "^0.1.1" }, "devDependencies": { "axios": "^1.4.0" diff --git a/utils/common/CHANGELOG.md b/utils/common/CHANGELOG.md index 246b12506..b6f9347c5 100644 --- a/utils/common/CHANGELOG.md +++ b/utils/common/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-common +## 0.1.1 + +### Patch Changes + +- 15dc4fe: Introduction of the autocast plugin! + ## 0.1.0 ### Minor Changes diff --git a/utils/common/package.json b/utils/common/package.json index cfb4b2983..890c1bc71 100644 --- a/utils/common/package.json +++ b/utils/common/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-common", - "version": "0.1.0", + "version": "0.1.1", "description": "A library containing common utilities and helpers for plugins.", "keywords": [], "author": "Carl Brugger",