From 1aec92cf055636e7d565ab20498180c3e92f33e5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Nov 2024 04:11:37 +0000 Subject: [PATCH] chore(release): 5.2.17 [skip ci] ## [5.2.17](https://github.com/podium-lib/layout/compare/v5.2.16...v5.2.17) (2024-11-25) ### Bug Fixes * **deps:** update dependency @podium/client to v5.2.4 ([#520](https://github.com/podium-lib/layout/issues/520)) ([0affd01](https://github.com/podium-lib/layout/commit/0affd0124d92a957cba7b5aafb9a392476f3bc67)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adfef524..893b504c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.17](https://github.com/podium-lib/layout/compare/v5.2.16...v5.2.17) (2024-11-25) + + +### Bug Fixes + +* **deps:** update dependency @podium/client to v5.2.4 ([#520](https://github.com/podium-lib/layout/issues/520)) ([0affd01](https://github.com/podium-lib/layout/commit/0affd0124d92a957cba7b5aafb9a392476f3bc67)) + ## [5.2.16](https://github.com/podium-lib/layout/compare/v5.2.15...v5.2.16) (2024-11-18) diff --git a/package.json b/package.json index 227ba298..85e52ec1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.16", + "version": "5.2.17", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",