From 39a95f8f68033e3d1ec6ac57c0534939e6926ac1 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:57:37 +0100 Subject: [PATCH 1/2] add dremonkey as a contributor for code (#390) Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 12 +++++++++++- README.md | 3 ++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index f63d72ea..51c92d94 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -230,8 +230,18 @@ "contributions": [ "doc" ] + }, + { + "login": "dremonkey", + "name": "Andre Deutmeyer", + "avatar_url": "https://avatars.githubusercontent.com/u/480159?v=4", + "profile": "https://github.com/dremonkey", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, - "skipCi": true + "skipCi": true, + "commitType": "docs" } diff --git a/README.md b/README.md index d0d0aea8..452c766d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![MIT License][license-badge]][license] [![PRs Welcome][prs-badge]][prs] -[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-24-orange.svg?style=flat-square)](#contributors-) [![Watch on GitHub][github-watch-badge]][github-watch] @@ -152,6 +152,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Luis Diego
Luis Diego

💻 Daniel Ruf
Daniel Ruf

📖 + Andre Deutmeyer
Andre Deutmeyer

💻 From a0b0effc8d92fb6294bec012ffdba499286e64e3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 09:59:14 +0100 Subject: [PATCH 2/2] Version Packages (#392) Co-authored-by: github-actions[bot] --- .changeset/short-items-walk.md | 5 ----- packages/eventcatalog/CHANGELOG.md | 6 ++++++ packages/eventcatalog/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/short-items-walk.md diff --git a/.changeset/short-items-walk.md b/.changeset/short-items-walk.md deleted file mode 100644 index 58750be4..00000000 --- a/.changeset/short-items-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@eventcatalog/core": patch ---- - -fix: support spaces in projectDIR path diff --git a/packages/eventcatalog/CHANGELOG.md b/packages/eventcatalog/CHANGELOG.md index 0f06bd76..d9922d93 100644 --- a/packages/eventcatalog/CHANGELOG.md +++ b/packages/eventcatalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 0.6.9 + +### Patch Changes + +- [`264b6c8`](https://github.com/boyney123/eventcatalog/commit/264b6c8525e59c76bc28bec11d093c5740cf73bf) [#328](https://github.com/boyney123/eventcatalog/pull/328) Thanks [@dremonkey](https://github.com/dremonkey)! - fix: support spaces in projectDIR path + ## 0.6.8 ### Patch Changes diff --git a/packages/eventcatalog/package.json b/packages/eventcatalog/package.json index 97fddb88..b2ae89d1 100644 --- a/packages/eventcatalog/package.json +++ b/packages/eventcatalog/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/core", - "version": "0.6.8", + "version": "0.6.9", "publishConfig": { "access": "public" },