Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #710

Merged
merged 1 commit into from
Nov 22, 2024
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
6 changes: 0 additions & 6 deletions .changeset/tender-lizards-report.md

This file was deleted.

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

## 0.11.0

### Minor Changes

- 7ef4cd3: This release adds support for JSONL files in the JSON Extractor plugin.

### Patch Changes

- Updated dependencies [7ef4cd3]
- @flatfile/[email protected]

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/json-extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-json-extractor",
"version": "0.10.0",
"version": "0.11.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/json-extractor",
"description": "A plugin for parsing json files in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-extractor": "^2.3.0"
"@flatfile/util-extractor": "^2.4.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.2.0",
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.4.0

### Minor Changes

- 7ef4cd3: This release adds support for JSONL files in the JSON Extractor plugin.

## 2.3.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.3.0",
"version": "2.4.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [
Expand Down