Skip to content

Commit

Permalink
chore: update versions (#234)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
flatfiledocker and github-actions[bot] authored Sep 19, 2023
1 parent 7019e58 commit 6225dba
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/brave-files-obey.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-ants-flow.md

This file was deleted.

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

## 0.6.1

### Patch Changes

- Updated dependencies [7019e58]
- @flatfile/util-extractor@0.4.1

## 0.6.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.6.0",
"version": "0.6.1",
"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.4.0",
"@flatfile/util-extractor": "0.4.1",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
7 changes: 7 additions & 0 deletions plugins/json-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-json-extractor

## 0.6.1

### Patch Changes

- Updated dependencies [7019e58]
- @flatfile/util-extractor@0.4.1

## 0.6.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.6.0",
"version": "0.6.1",
"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.4.0",
"@flatfile/util-extractor": "0.4.1",
"remeda": "^1.14.0"
}
}
8 changes: 8 additions & 0 deletions plugins/webhook-egress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-webhook-egress

## 0.1.1

### Patch Changes

- 3fbf53a: Update response rejection message
- Updated dependencies [3fbf53a]
- @flatfile/util-response-rejection@0.1.1

## 0.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/webhook-egress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-webhook-egress",
"version": "0.1.0",
"version": "0.1.1",
"description": "A plugin for egressing a Flatfile Workbook via a webhook.",
"registryMetadata": {
"category": "egress"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@flatfile/api": "^1.5.14",
"@flatfile/listener": "^0.3.15",
"@flatfile/plugin-job-handler": "^0.1.2",
"@flatfile/util-response-rejection": "^0.1.0",
"@flatfile/util-response-rejection": "^0.1.1",
"@flatfile/util-common": "^0.1.1",
"axios": "^1.4.0"
}
Expand Down
7 changes: 7 additions & 0 deletions plugins/xlsx-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-record-hook

## 1.7.1

### Patch Changes

- Updated dependencies [7019e58]
- @flatfile/util-extractor@0.4.1

## 1.7.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.7.0",
"version": "1.7.1",
"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.4.0",
"@flatfile/util-extractor": "0.4.1",
"remeda": "^1.14.0",
"xlsx": "^0.18.5"
}
Expand Down
7 changes: 7 additions & 0 deletions plugins/xml-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-dxp-config

## 0.5.1

### Patch Changes

- Updated dependencies [7019e58]
- @flatfile/util-extractor@0.4.1

## 0.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.5.0",
"version": "0.5.1",
"description": "A plugin for extracting data from XML files.",
"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.4.0",
"@flatfile/util-extractor": "0.4.1",
"@flatfile/util-file-buffer": "0.1.0",
"remeda": "^1.24.0",
"xml-json-format": "^1.0.8"
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

## 0.4.1

### Patch Changes

- 7019e58: Add job progress to extractors

## 0.4.0

### Minor 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": "0.4.0",
"version": "0.4.1",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [],
"author": "Carl Brugger",
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

## 0.1.1

### Patch Changes

- 3fbf53a: Update response rejection message

## 0.1.0

### Minor 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": "0.1.0",
"version": "0.1.1",
"description": "This plugin handles response rejections returned from an external source.",
"registryMetadata": {
"category": "utilities"
Expand Down

0 comments on commit 6225dba

Please sign in to comment.