Skip to content

Commit

Permalink
chore: update versions (#704)
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 776b6f4 commit 0eabe86
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-dryers-try.md

This file was deleted.

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

## 6.0.0

### Patch Changes

- Updated dependencies [776b6f4]
- @flatfile/plugin-record-hook@1.11.0

## 5.0.0

### Minor 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": "5.0.0",
"version": "6.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 @@ -68,10 +68,10 @@
"peerDependencies": {
"@flatfile/api": "^1.9.19",
"@flatfile/listener": "^1.1.0",
"@flatfile/plugin-record-hook": "^1.10.0"
"@flatfile/plugin-record-hook": "^1.11.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.10.0",
"@flatfile/plugin-record-hook": "^1.11.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
Expand Down
7 changes: 7 additions & 0 deletions plugins/constraints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-constraints

## 7.0.0

### Patch Changes

- Updated dependencies [776b6f4]
- @flatfile/plugin-record-hook@1.11.0

## 6.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": "6.0.0",
"version": "7.0.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/constraints",
"description": "A plugin for extending blueprint with external constraints",
"type": "module",
Expand Down Expand Up @@ -61,10 +61,10 @@
"peerDependencies": {
"@flatfile/api": "^1.9.19",
"@flatfile/listener": "^1.1.0",
"@flatfile/plugin-record-hook": "^1.10.0"
"@flatfile/plugin-record-hook": "^1.11.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.10.0",
"@flatfile/plugin-record-hook": "^1.11.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
Expand Down
6 changes: 6 additions & 0 deletions plugins/record-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-record-hook

## 1.11.0

### Minor Changes

- 776b6f4: This release removes unchanged values from the payload to improve performance.

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.10.0",
"version": "1.11.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/record-hook",
"description": "A plugin for running custom logic on individual data records in Flatfile.",
"registryMetadata": {
Expand Down

0 comments on commit 0eabe86

Please sign in to comment.