From 7c760f3f456230315ea10c73891cfd39a0191fe9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 14:33:59 +0000 Subject: [PATCH] Version Packages (#478) Co-authored-by: github-actions[bot] --- .changeset/slow-stingrays-own.md | 6 ------ packages/create-eventcatalog/CHANGELOG.md | 6 ++++++ packages/create-eventcatalog/package.json | 2 +- packages/eventcatalog/CHANGELOG.md | 6 ++++++ packages/eventcatalog/package.json | 2 +- 5 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 .changeset/slow-stingrays-own.md diff --git a/.changeset/slow-stingrays-own.md b/.changeset/slow-stingrays-own.md deleted file mode 100644 index 9edeea3d..00000000 --- a/.changeset/slow-stingrays-own.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@eventcatalog/create-eventcatalog": patch -"@eventcatalog/core": patch ---- - -feat - fixing copy over diff --git a/packages/create-eventcatalog/CHANGELOG.md b/packages/create-eventcatalog/CHANGELOG.md index f59dbed9..a23f4e6a 100644 --- a/packages/create-eventcatalog/CHANGELOG.md +++ b/packages/create-eventcatalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/create-eventcatalog +## 1.2.1 + +### Patch Changes + +- [`e8846cb`](https://github.com/boyney123/eventcatalog/commit/e8846cb66620581e6cc33a0c8d36ddac912c78b9) [#477](https://github.com/boyney123/eventcatalog/pull/477) Thanks [@boyney123](https://github.com/boyney123)! - feat - fixing copy over + ## 1.2.0 ### Minor Changes diff --git a/packages/create-eventcatalog/package.json b/packages/create-eventcatalog/package.json index 539bd36c..6f8f0adb 100644 --- a/packages/create-eventcatalog/package.json +++ b/packages/create-eventcatalog/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/create-eventcatalog", - "version": "1.2.0", + "version": "1.2.1", "keywords": [], "description": "Create event catalogs apps with one command", "repository": { diff --git a/packages/eventcatalog/CHANGELOG.md b/packages/eventcatalog/CHANGELOG.md index cc9bff1b..0cb0af2e 100644 --- a/packages/eventcatalog/CHANGELOG.md +++ b/packages/eventcatalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @eventcatalog/core +## 1.2.2 + +### Patch Changes + +- [`e8846cb`](https://github.com/boyney123/eventcatalog/commit/e8846cb66620581e6cc33a0c8d36ddac912c78b9) [#477](https://github.com/boyney123/eventcatalog/pull/477) Thanks [@boyney123](https://github.com/boyney123)! - feat - fixing copy over + ## 1.2.1 ### Patch Changes diff --git a/packages/eventcatalog/package.json b/packages/eventcatalog/package.json index 65736a5f..7616fa37 100644 --- a/packages/eventcatalog/package.json +++ b/packages/eventcatalog/package.json @@ -1,6 +1,6 @@ { "name": "@eventcatalog/core", - "version": "1.2.1", + "version": "1.2.2", "publishConfig": { "access": "public" },