Skip to content

Commit

Permalink
chore: update versions (#454)
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 29, 2024
1 parent 87711c6 commit a649fc0
Show file tree
Hide file tree
Showing 23 changed files with 143 additions and 41 deletions.
17 changes: 0 additions & 17 deletions .changeset/thin-monkeys-remember.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.7.7

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/plugin-record-hook@1.4.6
- @flatfile/util-common@1.0.3

## 0.7.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.7.6",
"version": "0.7.7",
"description": "A plugin for automatically casting values in Flatfile.",
"registryMetadata": {
"category": "transform"
Expand Down Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/hooks": "^1.3.2",
"@flatfile/plugin-record-hook": "^1.4.5",
"@flatfile/util-common": "^1.0.0"
"@flatfile/plugin-record-hook": "^1.4.6",
"@flatfile/util-common": "^1.0.3"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
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.1.7

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/plugin-record-hook@1.4.6

## 1.1.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.1.6",
"version": "1.1.7",
"description": "A plugin for extending blueprint with external constraints",
"registryMetadata": {
"category": "records"
Expand Down Expand Up @@ -39,7 +39,7 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/plugin-record-hook": "^1.4.5"
"@flatfile/plugin-record-hook": "^1.4.6"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
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.0.1

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/plugin-job-handler@0.4.1
- @flatfile/util-common@1.0.3

## 1.0.0

### Major 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.0.0",
"version": "1.0.1",
"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.4.0",
"@flatfile/util-common": "^1.0.2"
"@flatfile/plugin-job-handler": "^0.4.1",
"@flatfile/util-common": "^1.0.3"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
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.0.4

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

## 0.0.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.0.3",
"version": "0.0.4",
"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.4.1

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/util-common@1.0.3

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "A plugin for handling Flatfile Jobs.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -42,7 +42,7 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/util-common": "^1.0.2"
"@flatfile/util-common": "^1.0.3"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
11 changes: 11 additions & 0 deletions plugins/merge-connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-connect-via-merge

## 0.2.2

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/plugin-job-handler@0.4.1

## 0.2.1

### Patch 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.1",
"version": "0.2.2",
"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.4.0",
"@flatfile/plugin-job-handler": "^0.4.1",
"@mergeapi/merge-node-client": "^1.0.4"
}
}
11 changes: 11 additions & 0 deletions plugins/record-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-record-hook

## 1.4.6

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/util-common@1.0.3

## 1.4.5

### 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.4.5",
"version": "1.4.6",
"description": "A plugin for writing custom record-level hooks in Flatfile.",
"registryMetadata": {
"category": "records"
Expand Down Expand Up @@ -47,7 +47,7 @@
"license": "ISC",
"dependencies": {
"@flatfile/hooks": "^1.3.1",
"@flatfile/util-common": "^1.0.0"
"@flatfile/util-common": "^1.0.3"
},
"peerDependencies": {
"@flatfile/api": "^1.7.4",
Expand Down
11 changes: 11 additions & 0 deletions plugins/space-configure/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-space-configure

## 0.3.4

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/plugin-job-handler@0.4.1

## 0.3.3

### 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.3",
"version": "0.3.4",
"description": "A plugin for configuring a Flatfile Space.",
"registryMetadata": {
"category": "core"
Expand Down Expand Up @@ -41,7 +41,7 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/plugin-job-handler": "^0.4.0"
"@flatfile/plugin-job-handler": "^0.4.1"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
13 changes: 13 additions & 0 deletions plugins/webhook-egress/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @flatfile/plugin-webhook-egress

## 1.2.5

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/util-response-rejection@1.2.4
- @flatfile/plugin-job-handler@0.4.1
- @flatfile/util-common@1.0.3

## 1.2.4

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

## 1.0.3

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

## 1.0.2

### 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.2",
"version": "1.0.3",
"description": "A library containing common utilities and helpers for plugins.",
"keywords": [],
"author": "Carl Brugger",
Expand Down
11 changes: 11 additions & 0 deletions utils/response-rejection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/util-response-rejection

## 1.2.4

### Patch Changes

- 87711c6: `@flatfile/plugin-connect-via-merge`: `@flatfile/[email protected]` removes `countRecords` from the get sheet endpoint. This release switches to the get record count endpoint.

This release also includes bundling fixes across the Flatfile plugin ecosystem.

- Updated dependencies [87711c6]
- @flatfile/util-common@1.0.3

## 1.2.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions utils/response-rejection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-response-rejection",
"version": "1.2.3",
"version": "1.2.4",
"description": "This plugin handles response rejections returned from an external source.",
"registryMetadata": {
"category": "utilities"
Expand Down Expand Up @@ -42,6 +42,6 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/util-common": "^1.0.0"
"@flatfile/util-common": "^1.0.3"
}
}

0 comments on commit a649fc0

Please sign in to comment.