Skip to content

Commit

Permalink
chore: update versions (#699)
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 25836cc commit 4f6986f
Show file tree
Hide file tree
Showing 118 changed files with 774 additions and 254 deletions.
61 changes: 0 additions & 61 deletions .changeset/five-hounds-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-bottles-roll.md

This file was deleted.

6 changes: 6 additions & 0 deletions bundlers/rollup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/bundler-config-rollup

## 0.4.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/rollup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/bundler-config-rollup",
"version": "0.3.0",
"version": "0.4.0",
"description": "",
"private": true,
"main": "index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions bundlers/tsup-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @flatfile/bundler-config-tsup

## 0.2.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion bundlers/tsup-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/bundler-config-tsup",
"version": "0.1.0",
"version": "0.2.0",
"description": "",
"private": true,
"main": "index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions convert/currency/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-convert-currency

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions convert/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-currency",
"version": "0.2.0",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/currency",
"description": "A Flatfile plugin for currency conversion using Open Exchange Rates API",
"registryMetadata": {
Expand Down Expand Up @@ -56,15 +56,15 @@
"author": "Flatfile, Inc.",
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"cross-fetch": "^3.1.5"
},
"peerDependencies": {
"@flatfile/api": "^1.9.19",
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
},
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions convert/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-convert-translate

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions convert/translate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-translate",
"version": "0.2.0",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/translate",
"description": "A Flatfile Listener plugin for field translation using the Google Translate API",
"registryMetadata": {
Expand Down Expand Up @@ -66,14 +66,14 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"@google-cloud/translate": "^8.5.0"
},
"peerDependencies": {
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
}
11 changes: 11 additions & 0 deletions convert/what3words/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-convert-what3words

## 0.4.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.3.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions convert/what3words/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-what3words",
"version": "0.3.0",
"version": "0.4.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/convert/what3words",
"description": "A Flatfile plugin for converting What3Words addresses to standard addresses and coordinates",
"registryMetadata": {
Expand Down Expand Up @@ -61,15 +61,15 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"cross-fetch": "^4.0.0",
"modern-async": "^2.0.4"
},
"peerDependencies": {
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
}
11 changes: 11 additions & 0 deletions enrich/geocode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-enrich-geocode

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions enrich/geocode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-enrich-geocode",
"version": "0.2.0",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/geocode",
"description": "A Flatfile plugin for geocoding addresses using the Google Maps Geocoding API",
"registryMetadata": {
Expand Down Expand Up @@ -66,14 +66,14 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"cross-fetch": "^4.0.0"
},
"peerDependencies": {
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
}
11 changes: 11 additions & 0 deletions enrich/gpx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-enrich-gpx

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions enrich/gpx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-enrich-gpx",
"version": "0.2.0",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/gpx",
"description": "A Flatfile plugin for parsing GPX files and extracting relevant data",
"registryMetadata": {
Expand Down Expand Up @@ -66,14 +66,14 @@
},
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"xml2js": "^0.6.2"
},
"peerDependencies": {
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0"
}
}
11 changes: 11 additions & 0 deletions enrich/sentiment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-enrich-sentiment

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions enrich/sentiment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-enrich-sentiment",
"version": "0.2.0",
"version": "0.3.0",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/enrich/sentiment",
"description": "A Flatfile plugin for sentiment analysis of text fields in records",
"registryMetadata": {
Expand Down Expand Up @@ -56,14 +56,14 @@
"author": "Flatfile, Inc.",
"license": "ISC",
"dependencies": {
"@flatfile/plugin-record-hook": "^1.8.0",
"@flatfile/plugin-record-hook": "^1.10.0",
"sentiment": "^5.0.2"
},
"peerDependencies": {
"@flatfile/listener": "^1.1.0"
},
"devDependencies": {
"@flatfile/bundler-config-tsup": "^0.1.0",
"@flatfile/bundler-config-tsup": "^0.2.0",
"@flatfile/config-vitest": "^0.0.0",
"@types/sentiment": "^5.0.4"
},
Expand Down
11 changes: 11 additions & 0 deletions enrich/summarize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @flatfile/plugin-enrich-summarize

## 0.3.0

### Minor Changes

- fe21d6e: The release swaps the package's bundler to tsup.

### Patch Changes

- Updated dependencies [fe21d6e]
- @flatfile/plugin-record-hook@1.10.0

## 0.2.0

### Minor Changes
Expand Down
Loading

0 comments on commit 4f6986f

Please sign in to comment.