diff --git a/.changeset/angry-socks-exercise.md b/.changeset/angry-socks-exercise.md deleted file mode 100644 index 1d24b5174..000000000 --- a/.changeset/angry-socks-exercise.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@flatfile/plugin-autocast': minor -'@flatfile/plugin-constraints': minor -'@flatfile/plugin-record-hook': minor ---- - -This release adds support for the new string-list and enum-list field types. diff --git a/.changeset/large-impalas-do.md b/.changeset/large-impalas-do.md deleted file mode 100644 index 3df5bba7f..000000000 --- a/.changeset/large-impalas-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-job-handler': patch ---- - -This release changes the jobHandler's starting progress from 10% to 1% diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index 733dfcdb7..3d390ab9f 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-autocast +## 1.0.0 + +### Minor Changes + +- 2829595: This release adds support for the new string-list and enum-list field types. + +### Patch Changes + +- Updated dependencies [2829595] + - @flatfile/plugin-record-hook@1.6.0 + ## 0.8.2 ### Patch Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 18a209e40..66d2f2e80 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "0.8.2", + "version": "1.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { @@ -58,10 +58,10 @@ "peerDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/listener": "^1.0.1", - "@flatfile/plugin-record-hook": "^1.5.3" + "@flatfile/plugin-record-hook": "^1.6.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.5.3", + "@flatfile/plugin-record-hook": "^1.6.0", "@flatfile/rollup-config": "0.1.1" } } diff --git a/plugins/constraints/CHANGELOG.md b/plugins/constraints/CHANGELOG.md index 67a21cc02..8544dc22e 100644 --- a/plugins/constraints/CHANGELOG.md +++ b/plugins/constraints/CHANGELOG.md @@ -1,5 +1,16 @@ # @flatfile/plugin-constraints +## 2.0.0 + +### Minor Changes + +- 2829595: This release adds support for the new string-list and enum-list field types. + +### Patch Changes + +- Updated dependencies [2829595] + - @flatfile/plugin-record-hook@1.6.0 + ## 1.2.2 ### Patch Changes diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index c3f621034..b9fb23a77 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-constraints", - "version": "1.2.2", + "version": "2.0.0", "description": "A plugin for extending blueprint with external constraints", "engines": { "node": ">= 16" @@ -50,10 +50,10 @@ "peerDependencies": { "@flatfile/api": "^1.8.9", "@flatfile/listener": "^1.0.1", - "@flatfile/plugin-record-hook": "^1.5.3" + "@flatfile/plugin-record-hook": "^1.6.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.5.3", + "@flatfile/plugin-record-hook": "^1.6.0", "@flatfile/rollup-config": "0.1.1" } } diff --git a/plugins/job-handler/CHANGELOG.md b/plugins/job-handler/CHANGELOG.md index 951f55c03..3d7e62564 100644 --- a/plugins/job-handler/CHANGELOG.md +++ b/plugins/job-handler/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-job-handler +## 0.5.3 + +### Patch Changes + +- cf24f9b: This release changes the jobHandler's starting progress from 10% to 1% + ## 0.5.2 ### Patch Changes diff --git a/plugins/job-handler/package.json b/plugins/job-handler/package.json index 2c7dcfae5..6d7e2e585 100644 --- a/plugins/job-handler/package.json +++ b/plugins/job-handler/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-job-handler", - "version": "0.5.2", + "version": "0.5.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/job-handler", "description": "A plugin for handling Flatfile Jobs.", "registryMetadata": { diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index ecc083d56..2e2d0776c 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-record-hook +## 1.6.0 + +### Minor Changes + +- 2829595: This release adds support for the new string-list and enum-list field types. + ## 1.5.3 ### Patch Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index 9c907c18b..bb50ed9ef 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.5.3", + "version": "1.6.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/record-hook", "description": "A plugin for running custom logic on individual data records in Flatfile.", "registryMetadata": {