Skip to content

Commit

Permalink
chore: update versions (#483)
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
flatfiledocker and github-actions[bot] authored Apr 12, 2024
1 parent 59099ae commit 0c178c8
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/mighty-crabs-worry.md

This file was deleted.

8 changes: 8 additions & 0 deletions utils/extractor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-extractor-utils

## 0.5.7

### Patch Changes

- 59099ae: Add package keywords and readme content to utils
- Updated dependencies [59099ae]
- @flatfile/util-file-buffer@0.2.3

## 0.5.6

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions utils/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-extractor",
"version": "0.5.6",
"version": "0.5.7",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/extractor",
"description": "A library containing common utilities and helpers for extractors.",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@flatfile/api": "^1.7.4",
"@flatfile/util-common": "^1.1.1",
"@flatfile/util-file-buffer": "^0.2.2"
"@flatfile/util-file-buffer": "^0.2.3"
},
"peerDependencies": {
"@flatfile/listener": "^1.0.1"
Expand Down
6 changes: 6 additions & 0 deletions utils/file-buffer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/util-file-buffer

## 0.2.3

### Patch Changes

- 59099ae: Add package keywords and readme content to utils

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/file-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-file-buffer",
"version": "0.2.2",
"version": "0.2.3",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/file-buffer",
"description": "A utility for extracting data from any file and making it available as a buffer",
"registryMetadata": {
Expand Down
6 changes: 6 additions & 0 deletions utils/response-rejection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/util-response-rejection

## 1.2.6

### Patch Changes

- 59099ae: Add package keywords and readme content to utils

## 1.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/response-rejection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-response-rejection",
"version": "1.2.5",
"version": "1.2.6",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/utils/response-rejection",
"description": "This plugin handles response rejections returned from an external source.",
"registryMetadata": {
Expand Down

0 comments on commit 0c178c8

Please sign in to comment.