From 95b5701fab7dd62b09609d12931aef6cb175bccf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 04:15:10 +0000 Subject: [PATCH] chore(release): 5.2.14 [skip ci] ## [5.2.14](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14) (2024-11-06) ### Bug Fixes * update [@podium](https://github.com/podium) libs to latest ([d81854a](https://github.com/podium-lib/layout/commit/d81854a710225d68f868d5c2a2ca7abc9d7ce7bd)) * update @podium/client@next ([17ab58c](https://github.com/podium-lib/layout/commit/17ab58c763f713839bbe561d8509d557fbfb759a)) * update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) * update dependencies ([942caa4](https://github.com/podium-lib/layout/commit/942caa4b1954bf3c9ffc24c3027bf7a4b40c250f)) * update podium dependencies ([d259b2d](https://github.com/podium-lib/layout/commit/d259b2da3775d7dd99a1983a72e140ff4fc59ea4)) * update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009bb0d9..c696ebcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [5.2.14](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14) (2024-11-06) + + +### Bug Fixes + +* update [@podium](https://github.com/podium) libs to latest ([d81854a](https://github.com/podium-lib/layout/commit/d81854a710225d68f868d5c2a2ca7abc9d7ce7bd)) +* update @podium/client@next ([17ab58c](https://github.com/podium-lib/layout/commit/17ab58c763f713839bbe561d8509d557fbfb759a)) +* update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) +* update dependencies ([942caa4](https://github.com/podium-lib/layout/commit/942caa4b1954bf3c9ffc24c3027bf7a4b40c250f)) +* update podium dependencies ([d259b2d](https://github.com/podium-lib/layout/commit/d259b2da3775d7dd99a1983a72e140ff4fc59ea4)) +* update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) + ## [5.2.14-next.1](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14-next.1) (2024-11-06) diff --git a/package.json b/package.json index 86665443..fd561dad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.14-next.1", + "version": "5.2.14", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",