diff --git a/.changeset/cold-drinks-switch.md b/.changeset/cold-drinks-switch.md new file mode 100644 index 00000000..a701a802 --- /dev/null +++ b/.changeset/cold-drinks-switch.md @@ -0,0 +1,5 @@ +--- +"@eventcatalog/core": patch +--- + +feat(core): versions now show as a dropdown diff --git a/src/components/Lists/VersionList.astro b/src/components/Lists/VersionList.astro index 5f28fbd3..6eb5d960 100644 --- a/src/components/Lists/VersionList.astro +++ b/src/components/Lists/VersionList.astro @@ -9,21 +9,27 @@ interface Props { const { versions, collectionItem } = Astro.props; const currentPath = Astro.url.pathname; + ---