diff --git a/.changeset/lemon-bears-drive.md b/.changeset/lemon-bears-drive.md deleted file mode 100644 index 8bcf2936a..000000000 --- a/.changeset/lemon-bears-drive.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -'@flatfile/plugin-delimiter-extractor': minor -'@flatfile/plugin-export-workbook': minor -'@flatfile/bundler-config-rollup': minor -'@flatfile/plugin-export-delimited-zip': minor -'@flatfile/plugin-record-hook': minor -'@flatfile/plugin-export-pivot-table': minor -'@flatfile/plugin-rollout': minor -'@flatfile/plugin-dedupe': minor ---- - -This release introduces the @flatfile/plugin-export-delimited-zip plugin. This plugin runs on a Workbook-level action to export the Workbook's Sheets as CSV files in a Zip file and uploaded back to Flatfile. - -Additionally, this PR updates some documentation. diff --git a/bundlers/rollup-config/CHANGELOG.md b/bundlers/rollup-config/CHANGELOG.md index c5c087587..a644cdbc8 100644 --- a/bundlers/rollup-config/CHANGELOG.md +++ b/bundlers/rollup-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/bundler-config-rollup +## 0.3.0 + +### Minor Changes + +- c55a4e3: This release changes the config defaults. + ## 0.2.0 ### Minor Changes diff --git a/bundlers/rollup-config/package.json b/bundlers/rollup-config/package.json index 3342fc6e1..81d369882 100644 --- a/bundlers/rollup-config/package.json +++ b/bundlers/rollup-config/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/bundler-config-rollup", - "version": "0.2.0", + "version": "0.3.0", "description": "", "private": true, "main": "index.mjs", diff --git a/export/delimited-zip/CHANGELOG.md b/export/delimited-zip/CHANGELOG.md new file mode 100644 index 000000000..01fa6bc2d --- /dev/null +++ b/export/delimited-zip/CHANGELOG.md @@ -0,0 +1,7 @@ +# @flatfile/plugin-export-delimited-zip + +## 0.1.0 + +### Minor Changes + +- c55a4e3: This release introduces the @flatfile/plugin-export-delimited-zip plugin. This plugin runs on a Workbook-level action to export the Workbook's Sheets as CSV files in a Zip file and uploaded back to Flatfile. diff --git a/export/delimited-zip/package.json b/export/delimited-zip/package.json index c404f7407..bc34062b6 100644 --- a/export/delimited-zip/package.json +++ b/export/delimited-zip/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-delimited-zip", - "version": "0.0.0", + "version": "0.1.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/delimited-zip", "description": "A Flatfile plugin for exporting Workbooks to delimited files and zipping them together", "registryMetadata": { diff --git a/export/pivot-table/CHANGELOG.md b/export/pivot-table/CHANGELOG.md index 34fe6707a..e4aacafcc 100644 --- a/export/pivot-table/CHANGELOG.md +++ b/export/pivot-table/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-export-pivot-table +## 0.3.0 + +### Minor Changes + +- c55a4e3: This release updates the plugin's documentation. + ## 0.2.1 ### Patch Changes diff --git a/export/pivot-table/package.json b/export/pivot-table/package.json index 9e9af3f53..5ac81497a 100644 --- a/export/pivot-table/package.json +++ b/export/pivot-table/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-pivot-table", - "version": "0.2.1", + "version": "0.3.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/pivot-table", "description": "A Flatfile plugin for generating pivot tables from sheet data and saving as Markdown documents", "registryMetadata": { diff --git a/plugins/autocast/CHANGELOG.md b/plugins/autocast/CHANGELOG.md index ad078f708..8c45d1547 100644 --- a/plugins/autocast/CHANGELOG.md +++ b/plugins/autocast/CHANGELOG.md @@ -1,5 +1,12 @@ # @flatfile/plugin-autocast +## 4.0.0 + +### Patch Changes + +- Updated dependencies [c55a4e3] + - @flatfile/plugin-record-hook@1.9.0 + ## 3.0.0 ### Minor Changes diff --git a/plugins/autocast/package.json b/plugins/autocast/package.json index 65d8ba617..a9834cae6 100644 --- a/plugins/autocast/package.json +++ b/plugins/autocast/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-autocast", - "version": "3.0.0", + "version": "4.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast", "description": "A plugin for automatically casting values in Flatfile.", "registryMetadata": { @@ -68,10 +68,10 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.9.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.9.0", "@flatfile/bundler-config-tsup": "^0.1.0" } } diff --git a/plugins/constraints/CHANGELOG.md b/plugins/constraints/CHANGELOG.md index b4589fafa..a6f1f5c79 100644 --- a/plugins/constraints/CHANGELOG.md +++ b/plugins/constraints/CHANGELOG.md @@ -1,5 +1,12 @@ # @flatfile/plugin-constraints +## 5.0.0 + +### Patch Changes + +- Updated dependencies [c55a4e3] + - @flatfile/plugin-record-hook@1.9.0 + ## 4.0.0 ### Minor Changes diff --git a/plugins/constraints/package.json b/plugins/constraints/package.json index b7a04f565..8ae01d72d 100644 --- a/plugins/constraints/package.json +++ b/plugins/constraints/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-constraints", - "version": "4.0.0", + "version": "5.0.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/constraints", "description": "A plugin for extending blueprint with external constraints", "type": "module", @@ -61,10 +61,10 @@ "peerDependencies": { "@flatfile/api": "^1.9.19", "@flatfile/listener": "^1.1.0", - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.9.0" }, "devDependencies": { - "@flatfile/plugin-record-hook": "^1.8.0", + "@flatfile/plugin-record-hook": "^1.9.0", "@flatfile/bundler-config-tsup": "^0.1.0" } } diff --git a/plugins/dedupe/CHANGELOG.md b/plugins/dedupe/CHANGELOG.md index 8a1201162..7ab0707f9 100644 --- a/plugins/dedupe/CHANGELOG.md +++ b/plugins/dedupe/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-dedupe +## 1.4.0 + +### Minor Changes + +- c55a4e3: This release updates the plugin's documentation. + ## 1.3.0 ### Minor Changes diff --git a/plugins/dedupe/package.json b/plugins/dedupe/package.json index f57936a0a..9544b7f5d 100644 --- a/plugins/dedupe/package.json +++ b/plugins/dedupe/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-dedupe", - "version": "1.3.0", + "version": "1.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dedupe", "description": "Dedupe records in a sheet via a sheet level custom action.", "registryMetadata": { diff --git a/plugins/delimiter-extractor/CHANGELOG.md b/plugins/delimiter-extractor/CHANGELOG.md index 4b13713ad..b9b0eaa0f 100644 --- a/plugins/delimiter-extractor/CHANGELOG.md +++ b/plugins/delimiter-extractor/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-delimiter-extractor +## 2.4.0 + +### Minor Changes + +- c55a4e3: This release updates the plugin's documentation. + ## 2.3.1 ### Patch Changes diff --git a/plugins/delimiter-extractor/package.json b/plugins/delimiter-extractor/package.json index 4342dcafa..ed79d3bcd 100644 --- a/plugins/delimiter-extractor/package.json +++ b/plugins/delimiter-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-delimiter-extractor", - "version": "2.3.1", + "version": "2.4.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor", "description": "A plugin for parsing .delimiter files in Flatfile.", "registryMetadata": { diff --git a/plugins/export-workbook/CHANGELOG.md b/plugins/export-workbook/CHANGELOG.md index 34520ebba..8f638e480 100644 --- a/plugins/export-workbook/CHANGELOG.md +++ b/plugins/export-workbook/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-export-workbook +## 2.1.0 + +### Minor Changes + +- c55a4e3: This release updates the plugin's documentation. + ## 2.0.0 ### Minor Changes diff --git a/plugins/export-workbook/package.json b/plugins/export-workbook/package.json index 6135ecf34..472e93e36 100644 --- a/plugins/export-workbook/package.json +++ b/plugins/export-workbook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-export-workbook", - "version": "2.0.0", + "version": "2.1.0", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/export-workbook", "description": "A plugin for exporting data in Flatfile to Workbooks.", "registryMetadata": { diff --git a/plugins/record-hook/CHANGELOG.md b/plugins/record-hook/CHANGELOG.md index b4cad62a1..f6da6067d 100644 --- a/plugins/record-hook/CHANGELOG.md +++ b/plugins/record-hook/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-record-hook +## 1.9.0 + +### Minor Changes + +- c55a4e3: This release updates the Rollup config. + ## 1.8.0 ### Minor Changes diff --git a/plugins/record-hook/package.json b/plugins/record-hook/package.json index a54da79ab..9e01e3a1c 100644 --- a/plugins/record-hook/package.json +++ b/plugins/record-hook/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-record-hook", - "version": "1.8.0", + "version": "1.9.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": { diff --git a/plugins/rollout/CHANGELOG.md b/plugins/rollout/CHANGELOG.md index aec920d4b..ce2007cb2 100644 --- a/plugins/rollout/CHANGELOG.md +++ b/plugins/rollout/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-rollout +## 1.3.0 + +### Minor Changes + +- c55a4e3: This release updates the plugin's documentation. + ## 1.2.1 ### Patch Changes diff --git a/plugins/rollout/package.json b/plugins/rollout/package.json index fb88619e2..8420548b6 100644 --- a/plugins/rollout/package.json +++ b/plugins/rollout/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-rollout", - "version": "1.2.1", + "version": "1.3.0", "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": { diff --git a/validate/boolean/package.json b/validate/boolean/package.json index c413b573b..32589543d 100644 --- a/validate/boolean/package.json +++ b/validate/boolean/package.json @@ -66,12 +66,12 @@ }, "license": "ISC", "dependencies": { - "@flatfile/plugin-record-hook": "^1.8.0" + "@flatfile/plugin-record-hook": "^1.9.0" }, "peerDependencies": { "@flatfile/listener": "^1.0.5" }, "devDependencies": { - "@flatfile/bundler-config-rollup": "^0.2.0" + "@flatfile/bundler-config-rollup": "^0.3.0" } }