From 7d55cb6f8109676c314d7058572cedde7d9e79f3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Jan 2024 16:22:33 +0000 Subject: [PATCH] chore(release): 1.2.2 [skip ci] # [@adobe/spacecat-shared-example-v1.2.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.2.1...@adobe/spacecat-shared-example-v1.2.2) (2024-01-23) ### Bug Fixes * use released official version of monorepo after fix ([#101](https://github.com/adobe/spacecat-shared/issues/101)) ([39297be](https://github.com/adobe/spacecat-shared/commit/39297be9f7e335925a8ace1b1a19efad01ba3628)) --- packages/spacecat-shared-example/CHANGELOG.md | 7 +++++++ packages/spacecat-shared-example/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/spacecat-shared-example/CHANGELOG.md b/packages/spacecat-shared-example/CHANGELOG.md index 8e9456c4..a4ca20bb 100644 --- a/packages/spacecat-shared-example/CHANGELOG.md +++ b/packages/spacecat-shared-example/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/spacecat-shared-example-v1.2.2](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.2.1...@adobe/spacecat-shared-example-v1.2.2) (2024-01-23) + + +### Bug Fixes + +* use released official version of monorepo after fix ([#101](https://github.com/adobe/spacecat-shared/issues/101)) ([39297be](https://github.com/adobe/spacecat-shared/commit/39297be9f7e335925a8ace1b1a19efad01ba3628)) + # [@adobe/spacecat-shared-example-v1.2.1](https://github.com/adobe/spacecat-shared/compare/@adobe/spacecat-shared-example-v1.2.0...@adobe/spacecat-shared-example-v1.2.1) (2024-01-23) diff --git a/packages/spacecat-shared-example/package.json b/packages/spacecat-shared-example/package.json index 62eaad03..3f94f780 100644 --- a/packages/spacecat-shared-example/package.json +++ b/packages/spacecat-shared-example/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/spacecat-shared-example", - "version": "1.2.1", + "version": "1.2.2", "description": "Shared modules of the Spacecat Services - example", "type": "module", "main": "src/example-wrapper.js",