From 3674a7c5ed5a65ea880482d71265e3363efe70ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Jan 2022 16:04:16 +0000 Subject: [PATCH] Version Packages --- .changeset/hungry-seas-hope.md | 5 ----- packages/eventcatalog-utils/CHANGELOG.md | 7 ++++++- packages/eventcatalog-utils/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 .changeset/hungry-seas-hope.md diff --git a/.changeset/hungry-seas-hope.md b/.changeset/hungry-seas-hope.md deleted file mode 100644 index 72eedcb6..00000000 --- a/.changeset/hungry-seas-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/utils": patch ---- - -fix: added typescript declaration to utils package diff --git a/packages/eventcatalog-utils/CHANGELOG.md b/packages/eventcatalog-utils/CHANGELOG.md index 4eed2834..8aac8f4c 100644 --- a/packages/eventcatalog-utils/CHANGELOG.md +++ b/packages/eventcatalog-utils/CHANGELOG.md @@ -1,8 +1,13 @@ # @eventcatalog/utils -## 0.0.1 +## 0.0.2 + ### Patch Changes +- [`6c37aa0`](https://github.com/boyney123/eventcatalog/commit/6c37aa00528941889b3b9e6effd2f72bcaf87323) [#66](https://github.com/boyney123/eventcatalog/pull/66) Thanks [@boyney123](https://github.com/boyney123)! - fix: added typescript declaration to utils package +## 0.0.1 + +### Patch Changes - [`a1a3779`](https://github.com/boyney123/eventcatalog/commit/a1a3779b31afcee55353e3ffe90445291765d171) [#64](https://github.com/boyney123/eventcatalog/pull/64) Thanks [@boyney123](https://github.com/boyney123)! - feat: added new utils package diff --git a/packages/eventcatalog-utils/package.json b/packages/eventcatalog-utils/package.json index 44dd5e88..f042238f 100644 --- a/packages/eventcatalog-utils/package.json +++ b/packages/eventcatalog-utils/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/utils", - "version": "0.0.1", + "version": "0.0.2", "description": "Util functions for EventCatalog", "main": "lib/index.js", "scripts": {