Skip to content

Commit

Permalink
chore: update versions (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
flatfile-release[bot] authored Sep 3, 2024
1 parent 37babea commit ad8a88e
Show file tree
Hide file tree
Showing 57 changed files with 281 additions and 99 deletions.
32 changes: 0 additions & 32 deletions .changeset/tough-schools-sleep.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-record-hook@1.6.1
- @flatfile/util-common@1.3.8

## 1.0.0

### Minor 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": "1.0.0",
"version": "1.0.1",
"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.4.1",
"@flatfile/util-common": "^1.3.2"
"@flatfile/util-common": "^1.3.8"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.6.0"
"@flatfile/plugin-record-hook": "^1.6.1"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.6.0",
"@flatfile/plugin-record-hook": "^1.6.1",
"@flatfile/rollup-config": "0.1.1"
}
}
6 changes: 6 additions & 0 deletions plugins/automap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-automap

## 0.4.1

### Patch Changes

- 37babea: Update @flatfile/api dependency

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"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.2.0"
"@flatfile/utils-testing": "^0.2.1"
}
}
8 changes: 8 additions & 0 deletions plugins/constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-constraints

## 2.0.1

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-record-hook@1.6.1

## 2.0.0

### Minor 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": "2.0.0",
"version": "2.0.1",
"description": "A plugin for extending blueprint with external constraints",
"engines": {
"node": ">= 16"
Expand Down Expand Up @@ -50,10 +50,10 @@
"peerDependencies": {
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.6.0"
"@flatfile/plugin-record-hook": "^1.6.1"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.6.0",
"@flatfile/plugin-record-hook": "^1.6.1",
"@flatfile/rollup-config": "0.1.1"
}
}
9 changes: 9 additions & 0 deletions plugins/dedupe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flatfile/plugin-dedupe

## 1.1.5

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-job-handler@0.5.5
- @flatfile/util-common@1.3.8

## 1.1.4

### 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.4",
"version": "1.1.5",
"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.2",
"@flatfile/util-common": "^1.3.2"
"@flatfile/plugin-job-handler": "^0.5.5",
"@flatfile/util-common": "^1.3.8"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
Expand Down
6 changes: 6 additions & 0 deletions plugins/delimiter-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-delimiter-extractor

## 2.1.3

### Patch Changes

- 37babea: Update @flatfile/api dependency

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.1.2",
"version": "2.1.3",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor",
"description": "A plugin for parsing .delimiter files in Flatfile.",
"registryMetadata": {
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

## 1.1.3

### Patch Changes

- 37babea: Update @flatfile/api dependency

## 1.1.2

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

## 0.3.1

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-job-handler@0.5.5
- @flatfile/util-common@1.3.8

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"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.9.13",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-job-handler": "^0.5.2",
"@flatfile/util-common": "^1.3.2",
"@flatfile/plugin-job-handler": "^0.5.5",
"@flatfile/util-common": "^1.3.8",
"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.2",
"@flatfile/util-common": "^1.3.2"
"@flatfile/plugin-job-handler": "^0.5.5",
"@flatfile/util-common": "^1.3.8"
}
}
6 changes: 6 additions & 0 deletions plugins/foreign-db-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-foreign-db-extractor

## 0.1.3

### Patch Changes

- 37babea: Update @flatfile/api dependency

## 0.1.2

### 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.2",
"version": "0.1.3",
"description": "A plugin for extracting MSSQL DBs from a .bak file.",
"registryMetadata": {
"category": "extractor"
Expand Down
8 changes: 8 additions & 0 deletions plugins/job-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-job-handler

## 0.5.5

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/util-common@1.3.8

## 0.5.4

### 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.4",
"version": "0.5.5",
"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.2"
"@flatfile/util-common": "^1.3.8"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.1"
},
"devDependencies": {
"@flatfile/rollup-config": "0.1.1",
"@flatfile/utils-testing": "^0.2.0"
"@flatfile/utils-testing": "^0.2.1"
}
}
8 changes: 8 additions & 0 deletions plugins/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-convert-json-schema

## 0.3.4

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-space-configure@0.5.3

## 0.3.3

### 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.3",
"version": "0.3.4",
"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.2",
"@flatfile/plugin-space-configure": "^0.5.3",
"cross-fetch": "^4.0.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions plugins/merge-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @flatfile/plugin-connect-via-merge

## 0.3.3

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-convert-openapi-schema@0.2.4
- @flatfile/plugin-job-handler@0.5.5

## 0.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions plugins/merge-connection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-connect-via-merge",
"version": "0.3.2",
"version": "0.3.3",
"description": "A connect plugin for Merge.dev",
"registryMetadata": {
"category": "connect"
Expand Down Expand Up @@ -28,8 +28,8 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-convert-openapi-schema": "^0.2.3",
"@flatfile/plugin-job-handler": "^0.5.2",
"@flatfile/plugin-convert-openapi-schema": "^0.2.4",
"@flatfile/plugin-job-handler": "^0.5.5",
"@mergeapi/merge-node-client": "^1.0.4"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions plugins/openapi-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-convert-openapi-schema

## 0.2.4

### Patch Changes

- 37babea: Update @flatfile/api dependency
- Updated dependencies [37babea]
- @flatfile/plugin-space-configure@0.5.3

## 0.2.3

### Patch Changes
Expand Down
Loading

0 comments on commit ad8a88e

Please sign in to comment.