From 7835dcc19878af6fb31e84d7bdf807b5a7a2b9e6 Mon Sep 17 00:00:00 2001 From: Flatfile Bot <62193415+flatfiledocker@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:41:24 -0800 Subject: [PATCH] chore: update versions (#330) Co-authored-by: github-actions[bot] --- .changeset/itchy-beers-cheat.md | 5 ----- plugins/json-schema/CHANGELOG.md | 6 ++++++ plugins/json-schema/package.json | 2 +- plugins/yaml-schema/CHANGELOG.md | 7 +++++++ plugins/yaml-schema/package.json | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/itchy-beers-cheat.md diff --git a/.changeset/itchy-beers-cheat.md b/.changeset/itchy-beers-cheat.md deleted file mode 100644 index 7c3ebddf1..000000000 --- a/.changeset/itchy-beers-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@flatfile/plugin-convert-json-schema': minor ---- - -Improve handling of JSON retrieval diff --git a/plugins/json-schema/CHANGELOG.md b/plugins/json-schema/CHANGELOG.md index 0ad4d814c..034bbb0cc 100644 --- a/plugins/json-schema/CHANGELOG.md +++ b/plugins/json-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # @flatfile/plugin-json-schema +## 0.1.0 + +### Minor Changes + +- 6d1ddf1: Improve handling of JSON retrieval + ## 0.0.4 ### Patch Changes diff --git a/plugins/json-schema/package.json b/plugins/json-schema/package.json index 42a109cf0..ef66b40a9 100644 --- a/plugins/json-schema/package.json +++ b/plugins/json-schema/package.json @@ -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" diff --git a/plugins/yaml-schema/CHANGELOG.md b/plugins/yaml-schema/CHANGELOG.md index a66e872de..635de611c 100644 --- a/plugins/yaml-schema/CHANGELOG.md +++ b/plugins/yaml-schema/CHANGELOG.md @@ -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 diff --git a/plugins/yaml-schema/package.json b/plugins/yaml-schema/package.json index 1fb2877a3..fe41810ec 100644 --- a/plugins/yaml-schema/package.json +++ b/plugins/yaml-schema/package.json @@ -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" @@ -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",