Skip to content

Commit

Permalink
chore: update versions (#543)
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 Jun 28, 2024
1 parent 0a4afa0 commit 78984b5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/lemon-trainers-rescue.md

This file was deleted.

9 changes: 9 additions & 0 deletions plugins/rollout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @flatfile/plugin-rollout

## 1.0.1

### Patch Changes

- 0a4afa0: Introduces Simplified record helpers for memory efficient processing of large datasets and launches a rollout plugin for helping with schema updating.
- Updated dependencies [0a4afa0]
- @flatfile/util-common@1.3.3
4 changes: 2 additions & 2 deletions plugins/rollout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-rollout",
"version": "1.0.0",
"version": "1.0.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 Expand Up @@ -36,7 +36,7 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/util-common": "^1.3.2",
"@flatfile/util-common": "^1.3.3",
"async": "^3.2.5",
"modern-async": "^2.0.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

## 1.3.3

### Patch Changes

- 0a4afa0: Introduces Simplified record helpers for memory efficient processing of large datasets and launches a rollout plugin for helping with schema updating.

## 1.3.2

### Patch 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": "1.3.2",
"version": "1.3.3",
"description": "A library containing common utilities and helpers for plugins.",
"keywords": [],
"author": "Carl Brugger",
Expand Down

0 comments on commit 78984b5

Please sign in to comment.