Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/bright-zebras-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-pans-call.md

This file was deleted.

6 changes: 6 additions & 0 deletions plugins/view-mapped/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-view-mapped

## 1.0.2

### Patch Changes

- 54b66c4: Initial Release

## 1.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/view-mapped/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/xlsx-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions plugins/xlsx-extractor/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
},
Expand Down
6 changes: 6 additions & 0 deletions utils/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/extractor/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions utils/response-rejection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion utils/response-rejection/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down