Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2023
1 parent 15dc4fe commit 87d0ec6
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 12 deletions.
7 changes: 0 additions & 7 deletions .changeset/green-radios-watch.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

## 0.1.0

### Minor Changes

- 15dc4fe: Introduction of the autocast plugin!

### Patch Changes

- Updated dependencies [15dc4fe]
- @flatfile/plugin-record-hook@1.0.4

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.0.4",
"version": "0.1.0",
"description": "A plugin for automatically casting values in Flatfile.",
"registryMetadata": {
"category": "transform"
Expand Down Expand Up @@ -29,6 +29,6 @@
"dependencies": {
"@flatfile/api": "^1.4.9",
"@flatfile/listener": "^0.3.10",
"@flatfile/plugin-record-hook": "^1.0.1"
"@flatfile/plugin-record-hook": "^1.0.4"
}
}
8 changes: 8 additions & 0 deletions plugins/record-hook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @flatfile/plugin-record-hook

## 1.0.4

### Patch Changes

- 15dc4fe: Introduction of the autocast plugin!
- Updated dependencies [15dc4fe]
- @flatfile/util-common@0.1.1

## 1.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.3",
"version": "1.0.4",
"description": "A plugin for writing custom record-level hooks in Flatfile.",
"registryMetadata": {
"category": "records"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@flatfile/api": "^1.5.13",
"@flatfile/hooks": "^1.3.1",
"@flatfile/listener": "^0.3.15",
"@flatfile/util-common": "^0.1.0"
"@flatfile/util-common": "^0.1.1"
},
"devDependencies": {
"axios": "^1.4.0"
Expand Down
6 changes: 6 additions & 0 deletions utils/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/util-common

## 0.1.1

### Patch Changes

- 15dc4fe: Introduction of the autocast plugin!

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion utils/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/util-common",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library containing common utilities and helpers for plugins.",
"keywords": [],
"author": "Carl Brugger",
Expand Down

0 comments on commit 87d0ec6

Please sign in to comment.