diff --git a/.changeset/bright-zebras-lie.md b/.changeset/bright-zebras-lie.md deleted file mode 100644 index 22101f6ff..000000000 --- a/.changeset/bright-zebras-lie.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@flatfile/util-response-rejection': patch -'@flatfile/plugin-xlsx-extractor': patch -'@flatfile/util-extractor': patch ---- - -Updated util-common dependancy version to fix extraction error diff --git a/.changeset/famous-pans-call.md b/.changeset/famous-pans-call.md deleted file mode 100644 index ca27799a3..000000000 --- a/.changeset/famous-pans-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-view-mapped': patch ---- - -Initial Release diff --git a/plugins/view-mapped/CHANGELOG.md b/plugins/view-mapped/CHANGELOG.md index 1ab2c4f78..94ea89f33 100644 --- a/plugins/view-mapped/CHANGELOG.md +++ b/plugins/view-mapped/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-view-mapped +## 1.0.2 + +### Patch Changes + +- 54b66c4: Initial Release + ## 1.0.0 ### Patch Changes diff --git a/plugins/view-mapped/package.json b/plugins/view-mapped/package.json index fb72214cb..370bc0553 100644 --- a/plugins/view-mapped/package.json +++ b/plugins/view-mapped/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-view-mapped", - "version": "1.0.1", + "version": "1.0.2", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/view-mapped", "description": "A plugin for making the view post mapping show only mapped columns.", "registryMetadata": { diff --git a/plugins/xlsx-extractor/CHANGELOG.md b/plugins/xlsx-extractor/CHANGELOG.md index d245f3fb2..334a7821f 100644 --- a/plugins/xlsx-extractor/CHANGELOG.md +++ b/plugins/xlsx-extractor/CHANGELOG.md @@ -1,5 +1,13 @@ # @flatfile/plugin-xlsx-extractor +## 3.1.4 + +### Patch Changes + +- 65da741: Updated util-common dependancy version to fix extraction error +- Updated dependencies [65da741] + - @flatfile/util-extractor@2.1.3 + ## 3.1.3 ### Patch Changes diff --git a/plugins/xlsx-extractor/package.json b/plugins/xlsx-extractor/package.json index 72559f86c..36a040a54 100644 --- a/plugins/xlsx-extractor/package.json +++ b/plugins/xlsx-extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/plugin-xlsx-extractor", - "version": "3.1.3", + "version": "3.1.4", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xlsx-extractor", "description": "A plugin for parsing xlsx files in Flatfile.", "registryMetadata": { @@ -32,7 +32,7 @@ }, "license": "ISC", "dependencies": { - "@flatfile/util-extractor": "^2.1.2", + "@flatfile/util-extractor": "^2.1.3", "remeda": "^1.14.0", "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz" }, diff --git a/utils/extractor/CHANGELOG.md b/utils/extractor/CHANGELOG.md index e5268fb5f..da6f30014 100644 --- a/utils/extractor/CHANGELOG.md +++ b/utils/extractor/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-extractor-utils +## 2.1.3 + +### Patch Changes + +- 65da741: Updated @flatfile/util-common dependancy version to fix extraction error + ## 2.1.2 ### Patch Changes diff --git a/utils/extractor/package.json b/utils/extractor/package.json index 4f8f9a578..f79b5224d 100644 --- a/utils/extractor/package.json +++ b/utils/extractor/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-extractor", - "version": "2.1.2", + "version": "2.1.3", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor", "description": "A library containing common utilities and helpers for extractors.", "keywords": [ diff --git a/utils/response-rejection/CHANGELOG.md b/utils/response-rejection/CHANGELOG.md index 99962b51d..ba31b8b07 100644 --- a/utils/response-rejection/CHANGELOG.md +++ b/utils/response-rejection/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/util-response-rejection +## 1.3.5 + +### Patch Changes + +- 65da741: Updated util-common dependancy version to fix extraction error + ## 1.3.4 ### Patch Changes diff --git a/utils/response-rejection/package.json b/utils/response-rejection/package.json index 771606b91..274b52b4a 100644 --- a/utils/response-rejection/package.json +++ b/utils/response-rejection/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/util-response-rejection", - "version": "1.3.4", + "version": "1.3.5", "url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/response-rejection", "description": "This plugin handles response rejections returned from an external source.", "registryMetadata": {