Skip to content

Commit

Permalink
chore: update versions (#634)
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
1 parent 8f376dd commit 4141191
Show file tree
Hide file tree
Showing 60 changed files with 355 additions and 105 deletions.
32 changes: 0 additions & 32 deletions .changeset/swift-chairs-buy.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

## 2.0.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-record-hook@1.7.0
- @flatfile/util-common@1.4.0

## 1.0.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": "1.0.1",
"version": "2.0.0",
"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.8"
"@flatfile/util-common": "^1.4.0"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.5",
"@flatfile/plugin-record-hook": "^1.6.1"
"@flatfile/plugin-record-hook": "^1.7.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.6.1",
"@flatfile/plugin-record-hook": "^1.7.0",
"@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.5.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

## 0.4.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.4.1",
"version": "0.5.0",
"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.5"
},
"devDependencies": {
"@flatfile/utils-testing": "^0.2.1"
"@flatfile/utils-testing": "^0.3.0"
}
}
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

## 3.0.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-record-hook@1.7.0

## 2.0.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": "2.0.1",
"version": "3.0.0",
"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.5",
"@flatfile/plugin-record-hook": "^1.6.1"
"@flatfile/plugin-record-hook": "^1.7.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.6.1",
"@flatfile/plugin-record-hook": "^1.7.0",
"@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.2.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-job-handler@0.6.0
- @flatfile/util-common@1.4.0

## 1.1.5

### 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.5",
"version": "1.2.0",
"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.5",
"@flatfile/util-common": "^1.3.8"
"@flatfile/plugin-job-handler": "^0.6.0",
"@flatfile/util-common": "^1.4.0"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
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.2.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

## 1.1.3

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

## 1.0.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-job-handler@0.6.0
- @flatfile/util-common@1.4.0

## 0.3.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.3.1",
"version": "1.0.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.9.13",
"@flatfile/listener": "^1.0.5",
"@flatfile/plugin-job-handler": "^0.5.5",
"@flatfile/util-common": "^1.3.8",
"@flatfile/plugin-job-handler": "^0.6.0",
"@flatfile/util-common": "^1.4.0",
"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.5",
"@flatfile/util-common": "^1.3.8"
"@flatfile/plugin-job-handler": "^0.6.0",
"@flatfile/util-common": "^1.4.0"
}
}
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.2.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

## 0.1.3

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

## 1.3.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-space-configure@0.6.0

## 1.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/graphql-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-graphql-schema",
"version": "1.2.2",
"version": "1.3.0",
"description": "A plugin for converting GraphQL to Flatfile blueprint.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -39,7 +39,7 @@
"type": "module",
"license": "ISC",
"dependencies": {
"@flatfile/plugin-space-configure": "^0.5.1",
"@flatfile/plugin-space-configure": "^0.6.0",
"change-case": "^5.4.3",
"cross-fetch": "^4.0.0",
"graphql": "^16.8.1"
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.6.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/util-common@1.4.0

## 0.5.5

### 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.5",
"version": "0.6.0",
"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.8"
"@flatfile/util-common": "^1.4.0"
},
"peerDependencies": {
"@flatfile/api": "^1.9.13",
"@flatfile/listener": "^1.0.5"
},
"devDependencies": {
"@flatfile/rollup-config": "0.1.1",
"@flatfile/utils-testing": "^0.2.1"
"@flatfile/utils-testing": "^0.3.0"
}
}
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.4.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-space-configure@0.6.0

## 0.3.4

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

## 0.4.0

### Minor Changes

- 8f376dd: This release updates several Flatfile dependencies to the latest versions.

### Patch Changes

- Updated dependencies [8f376dd]
- @flatfile/plugin-convert-openapi-schema@0.3.0
- @flatfile/plugin-job-handler@0.6.0

## 0.3.3

### Patch Changes
Expand Down
Loading

0 comments on commit 4141191

Please sign in to comment.