From 5fb889bc1883f661158a60a8b19e612439da9276 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Wed, 5 Feb 2025 12:18:51 +0000 Subject: [PATCH 1/3] chore(plugin): force minor version for openapi --- packages/generator-openapi/README.md | 2 +- packages/generator-openapi/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/generator-openapi/README.md b/packages/generator-openapi/README.md index 5f4e8d2..017a47d 100644 --- a/packages/generator-openapi/README.md +++ b/packages/generator-openapi/README.md @@ -150,4 +150,4 @@ You can find the [contributing guidelines here](https://eventcatalog.dev/docs/co This project is governed by a [dual-license](./LICENSE.md). To ensure the sustainability of the project, you can freely make use of this software if your projects are Open Source. Otherwise for internal systems you must obtain a [commercial license](./LICENSE-COMMERCIAL.md). -If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev`. +If you would like to obtain a Commercial License, you can purchase a license at https://dashboard.eventcatalog.dev or email us at `hello@eventcatalog.dev` diff --git a/packages/generator-openapi/package.json b/packages/generator-openapi/package.json index 17cd7b9..457a25f 100644 --- a/packages/generator-openapi/package.json +++ b/packages/generator-openapi/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/generator-openapi", - "version": "3.1.2", + "version": "3.2.0", "description": "OpenAPI generator for EventCatalog", "scripts": { "build": "tsup", From 563ff8f4aa8976d45dd59706c774a9ddfd55ecb2 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Wed, 5 Feb 2025 12:19:19 +0000 Subject: [PATCH 2/3] Create shiny-spoons-hug.md --- .changeset/shiny-spoons-hug.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shiny-spoons-hug.md diff --git a/.changeset/shiny-spoons-hug.md b/.changeset/shiny-spoons-hug.md new file mode 100644 index 0000000..6bb16d8 --- /dev/null +++ b/.changeset/shiny-spoons-hug.md @@ -0,0 +1,5 @@ +--- +"@eventcatalog/generator-openapi": minor +--- + +chore(plugin): force minor version for openapi From 06d3ac4e38d5846821cfa4cf35437e890ef19c51 Mon Sep 17 00:00:00 2001 From: David Boyne Date: Wed, 5 Feb 2025 12:20:25 +0000 Subject: [PATCH 3/3] chore(plugin): force minor version for openapi --- packages/generator-openapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generator-openapi/README.md b/packages/generator-openapi/README.md index 017a47d..2f39ece 100644 --- a/packages/generator-openapi/README.md +++ b/packages/generator-openapi/README.md @@ -6,7 +6,7 @@ [![](https://dcbadge.limes.pink/api/server/https://discord.gg/3rjaZMmrAm?style=flat)](https://discord.gg/3rjaZMmrAm) [](https://www.linkedin.com/in/david-boyne/) [![blog](https://img.shields.io/badge/license-Dual--License-brightgreen)](https://github.com/event-catalog/generator-openapi/blob/main/LICENSE.md) -header +header

Features: Generate EventCatalogs with your OpenAPI files, Auto versioning, schema downloads, map to domains, custom OpenAPI extensions and more...