Skip to content

Commit

Permalink
chore: update versions (#688)
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 615542b commit 5cd7aff
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 18 deletions.
10 changes: 0 additions & 10 deletions .changeset/red-cows-appear.md

This file was deleted.

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.2.1

### Patch Changes

- 615542b: This release fixes misc bugs

## 0.2.0

### Minor 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.0",
"version": "0.2.1",
"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
8 changes: 8 additions & 0 deletions plugins/delimiter-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-delimiter-extractor

## 2.3.1

### Patch Changes

- 615542b: This release fixes misc bugs
- Updated dependencies [615542b]
- @flatfile/util-extractor@2.2.1

## 2.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0",
"version": "2.3.1",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/delimiter-extractor",
"description": "A plugin for parsing .delimiter files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^2.2.0",
"@flatfile/util-extractor": "^2.2.1",
"papaparse": "^5.4.1",
"remeda": "^1.14.0"
},
Expand Down
6 changes: 6 additions & 0 deletions plugins/json-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-convert-json-schema

## 0.5.1

### Patch Changes

- 615542b: This release fixes misc bugs

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-json-schema",
"version": "0.5.0",
"version": "0.5.1",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-schema",
"description": "A plugin for converting JSON Schema to Flatfile Blueprint and configuring a Flatfile Space.",
"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.2.1

### Patch Changes

- 615542b: This release fixes misc bugs

## 1.2.0

### Minor 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.0",
"version": "1.2.1",
"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
8 changes: 8 additions & 0 deletions plugins/xlsx-extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-xlsx-extractor

## 3.3.1

### Patch Changes

- 615542b: This release fixes misc bugs
- Updated dependencies [615542b]
- @flatfile/util-extractor@2.2.1

## 3.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/xlsx-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-xlsx-extractor",
"version": "3.3.0",
"version": "3.3.1",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/xlsx-extractor",
"description": "A plugin for parsing xlsx files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -53,7 +53,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^2.2.0",
"@flatfile/util-extractor": "^2.2.1",
"remeda": "^1.14.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
Expand Down
6 changes: 6 additions & 0 deletions utils/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/plugin-extractor-utils

## 2.2.1

### Patch Changes

- 615542b: This release fixes misc bugs

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-extractor",
"version": "2.2.0",
"version": "2.2.1",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [
Expand Down

0 comments on commit 5cd7aff

Please sign in to comment.