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

Merged
merged 1 commit into from
Apr 3, 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
5 changes: 0 additions & 5 deletions .changeset/lovely-dogs-reply.md

This file was deleted.

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

## 0.7.8

### Patch Changes

- 4574c86: Adding keywords
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a brief explanation of the purpose or benefit of adding keywords to the changelog entry.

- - 4574c86: Adding keywords
+ - 4574c86: Added keywords to improve package discoverability on npm and enhance metadata.

This additional context helps users understand the value of the change and maintains consistency with best practices for changelog documentation.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- 4574c86: Adding keywords
- 4574c86: Added keywords to improve package discoverability on npm and enhance metadata.


## 0.7.7

### Patch Changes
Expand Down
8 changes: 6 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.7.7",
"version": "0.7.8",
"url": "https://github.com/FlatFilers/flatfile-plugins/tree/main/plugins/autocast",
"description": "A plugin for automatically casting values in Flatfile.",
"registryMetadata": {
Expand Down Expand Up @@ -32,7 +32,11 @@
"check": "tsc ./**/*.ts --noEmit --esModuleInterop",
"test": "jest ./**/*.spec.ts --config=../../jest.config.js --runInBand"
},
"keywords": ["flatfile-plugins", "category-transform", "featured"],
"keywords": [
"flatfile-plugins",
"category-transform",
"featured"
],
"author": "Alex Hollenbeck",
"repository": {
"type": "git",
Expand Down