event-catalog / sdk

JS/TS SDK for EventCatalog
https://eventcatalog.dev/docs/sdk
7 stars 4 forks source link

feat([services]): writeVersionedService to add a explicite service ve… #44

Closed XaaXaaX closed 1 month ago

XaaXaaX commented 1 month ago

Motivation

There are many times that adding a service version explicitly makes more sense, e.g., in generators when a version is older than the latest, so it's logical to add a service version instead explicitly.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: d996a585dd852e9941e5ed69fce3648369e6af67

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @eventcatalog/sdk | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

boyney123 commented 1 month ago

Thanks @XaaXaaX makes sense to me!