Skip to content

Commit

Permalink
Merge pull request #5 from event-catalog/force-minor-version-for-open…
Browse files Browse the repository at this point in the history
…api-2

chore(plugin): force minor version for openapi
  • Loading branch information
boyney123 authored Feb 5, 2025
2 parents 188ab95 + 06d3ac4 commit c287170
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-spoons-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@eventcatalog/generator-openapi": minor
---

chore(plugin): force minor version for openapi
4 changes: 2 additions & 2 deletions packages/generator-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img src="https://img.shields.io/github/actions/workflow/status/event-catalog/generator-asyncapi/verify-build.yml"/>
[![](https://dcbadge.limes.pink/api/server/https://discord.gg/3rjaZMmrAm?style=flat)](https://discord.gg/3rjaZMmrAm) [<img src="https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white" height="20px" />](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)

<img alt="header" src="../../images/openapi.png" />
<img alt="header" src="https://github.com/event-catalog/generators/blob/main/images/openapi.png?raw=true" />

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

Expand Down Expand Up @@ -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`
2 changes: 1 addition & 1 deletion packages/generator-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventcatalog/generator-openapi",
"version": "3.1.2",
"version": "3.2.0",
"description": "OpenAPI generator for EventCatalog",
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit c287170

Please sign in to comment.