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 #699

Merged
merged 1 commit into from
Nov 7, 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
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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 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/[email protected]

## 0.2.0

### Minor Changes
Expand Down
Loading