From 6f4533ba7ca59f72f2669bd844f100dd255dca13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:52:05 +0000 Subject: [PATCH] Version Packages (#1028) Co-authored-by: github-actions[bot] --- .changeset/wise-forks-invent.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wise-forks-invent.md diff --git a/.changeset/wise-forks-invent.md b/.changeset/wise-forks-invent.md deleted file mode 100644 index 9d95231d..00000000 --- a/.changeset/wise-forks-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": minor ---- - -chore(core): update to astro 5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07c54c48..bd642ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 2.17.0 + +### Minor Changes + +- 8746d32: chore(core): update to astro 5 + ## 2.16.6 ### Patch Changes diff --git a/package.json b/package.json index 83b1e568..f838925b 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/event-catalog/eventcatalog.git" }, "type": "module", - "version": "2.16.6", + "version": "2.17.0", "publishConfig": { "access": "public" },