From 620611f86738c7f5661fe58e3b1e2ad2dd3c507e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Jun 2024 03:32:18 +0000 Subject: [PATCH] chore(release): 5.1.14 [skip ci] ## [5.1.14](https://github.com/podium-lib/layout/compare/v5.1.13...v5.1.14) (2024-06-24) ### Bug Fixes * **deps:** update all dependencies (non-major) ([f703955](https://github.com/podium-lib/layout/commit/f703955eaa309f55eba26195f01ad80e94a9b424)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d02294b4..6df357d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.1.14](https://github.com/podium-lib/layout/compare/v5.1.13...v5.1.14) (2024-06-24) + + +### Bug Fixes + +* **deps:** update all dependencies (non-major) ([f703955](https://github.com/podium-lib/layout/commit/f703955eaa309f55eba26195f01ad80e94a9b424)) + ## [5.1.13](https://github.com/podium-lib/layout/compare/v5.1.12...v5.1.13) (2024-06-17) diff --git a/package.json b/package.json index 84f475a1..04e37467 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.1.13", + "version": "5.1.14", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",