Skip to content

Commit

Permalink
chore: update versions (#530)
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 May 20, 2024
1 parent 5cb8219 commit 8652661
Show file tree
Hide file tree
Showing 57 changed files with 360 additions and 102 deletions.
34 changes: 0 additions & 34 deletions .changeset/tricky-zoos-look.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.8.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/plugin-record-hook@1.5.3
- @flatfile/util-common@1.3.2

## 0.8.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.8.1",
"version": "0.8.2",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast",
"description": "A plugin for automatically casting values in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -53,15 +53,15 @@
"license": "ISC",
"dependencies": {
"@flatfile/hooks": "^1.3.2",
"@flatfile/util-common": "^1.3.1"
"@flatfile/util-common": "^1.3.2"
},
"peerDependencies": {
"@flatfile/api": "^1.8.9",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.5.2"
"@flatfile/plugin-record-hook": "^1.5.3"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.5.2",
"@flatfile/plugin-record-hook": "^1.5.3",
"@flatfile/rollup-config": "0.1.1"
}
}
8 changes: 8 additions & 0 deletions plugins/automap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-automap

## 0.3.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/automap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-automap",
"version": "0.3.1",
"version": "0.3.2",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/automap",
"description": "A plugin to provide automapping imported files for headless workflows.",
"registryMetadata": {
Expand Down Expand Up @@ -40,6 +40,6 @@
"@flatfile/listener": "^1.0.1"
},
"devDependencies": {
"@flatfile/utils-testing": "^0.1.5"
"@flatfile/utils-testing": "^0.1.6"
}
}
11 changes: 11 additions & 0 deletions plugins/constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-constraints

## 1.2.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/plugin-record-hook@1.5.3

## 1.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/constraints/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-constraints",
"version": "1.2.1",
"version": "1.2.2",
"description": "A plugin for extending blueprint with external constraints",
"engines": {
"node": ">= 16"
Expand Down Expand Up @@ -50,10 +50,10 @@
"peerDependencies": {
"@flatfile/api": "^1.8.9",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.5.2"
"@flatfile/plugin-record-hook": "^1.5.3"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.5.2",
"@flatfile/plugin-record-hook": "^1.5.3",
"@flatfile/rollup-config": "0.1.1"
}
}
12 changes: 12 additions & 0 deletions plugins/dedupe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @flatfile/plugin-dedupe

## 1.1.3

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/plugin-job-handler@0.5.2
- @flatfile/util-common@1.3.2

## 1.1.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-dedupe",
"version": "1.1.2",
"version": "1.1.3",
"description": "Dedupe records in a sheet via a sheet level custom action.",
"registryMetadata": {
"category": "transform"
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-job-handler": "^0.5.1",
"@flatfile/util-common": "^1.3.1"
"@flatfile/plugin-job-handler": "^0.5.2",
"@flatfile/util-common": "^1.3.2"
},
"peerDependencies": {
"@flatfile/api": "^1.8.9",
Expand Down
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.10.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/util-extractor@0.6.2

## 0.10.1

### Patch 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.10.1",
"version": "0.10.2",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor",
"description": "A plugin for parsing .delimiter files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^0.6.1",
"@flatfile/util-extractor": "^0.6.2",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
8 changes: 8 additions & 0 deletions plugins/dxp-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-dxp-config

## 1.1.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

## 1.1.1

### 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": "1.1.1",
"version": "1.1.2",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dxp-configure",
"description": "A plugin for using DXP class-based configurations.",
"registryMetadata": {
Expand Down
14 changes: 14 additions & 0 deletions plugins/export-workbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @flatfile/plugin-export-workbook

## 0.3.0

### Minor Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

### Patch Changes

- Updated dependencies [1d253d8]
- @flatfile/plugin-job-handler@0.5.2
- @flatfile/util-common@1.3.2

## 0.2.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions plugins/export-workbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-export-workbook",
"version": "0.2.1",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/export-workbook",
"description": "A plugin for exporting data in Flatfile to Workbooks.",
"registryMetadata": {
Expand Down Expand Up @@ -53,13 +53,13 @@
"peerDependencies": {
"@flatfile/api": "^1.8.9",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-job-handler": "^0.5.1",
"@flatfile/util-common": "^1.3.1",
"@flatfile/plugin-job-handler": "^0.5.2",
"@flatfile/util-common": "^1.3.2",
"remeda": "^1.14.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"devDependencies": {
"@flatfile/plugin-job-handler": "^0.5.1",
"@flatfile/util-common": "^1.3.1"
"@flatfile/plugin-job-handler": "^0.5.2",
"@flatfile/util-common": "^1.3.2"
}
}
8 changes: 8 additions & 0 deletions plugins/foreign-db-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-foreign-db-extractor

## 0.1.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/foreign-db-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-foreign-db-extractor",
"version": "0.1.1",
"version": "0.1.2",
"description": "A plugin for extracting MSSQL DBs from a .bak file.",
"registryMetadata": {
"category": "extractor"
Expand Down
11 changes: 11 additions & 0 deletions plugins/job-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-job-handler

## 0.5.2

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/util-common@1.3.2

## 0.5.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5.1",
"version": "0.5.2",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/job-handler",
"description": "A plugin for handling Flatfile Jobs.",
"registryMetadata": {
Expand Down Expand Up @@ -51,14 +51,14 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-common": "^1.3.1"
"@flatfile/util-common": "^1.3.2"
},
"peerDependencies": {
"@flatfile/api": "^1.8.9",
"@flatfile/listener": "^1.0.1"
},
"devDependencies": {
"@flatfile/rollup-config": "0.1.1",
"@flatfile/utils-testing": "^0.1.5"
"@flatfile/utils-testing": "^0.1.6"
}
}
11 changes: 11 additions & 0 deletions plugins/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-convert-json-schema

## 0.3.3

### Patch Changes

- 1d253d8: This release updates the @flatfile/api dependency on all plugins.

@flatfile/plugin-export-workbook: a new option has been added to the plugin to automatically download the file after exporting.

- Updated dependencies [1d253d8]
- @flatfile/plugin-space-configure@0.5.2

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-json-schema",
"version": "0.3.2",
"version": "0.3.3",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-schema",
"description": "A plugin for converting JSON Schema to Flatfile Blueprint and configuring a Flatfile Space.",
"registryMetadata": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-space-configure": "^0.5.1",
"@flatfile/plugin-space-configure": "^0.5.2",
"cross-fetch": "^4.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 8652661

Please sign in to comment.