Skip to content

Commit

Permalink
chore: update versions (#330)
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 Nov 20, 2023
1 parent 6d1ddf1 commit 7835dcc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/itchy-beers-cheat.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- 6d1ddf1: Improve handling of JSON retrieval

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion plugins/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-json-schema",
"version": "0.0.4",
"version": "0.1.0",
"description": "A plugin for converting JSON Schema definitions to Flatfile Blueprint.",
"registryMetadata": {
"category": "schema-converters"
Expand Down
7 changes: 7 additions & 0 deletions plugins/yaml-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @flatfile/plugin-convert-yaml-schema

## 0.0.3

### Patch Changes

- Updated dependencies [6d1ddf1]
- @flatfile/plugin-convert-json-schema@0.1.0

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions plugins/yaml-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/plugin-convert-yaml-schema",
"version": "0.0.2",
"version": "0.0.3",
"description": "A plugin for converting YAML Schema definitions to Flatfile Blueprint.",
"registryMetadata": {
"category": "schema-converters"
Expand Down Expand Up @@ -28,7 +28,7 @@
"license": "ISC",
"dependencies": {
"@flatfile/api": "^1.5.33",
"@flatfile/plugin-convert-json-schema": "^0.0.4",
"@flatfile/plugin-convert-json-schema": "^0.1.0",
"@flatfile/plugin-json-schema": "^0.0.2",
"@flatfile/plugin-space-configure": "^0.1.5",
"@flatfile/util-fetch-schema": "^0.0.2",
Expand Down

0 comments on commit 7835dcc

Please sign in to comment.