Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/angry-socks-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-impalas-do.md

This file was deleted.

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

## 1.0.0

### Minor Changes

- 2829595: This release adds support for the new string-list and enum-list field types.

### Patch Changes

- Updated dependencies [2829595]
- @flatfile/plugin-record-hook@1.6.0

## 0.8.2

### 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.8.2",
"version": "1.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 @@ -58,10 +58,10 @@
"peerDependencies": {
"@flatfile/api": "^1.8.9",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.5.3"
"@flatfile/plugin-record-hook": "^1.6.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.5.3",
"@flatfile/plugin-record-hook": "^1.6.0",
"@flatfile/rollup-config": "0.1.1"
}
}
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

## 2.0.0

### Minor Changes

- 2829595: This release adds support for the new string-list and enum-list field types.

### Patch Changes

- Updated dependencies [2829595]
- @flatfile/plugin-record-hook@1.6.0

## 1.2.2

### 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": "1.2.2",
"version": "2.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.8.9",
"@flatfile/listener": "^1.0.1",
"@flatfile/plugin-record-hook": "^1.5.3"
"@flatfile/plugin-record-hook": "^1.6.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.5.3",
"@flatfile/plugin-record-hook": "^1.6.0",
"@flatfile/rollup-config": "0.1.1"
}
}
6 changes: 6 additions & 0 deletions plugins/job-handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-job-handler

## 0.5.3

### Patch Changes

- cf24f9b: This release changes the jobHandler's starting progress from 10% to 1%

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2",
"version": "0.5.3",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/job-handler",
"description": "A plugin for handling Flatfile Jobs.",
"registryMetadata": {
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.6.0

### Minor Changes

- 2829595: This release adds support for the new string-list and enum-list field types.

## 1.5.3

### Patch 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.5.3",
"version": "1.6.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