Skip to content

Commit

Permalink
chore: update versions (#451)
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 Mar 25, 2024
1 parent ed308f5 commit 756410e
Show file tree
Hide file tree
Showing 13 changed files with 76 additions and 24 deletions.
11 changes: 0 additions & 11 deletions .changeset/smart-fireants-think.md

This file was deleted.

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

## 1.0.0

### Major Changes

- ed308f5: `@flatfile/plugin-dedupe`: This release improves dedupe's handling of records. Previously it only deduped the first 10k records. Now it dedupes the entire sheet. It takes advantage of the `processRecords` utility for retrieving and finding duplicates, and creates a bulk record deletion job. Additionally it improves error messaging and bundles for both NodeJS and the browser.

`@flatfile/plugin-job-handler`: This release updates `jobHandler`'s job parameter to allow passing an `EventFilter`.

`@flatfile/util-common`: This release fixes cross compatibility issues by using `@flatfile/cross-env-config` to retrieve environment variables.

### Patch Changes

- Updated dependencies [ed308f5]
- @flatfile/plugin-job-handler@0.4.0
- @flatfile/util-common@1.0.2

## 0.1.1

### 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": "0.1.1",
"version": "1.0.0",
"description": "Dedupe records in a sheet via a sheet level custom action.",
"registryMetadata": {
"category": "transform"
Expand Down Expand Up @@ -41,8 +41,8 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/plugin-job-handler": "^0.3.3",
"@flatfile/util-common": "^1.0.1"
"@flatfile/plugin-job-handler": "^0.4.0",
"@flatfile/util-common": "^1.0.2"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
15 changes: 15 additions & 0 deletions plugins/job-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @flatfile/plugin-job-handler

## 0.4.0

### Minor Changes

- ed308f5: `@flatfile/plugin-dedupe`: This release improves dedupe's handling of records. Previously it only deduped the first 10k records. Now it dedupes the entire sheet. It takes advantage of the `processRecords` utility for retrieving and finding duplicates, and creates a bulk record deletion job. Additionally it improves error messaging and bundles for both NodeJS and the browser.

`@flatfile/plugin-job-handler`: This release updates `jobHandler`'s job parameter to allow passing an `EventFilter`.

`@flatfile/util-common`: This release fixes cross compatibility issues by using `@flatfile/cross-env-config` to retrieve environment variables.

### Patch Changes

- Updated dependencies [ed308f5]
- @flatfile/util-common@1.0.2

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3.3",
"version": "0.4.0",
"description": "A plugin for handling Flatfile Jobs.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/listener": "^1.0.1",
"@flatfile/util-common": "^1.0.0"
"@flatfile/util-common": "^1.0.2"
},
"devDependencies": {
"@flatfile/utils-testing": "^0.1.3"
Expand Down
7 changes: 7 additions & 0 deletions plugins/merge-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-connect-via-merge

## 0.2.1

### Patch Changes

- Updated dependencies [ed308f5]
- @flatfile/plugin-job-handler@0.4.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "0.2.1",
"description": "A connect plugin for Merge.dev",
"registryMetadata": {
"category": "connect"
Expand Down Expand Up @@ -30,7 +30,7 @@
"@flatfile/api": "^1.7.4",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-convert-openapi-schema": "^0.1.2",
"@flatfile/plugin-job-handler": "^0.3.3",
"@flatfile/plugin-job-handler": "^0.4.0",
"@mergeapi/merge-node-client": "^1.0.4"
}
}
7 changes: 7 additions & 0 deletions plugins/space-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-space-configure

## 0.3.3

### Patch Changes

- Updated dependencies [ed308f5]
- @flatfile/plugin-job-handler@0.4.0

## 0.3.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "0.3.3",
"description": "A plugin for configuring a Flatfile Space.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-job-handler": "^0.3.2"
"@flatfile/plugin-job-handler": "^0.4.0"
},
"devDependencies": {
"@flatfile/utils-testing": "^0.1.3"
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

## 1.2.4

### Patch Changes

- Updated dependencies [ed308f5]
- @flatfile/plugin-job-handler@0.4.0
- @flatfile/util-common@1.0.2

## 1.2.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "1.2.3",
"version": "1.2.4",
"description": "A plugin for egressing a Flatfile Workbook via a webhook.",
"registryMetadata": {
"category": "egress"
Expand Down Expand Up @@ -43,8 +43,8 @@
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-job-handler": "^0.3.3",
"@flatfile/util-common": "^1.0.0",
"@flatfile/plugin-job-handler": "^0.4.0",
"@flatfile/util-common": "^1.0.2",
"@flatfile/util-response-rejection": "^1.2.3",
"node-fetch": "^3.3.2"
},
Expand Down
10 changes: 10 additions & 0 deletions utils/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @flatfile/util-common

## 1.0.2

### Patch Changes

- ed308f5: `@flatfile/plugin-dedupe`: This release improves dedupe's handling of records. Previously it only deduped the first 10k records. Now it dedupes the entire sheet. It takes advantage of the `processRecords` utility for retrieving and finding duplicates, and creates a bulk record deletion job. Additionally it improves error messaging and bundles for both NodeJS and the browser.

`@flatfile/plugin-job-handler`: This release updates `jobHandler`'s job parameter to allow passing an `EventFilter`.

`@flatfile/util-common`: This release fixes cross compatibility issues by using `@flatfile/cross-env-config` to retrieve environment variables.

## 1.0.1

### Patch 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": "1.0.1",
"version": "1.0.2",
"description": "A library containing common utilities and helpers for plugins.",
"keywords": [],
"author": "Carl Brugger",
Expand Down

0 comments on commit 756410e

Please sign in to comment.