diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f6a5a0e..b8c102f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.13-next.2](https://github.com/podium-lib/layout/compare/v5.2.13-next.1...v5.2.13-next.2) (2024-11-04) + + +### Bug Fixes + +* update podium dependencies ([d259b2d](https://github.com/podium-lib/layout/commit/d259b2da3775d7dd99a1983a72e140ff4fc59ea4)) + ## [5.2.13-next.1](https://github.com/podium-lib/layout/compare/v5.2.12...v5.2.13-next.1) (2024-10-22) diff --git a/package.json b/package.json index e1e1c4f4..27bb6804 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.13-next.1", + "version": "5.2.13-next.2", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",