Skip to content

Commit

Permalink
chore: update versions (#689)
Browse files Browse the repository at this point in the history
* chore: update versions

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Carl Brugger <[email protected]>
  • Loading branch information
3 people authored Oct 31, 2024
1 parent c55a4e3 commit 364099e
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 30 deletions.
14 changes: 0 additions & 14 deletions .changeset/lemon-bears-drive.md

This file was deleted.

6 changes: 6 additions & 0 deletions bundlers/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/bundler-config-rollup

## 0.3.0

### Minor Changes

- c55a4e3: This release changes the config defaults.

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/bundler-config-rollup",
"version": "0.2.0",
"version": "0.3.0",
"description": "",
"private": true,
"main": "index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions export/delimited-zip/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @flatfile/plugin-export-delimited-zip

## 0.1.0

### Minor Changes

- c55a4e3: This release introduces the @flatfile/plugin-export-delimited-zip plugin. This plugin runs on a Workbook-level action to export the Workbook's Sheets as CSV files in a Zip file and uploaded back to Flatfile.
2 changes: 1 addition & 1 deletion export/delimited-zip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-export-delimited-zip",
"version": "0.0.0",
"version": "0.1.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/delimited-zip",
"description": "A Flatfile plugin for exporting Workbooks to delimited files and zipping them together",
"registryMetadata": {
Expand Down
6 changes: 6 additions & 0 deletions export/pivot-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-export-pivot-table

## 0.3.0

### Minor Changes

- c55a4e3: This release updates the plugin's documentation.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion export/pivot-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-export-pivot-table",
"version": "0.2.1",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/export/pivot-table",
"description": "A Flatfile plugin for generating pivot tables from sheet data and saving as Markdown documents",
"registryMetadata": {
Expand Down
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

## 4.0.0

### Patch Changes

- Updated dependencies [c55a4e3]
- @flatfile/plugin-record-hook@1.9.0

## 3.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": "3.0.0",
"version": "4.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.8.0"
"@flatfile/plugin-record-hook": "^1.9.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.9.0",
"@flatfile/bundler-config-tsup": "^0.1.0"
}
}
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

## 5.0.0

### Patch Changes

- Updated dependencies [c55a4e3]
- @flatfile/plugin-record-hook@1.9.0

## 4.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": "4.0.0",
"version": "5.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.8.0"
"@flatfile/plugin-record-hook": "^1.9.0"
},
"devDependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.9.0",
"@flatfile/bundler-config-tsup": "^0.1.0"
}
}
6 changes: 6 additions & 0 deletions plugins/dedupe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-dedupe

## 1.4.0

### Minor Changes

- c55a4e3: This release updates the plugin's documentation.

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/dedupe/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-dedupe",
"version": "1.3.0",
"version": "1.4.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/dedupe",
"description": "Dedupe records in a sheet via a sheet level custom action.",
"registryMetadata": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/delimiter-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-delimiter-extractor

## 2.4.0

### Minor Changes

- c55a4e3: This release updates the plugin's documentation.

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/delimiter-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-delimiter-extractor",
"version": "2.3.1",
"version": "2.4.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor",
"description": "A plugin for parsing .delimiter files in Flatfile.",
"registryMetadata": {
Expand Down
6 changes: 6 additions & 0 deletions plugins/export-workbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-export-workbook

## 2.1.0

### Minor Changes

- c55a4e3: This release updates the plugin's documentation.

## 2.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "2.0.0",
"version": "2.1.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
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.9.0

### Minor Changes

- c55a4e3: This release updates the Rollup config.

## 1.8.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.8.0",
"version": "1.9.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
6 changes: 6 additions & 0 deletions plugins/rollout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-rollout

## 1.3.0

### Minor Changes

- c55a4e3: This release updates the plugin's documentation.

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/rollout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-rollout",
"version": "1.2.1",
"version": "1.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/rollout",
"description": "A plugin for automatically rolling out new changes to workbooks in flatfile.",
"registryMetadata": {
Expand Down
4 changes: 2 additions & 2 deletions validate/boolean/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0"
"@flatfile/plugin-record-hook": "^1.9.0"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.5"
},
"devDependencies": {
"@flatfile/bundler-config-rollup": "^0.2.0"
"@flatfile/bundler-config-rollup": "^0.3.0"
}
}

0 comments on commit 364099e

Please sign in to comment.