From 36db8f8550aa37b34ff61624aae2fca686afc81e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 10 Jan 2022 14:04:36 +0000 Subject: [PATCH] Version Packages --- .changeset/new-books-remain.md | 5 ----- packages/eventcatalog/CHANGELOG.md | 7 ++++++- packages/eventcatalog/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changeset/new-books-remain.md diff --git a/.changeset/new-books-remain.md b/.changeset/new-books-remain.md deleted file mode 100644 index 51181d1a..00000000 --- a/.changeset/new-books-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": patch ---- - -fix: now remove the .next folder before we start the dev server foric… diff --git a/packages/eventcatalog/CHANGELOG.md b/packages/eventcatalog/CHANGELOG.md index d27b4c79..fb0500c7 100644 --- a/packages/eventcatalog/CHANGELOG.md +++ b/packages/eventcatalog/CHANGELOG.md @@ -1,8 +1,13 @@ # @eventcatalog/core -## 0.0.2 +## 0.0.3 + ### Patch Changes +- [`23a96fc`](https://github.com/boyney123/eventcatalog/commit/23a96fc651907517cee937657be14cbf9fe95fb9) [#42](https://github.com/boyney123/eventcatalog/pull/42) Thanks [@boyney123](https://github.com/boyney123)! - fix: now remove the .next folder before we start the dev server foric… +## 0.0.2 + +### Patch Changes - [`53b27cb`](https://github.com/boyney123/eventcatalog/commit/53b27cb5bb5ab7fa8d526309c6dd50e1f17f3db1) [#39](https://github.com/boyney123/eventcatalog/pull/39) Thanks [@boyney123](https://github.com/boyney123)! - feat: removed ids from services diff --git a/packages/eventcatalog/package.json b/packages/eventcatalog/package.json index 57cbcacf..9f9ff0e6 100644 --- a/packages/eventcatalog/package.json +++ b/packages/eventcatalog/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/core", - "version": "0.0.2", + "version": "0.0.3", "publishConfig": { "access": "public" },