Skip to content

Commit

Permalink
chore: update versions (#242)
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 21, 2023
1 parent 134cf31 commit 2e6dd15
Show file tree
Hide file tree
Showing 25 changed files with 101 additions and 31 deletions.
12 changes: 0 additions & 12 deletions .changeset/lovely-cobras-hunt.md

This file was deleted.

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

## 0.0.4

### Patch Changes

- 134cf31: Minor bug fixes

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-dedupe",
"version": "0.0.3",
"version": "0.0.4",
"description": "Dedupe records in a sheet via a sheet level custom action.",
"registryMetadata": {
"category": "transform"
Expand Down
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.7.1

### Patch Changes

- Updated dependencies [134cf31]
- @flatfile/util-extractor@0.4.2

## 0.7.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.7.0",
"version": "0.7.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.1",
"@flatfile/util-extractor": "0.4.2",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/dxp-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-dxp-config

## 0.0.7

### Patch Changes

- 134cf31: Minor bug fixes

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/dxp-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-dxp-configure",
"version": "0.0.6",
"version": "0.0.7",
"description": "A plugin for using DXP class-based configurations.",
"registryMetadata": {
"category": "utilities"
Expand Down
6 changes: 6 additions & 0 deletions plugins/export-worbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-export-workbook

## 0.0.3

### Patch Changes

- 134cf31: Minor bug fixes

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/export-worbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-export-workbook",
"version": "0.0.2",
"version": "0.0.3",
"description": "A plugin for exporting data in Flatfile to Workbooks.",
"registryMetadata": {
"category": "export"
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.2

### Patch Changes

- Updated dependencies [134cf31]
- @flatfile/util-extractor@0.4.2

## 0.6.1

### Patch 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.1",
"version": "0.6.2",
"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.1",
"@flatfile/util-extractor": "0.4.2",
"remeda": "^1.14.0"
}
}
8 changes: 8 additions & 0 deletions plugins/record-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-record-hook

## 1.1.3

### Patch Changes

- 134cf31: Minor bug fixes
- Updated dependencies [134cf31]
- @flatfile/util-common@0.2.1

## 1.1.2

### 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.1.2",
"version": "1.1.3",
"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.2.0",
"@flatfile/util-common": "^0.2.1",
"effect": "^2.0.0-next.29"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/space-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-space-configure

## 0.1.2

### Patch Changes

- 134cf31: Minor bug fixes

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/space-configure/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-space-configure",
"version": "0.1.1",
"version": "0.1.2",
"description": "A plugin for configuring a Flatfile Space.",
"registryMetadata": {
"category": "core"
Expand Down
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.2

### Patch Changes

- 134cf31: Minor bug fixes
- Updated dependencies [134cf31]
- @flatfile/util-common@0.2.1

## 0.1.1

### Patch 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.1",
"version": "0.1.2",
"description": "A plugin for egressing a Flatfile Workbook via a webhook.",
"registryMetadata": {
"category": "egress"
Expand Down Expand Up @@ -31,7 +31,7 @@
"@flatfile/listener": "^0.3.15",
"@flatfile/plugin-job-handler": "^0.1.2",
"@flatfile/util-response-rejection": "^0.1.1",
"@flatfile/util-common": "^0.1.1",
"@flatfile/util-common": "^0.2.1",
"axios": "^1.4.0"
}
}
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.2

### Patch Changes

- Updated dependencies [134cf31]
- @flatfile/util-extractor@0.4.2

## 1.7.1

### 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": "1.7.1",
"version": "1.7.2",
"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.1",
"@flatfile/util-extractor": "0.4.2",
"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.2

### Patch Changes

- Updated dependencies [134cf31]
- @flatfile/util-extractor@0.4.2

## 0.5.1

### Patch 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.1",
"version": "0.5.2",
"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.1",
"@flatfile/util-extractor": "0.4.2",
"@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/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/util-common

## 0.2.1

### Patch Changes

- 134cf31: Minor bug fixes

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-common",
"version": "0.2.0",
"version": "0.2.1",
"description": "A library containing common utilities and helpers for plugins.",
"keywords": [],
"author": "Carl Brugger",
Expand Down
8 changes: 8 additions & 0 deletions utils/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-extractor-utils

## 0.4.2

### Patch Changes

- 134cf31: Minor bug fixes
- Updated dependencies [134cf31]
- @flatfile/util-common@0.2.1

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "0.4.2",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [],
"author": "Carl Brugger",
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"@flatfile/api": "^1.5.13",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-common": "^0.2.0",
"@flatfile/util-common": "^0.2.1",
"@flatfile/util-file-buffer": "0.1.0",
"remeda": "^1.14.0"
}
Expand Down

0 comments on commit 2e6dd15

Please sign in to comment.