From 1462ee20f4f8c53ca6a30b6178e8830c1ac2fddd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 23 Nov 2024 17:05:44 +0000 Subject: [PATCH] chore(release): 2.1.8 [skip ci] # [@adobe/helix-shared-body-data-v2.1.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.1.7...@adobe/helix-shared-body-data-v2.1.8) (2024-11-23) ### Bug Fixes * **deps:** update external fixes ([#1027](https://github.com/adobe/helix-shared/issues/1027)) ([89e15ba](https://github.com/adobe/helix-shared/commit/89e15bac5e94c37684e264c12109038a6a063b1d)) --- packages/helix-shared-body-data/CHANGELOG.md | 7 +++++++ packages/helix-shared-body-data/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/helix-shared-body-data/CHANGELOG.md b/packages/helix-shared-body-data/CHANGELOG.md index fc819688..92ac6d1a 100644 --- a/packages/helix-shared-body-data/CHANGELOG.md +++ b/packages/helix-shared-body-data/CHANGELOG.md @@ -1,3 +1,10 @@ +# [@adobe/helix-shared-body-data-v2.1.8](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.1.7...@adobe/helix-shared-body-data-v2.1.8) (2024-11-23) + + +### Bug Fixes + +* **deps:** update external fixes ([#1027](https://github.com/adobe/helix-shared/issues/1027)) ([89e15ba](https://github.com/adobe/helix-shared/commit/89e15bac5e94c37684e264c12109038a6a063b1d)) + # [@adobe/helix-shared-body-data-v2.1.7](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-body-data-v2.1.6...@adobe/helix-shared-body-data-v2.1.7) (2024-10-19) diff --git a/packages/helix-shared-body-data/package.json b/packages/helix-shared-body-data/package.json index abd987ff..4c4779fc 100644 --- a/packages/helix-shared-body-data/package.json +++ b/packages/helix-shared-body-data/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/helix-shared-body-data", - "version": "2.1.7", + "version": "2.1.8", "description": "Shared modules of the Helix Project - body-data", "main": "src/body-data-wrapper.js", "types": "src/body-data-wrapper.d.ts",