Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 8, 2023
1 parent b399623 commit 7ab83ad
Show file tree
Hide file tree
Showing 29 changed files with 166 additions and 45 deletions.
15 changes: 0 additions & 15 deletions .changeset/few-countries-tell.md

This file was deleted.

12 changes: 12 additions & 0 deletions plugins/autocast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @flatfile/plugin-autocast

## 0.3.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/plugin-record-hook@1.1.0
- @flatfile/util-common@0.2.0

## 0.2.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/autocast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-autocast",
"version": "0.2.2",
"version": "0.3.0",
"description": "A plugin for automatically casting values in Flatfile.",
"registryMetadata": {
"category": "transform"
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@flatfile/api": "^1.4.9",
"@flatfile/listener": "^0.3.10",
"@flatfile/plugin-record-hook": "^1.0.4",
"@flatfile/util-common": "^0.1.1"
"@flatfile/plugin-record-hook": "^1.1.0",
"@flatfile/util-common": "^0.2.0"
}
}
11 changes: 11 additions & 0 deletions plugins/delimiter-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-delimiter-extractor

## 0.6.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-extractor@0.4.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/delimiter-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-delimiter-extractor",
"version": "0.5.0",
"version": "0.6.0",
"description": "A plugin for parsing a delimited file and extracting it into Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@flatfile/api": "^1.5.13",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-extractor": "0.3.0",
"@flatfile/util-extractor": "0.4.0",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/job-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-job-handler

## 0.1.1

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-common@0.2.0

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/job-handler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-job-handler",
"version": "0.1.0",
"version": "0.1.1",
"description": "A plugin for handling Flatfile Jobs.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -29,6 +29,6 @@
"dependencies": {
"@flatfile/api": "^1.4.9",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-common": "^0.1.0"
"@flatfile/util-common": "^0.2.0"
}
}
11 changes: 11 additions & 0 deletions plugins/json-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-json-extractor

## 0.6.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-extractor@0.4.0

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/json-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-json-extractor",
"version": "0.5.0",
"version": "0.6.0",
"description": "A plugin for parsing json files in Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@flatfile/api": "^1.4.9",
"@flatfile/hooks": "^1.3.0",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-extractor": "0.3.0",
"@flatfile/util-extractor": "0.4.0",
"remeda": "^1.14.0"
}
}
7 changes: 7 additions & 0 deletions plugins/pdf-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-pdf-extractor

## 0.0.4

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-file-buffer@0.1.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/pdf-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-pdf-extractor",
"version": "0.0.3",
"version": "0.0.4",
"description": "A plugin for parsing PDF files in Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@flatfile/api": "^1.5.14",
"@flatfile/hooks": "^1.3.1",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-file-buffer": "0.0.4",
"@flatfile/util-file-buffer": "0.1.0",
"axios": "^1.4.0",
"fs-extra": "^11.1.1",
"remeda": "^1.14.0"
Expand Down
11 changes: 11 additions & 0 deletions plugins/psv-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-psv-extractor

## 1.5.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/plugin-delimiter-extractor@0.6.0

## 1.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/psv-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-psv-extractor",
"version": "1.4.0",
"version": "1.5.0",
"description": "A plugin for parsing a psv file and extracting it into Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -28,6 +28,6 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.5.13",
"@flatfile/plugin-delimiter-extractor": "^0.5.0"
"@flatfile/plugin-delimiter-extractor": "^0.6.0"
}
}
11 changes: 11 additions & 0 deletions plugins/record-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-record-hook

## 1.1.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-common@0.2.0

## 1.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/record-hook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-record-hook",
"version": "1.0.4",
"version": "1.1.0",
"description": "A plugin for writing custom record-level hooks in Flatfile.",
"registryMetadata": {
"category": "records"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@flatfile/api": "^1.5.13",
"@flatfile/hooks": "^1.3.1",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-common": "^0.1.1"
"@flatfile/util-common": "^0.2.0"
},
"devDependencies": {
"axios": "^1.4.0"
Expand Down
11 changes: 11 additions & 0 deletions plugins/tsv-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-tsv-extractor

## 1.4.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/plugin-delimiter-extractor@0.6.0

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/tsv-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-tsv-extractor",
"version": "1.3.0",
"version": "1.4.0",
"description": "A plugin for parsing a tsv file and extracting it into Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -28,6 +28,6 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.5.13",
"@flatfile/plugin-delimiter-extractor": "^0.5.0"
"@flatfile/plugin-delimiter-extractor": "^0.6.0"
}
}
11 changes: 11 additions & 0 deletions plugins/xlsx-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-record-hook

## 1.7.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-extractor@0.4.0

## 1.6.0

### Minor 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": "1.6.0",
"version": "1.7.0",
"description": "A plugin for parsing xlsx files in Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@flatfile/api": "^1.4.9",
"@flatfile/hooks": "^1.3.0",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-extractor": "0.3.0",
"@flatfile/util-extractor": "0.4.0",
"remeda": "^1.14.0",
"xlsx": "^0.18.5"
}
Expand Down
12 changes: 12 additions & 0 deletions plugins/xml-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @flatfile/plugin-dxp-config

## 0.5.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-file-buffer@0.1.0
- @flatfile/util-extractor@0.4.0

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/xml-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-xml-extractor",
"version": "0.4.0",
"version": "0.5.0",
"description": "A plugin for extracting data from XML files.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -29,8 +29,8 @@
"dependencies": {
"@flatfile/api": "^1.5.13",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-extractor": "0.3.0",
"@flatfile/util-file-buffer": "0.0.4",
"@flatfile/util-extractor": "0.4.0",
"@flatfile/util-file-buffer": "0.1.0",
"remeda": "^1.24.0",
"xml-json-format": "^1.0.8"
}
Expand Down
8 changes: 8 additions & 0 deletions plugins/zip-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-zip-extractor

## 0.3.6

### Patch Changes

- Updated dependencies [b399623]
- @flatfile/util-file-buffer@0.1.0
- @flatfile/util-common@0.2.0

## 0.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/zip-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-zip-extractor",
"version": "0.3.5",
"version": "0.3.6",
"description": "A plugin for unzipping zip files and uploading content back in Flatfile.",
"registryMetadata": {
"category": "extractors"
Expand Down Expand Up @@ -30,8 +30,8 @@
"@flatfile/api": "^1.4.9",
"@flatfile/hooks": "^1.3.0",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-common": "^0.1.1",
"@flatfile/util-file-buffer": "^0.0.4",
"@flatfile/util-common": "^0.2.0",
"@flatfile/util-file-buffer": "^0.1.0",
"adm-zip": "^0.5.10",
"os": "^0.1.2",
"remeda": "^1.14.0"
Expand Down
6 changes: 6 additions & 0 deletions utils/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/util-common

## 0.2.0

### Minor Changes

- b399623: Refactor extractors to handle extraction on job:ready, add debug option, fix asyncBatching

## 0.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit 7ab83ad

Please sign in to comment.