From a3d4a4986b6333dacf2fd64b87c9e504e0252d64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 17:52:33 +0100 Subject: [PATCH] Version Packages (#837) Co-authored-by: github-actions[bot] --- .changeset/flat-scissors-think.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/flat-scissors-think.md diff --git a/.changeset/flat-scissors-think.md b/.changeset/flat-scissors-think.md deleted file mode 100644 index 8a1b2384..00000000 --- a/.changeset/flat-scissors-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": patch ---- - -chore(core): fixed css issues with badges on pages diff --git a/CHANGELOG.md b/CHANGELOG.md index 48a84bf4..0e7393cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 2.8.2 + +### Patch Changes + +- 591e06f: chore(core): fixed css issues with badges on pages + ## 2.8.1 ### Patch Changes diff --git a/package.json b/package.json index 24952070..d51b3013 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/event-catalog/eventcatalog.git" }, "type": "module", - "version": "2.8.1", + "version": "2.8.2", "publishConfig": { "access": "public" },