From 10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Fri, 13 Sep 2024 14:09:20 +1200 Subject: [PATCH 01/15] fix: update @podium/layout to get support for 103 early hints --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7735344a..61f790ca 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.1.10", + "@podium/client": "5.2.0-next.1", "@podium/context": "5.0.27", "@podium/proxy": "5.0.25", "@podium/schemas": "5.0.6", @@ -52,8 +52,8 @@ "objobj": "1.0.0" }, "devDependencies": { - "@podium/podlet": "5.1.12", - "@podium/test-utils": "2.5.2", + "@podium/podlet": "5.2.0-next.3", + "@podium/test-utils": "3.0.7", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/git": "10.0.1", From 83333ea9a5856b011bc754c6076c3dedb2c3f0bb Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Fri, 13 Sep 2024 15:08:21 +1200 Subject: [PATCH 02/15] chore: update test utils to fix types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 61f790ca..75655577 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "devDependencies": { "@podium/podlet": "5.2.0-next.3", - "@podium/test-utils": "3.0.7", + "@podium/test-utils": "3.0.8", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/git": "10.0.1", From 29a22d1fe8e47fb757fc70e822edc8fd68a5ddc5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Sep 2024 03:11:26 +0000 Subject: [PATCH 03/15] chore(release): 5.2.6-next.1 [skip ci] ## [5.2.6-next.1](https://github.com/podium-lib/layout/compare/v5.2.5...v5.2.6-next.1) (2024-09-13) ### Bug Fixes * update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f2262f..ec8ca517 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.6-next.1](https://github.com/podium-lib/layout/compare/v5.2.5...v5.2.6-next.1) (2024-09-13) + + +### Bug Fixes + +* update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) + ## [5.2.5](https://github.com/podium-lib/layout/compare/v5.2.4...v5.2.5) (2024-09-09) diff --git a/package.json b/package.json index 75655577..55adfef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.5", + "version": "5.2.6-next.1", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", From e00a42e1744526a981f03f2daf84e36e55f4bc41 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Tue, 17 Sep 2024 07:28:52 +1200 Subject: [PATCH 04/15] fix: update to Podium client v5.2.0-next.2 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 55adfef3..3e58bd12 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.1", + "@podium/client": "5.2.0-next.2", "@podium/context": "5.0.27", - "@podium/proxy": "5.0.25", + "@podium/proxy": "5.0.26", "@podium/schemas": "5.0.6", "@podium/utils": "5.2.0", "abslog": "2.4.4", @@ -53,7 +53,7 @@ }, "devDependencies": { "@podium/podlet": "5.2.0-next.3", - "@podium/test-utils": "3.0.8", + "@podium/test-utils": "3.0.9", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "11.1.0", "@semantic-release/git": "10.0.1", From 2390c1d11db3e6aafd3f4e0a8f47444007b1920f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 22:47:10 +0000 Subject: [PATCH 05/15] chore(release): 5.2.6-next.2 [skip ci] ## [5.2.6-next.2](https://github.com/podium-lib/layout/compare/v5.2.6-next.1...v5.2.6-next.2) (2024-09-16) ### Bug Fixes * update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8ca517..10b10cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.6-next.2](https://github.com/podium-lib/layout/compare/v5.2.6-next.1...v5.2.6-next.2) (2024-09-16) + + +### Bug Fixes + +* update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) + ## [5.2.6-next.1](https://github.com/podium-lib/layout/compare/v5.2.5...v5.2.6-next.1) (2024-09-13) diff --git a/package.json b/package.json index 3e58bd12..970ae88e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.6-next.1", + "version": "5.2.6-next.2", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", From df1d40efb814bc79787c147a5ee69794b3ae8338 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 16 Sep 2024 22:51:34 +0000 Subject: [PATCH 06/15] chore(release): 5.2.7-next.1 [skip ci] ## [5.2.7-next.1](https://github.com/podium-lib/layout/compare/v5.2.6...v5.2.7-next.1) (2024-09-16) ### Bug Fixes * update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) * update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a188ab..a4d28927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.2.7-next.1](https://github.com/podium-lib/layout/compare/v5.2.6...v5.2.7-next.1) (2024-09-16) + + +### Bug Fixes + +* update @podium/layout to get support for 103 early hints ([10e62cb](https://github.com/podium-lib/layout/commit/10e62cb27e5dcddda896d1cf1bb52dbf74cf01c6)) +* update to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) + ## [5.2.6](https://github.com/podium-lib/layout/compare/v5.2.5...v5.2.6) (2024-09-16) From 942caa4b1954bf3c9ffc24c3027bf7a4b40c250f Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Wed, 16 Oct 2024 11:53:20 +1300 Subject: [PATCH 07/15] fix: update dependencies --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 51844fa8..7b6326ce 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.2", + "@podium/client": "5.2.0-next.6", "@podium/context": "5.1.0", "@podium/proxy": "5.0.28", "@podium/schemas": "5.0.6", @@ -52,27 +52,27 @@ "objobj": "1.0.0" }, "devDependencies": { - "@podium/podlet": "5.2.0-next.3", - "@podium/test-utils": "3.0.9", + "@podium/podlet": "5.2.0-next.6", + "@podium/test-utils": "3.0.11", "@semantic-release/changelog": "6.0.3", - "@semantic-release/commit-analyzer": "11.1.0", + "@semantic-release/commit-analyzer": "13.0.0", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "9.2.6", - "@semantic-release/npm": "11.0.3", - "@semantic-release/release-notes-generator": "12.1.0", - "@podium/eslint-config": "1.0.0", + "@semantic-release/github": "11.0.0", + "@semantic-release/npm": "12.0.1", + "@semantic-release/release-notes-generator": "14.0.1", + "@podium/eslint-config": "1.0.2", "@podium/semantic-release-config": "2.0.0", "@podium/typescript-config": "1.0.0", - "@types/node": "20.16.10", + "@types/node": "22.7.5", "@types/readable-stream": "4.0.15", - "eslint": "9.11.1", - "express": "4.21.0", + "eslint": "9.12.0", + "express": "4.21.1", "npm-run-all2": "6.2.3", "prettier": "3.3.3", "semantic-release": "24.1.2", "stoppable": "1.1.0", - "supertest": "6.3.4", + "supertest": "7.0.0", "tap": "21.0.1", - "typescript": "5.5.3" + "typescript": "5.6.3" } } From 5a2c0bff6d6d84dcd1123748c30c073c396878a4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 22:54:39 +0000 Subject: [PATCH 08/15] chore(release): 5.2.12-next.1 [skip ci] ## [5.2.12-next.1](https://github.com/podium-lib/layout/compare/v5.2.11...v5.2.12-next.1) (2024-10-15) ### Bug Fixes * 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 to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5334a7e..de5253f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.2.12-next.1](https://github.com/podium-lib/layout/compare/v5.2.11...v5.2.12-next.1) (2024-10-15) + + +### Bug Fixes + +* 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 to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) + ## [5.2.11](https://github.com/podium-lib/layout/compare/v5.2.10...v5.2.11) (2024-10-14) diff --git a/package.json b/package.json index 7b6326ce..4ec5ded9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.7-next.1", + "version": "5.2.12-next.1", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", From 17ab58c763f713839bbe561d8509d557fbfb759a Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Tue, 22 Oct 2024 17:08:50 +1300 Subject: [PATCH 09/15] fix: update @podium/client@next --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ec5ded9..e0eb1c01 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.6", + "@podium/client": "5.2.0-next.7", "@podium/context": "5.1.0", "@podium/proxy": "5.0.28", "@podium/schemas": "5.0.6", From 4922d618aaf2276d1e4c40f745ae17ef7017d9cd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 22 Oct 2024 04:09:53 +0000 Subject: [PATCH 10/15] chore(release): 5.2.13-next.1 [skip ci] ## [5.2.13-next.1](https://github.com/podium-lib/layout/compare/v5.2.12...v5.2.13-next.1) (2024-10-22) ### Bug Fixes * 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 to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8113db3e..8f6a5a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.2.13-next.1](https://github.com/podium-lib/layout/compare/v5.2.12...v5.2.13-next.1) (2024-10-22) + + +### Bug Fixes + +* 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 to Podium client v5.2.0-next.2 ([e00a42e](https://github.com/podium-lib/layout/commit/e00a42e1744526a981f03f2daf84e36e55f4bc41)) + ## [5.2.12](https://github.com/podium-lib/layout/compare/v5.2.11...v5.2.12) (2024-10-18) diff --git a/package.json b/package.json index e0eb1c01..15277583 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.12-next.1", + "version": "5.2.13-next.1", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", From d259b2da3775d7dd99a1983a72e140ff4fc59ea4 Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Tue, 5 Nov 2024 11:57:09 +1300 Subject: [PATCH 11/15] fix: update podium dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 15277583..e1e1c4f4 100644 --- a/package.json +++ b/package.json @@ -41,10 +41,10 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.7", + "@podium/client": "5.2.0-next.8", "@podium/context": "5.1.0", "@podium/proxy": "5.0.28", - "@podium/schemas": "5.0.6", + "@podium/schemas": "5.1.0", "@podium/utils": "5.3.1", "abslog": "2.4.4", "ajv": "8.17.1", @@ -52,7 +52,7 @@ "objobj": "1.0.0" }, "devDependencies": { - "@podium/podlet": "5.2.0-next.6", + "@podium/podlet": "5.2.0-next.9", "@podium/test-utils": "3.0.11", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.0", From a7e27a1743409edd4266e40e36d7e7efafdea55e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 4 Nov 2024 22:58:25 +0000 Subject: [PATCH 12/15] chore(release): 5.2.13-next.2 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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", From d81854a710225d68f868d5c2a2ca7abc9d7ce7bd Mon Sep 17 00:00:00 2001 From: Richard Walker Date: Wed, 6 Nov 2024 17:00:46 +1300 Subject: [PATCH 13/15] fix: update @podium libs to latest --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 27bb6804..1123212e 100644 --- a/package.json +++ b/package.json @@ -41,35 +41,35 @@ }, "dependencies": { "@metrics/client": "2.5.3", - "@podium/client": "5.2.0-next.8", - "@podium/context": "5.1.0", - "@podium/proxy": "5.0.28", + "@podium/client": "5.2.0", + "@podium/context": "5.1.1", + "@podium/proxy": "5.0.30", "@podium/schemas": "5.1.0", - "@podium/utils": "5.3.1", + "@podium/utils": "5.3.2", "abslog": "2.4.4", "ajv": "8.17.1", "lodash.merge": "4.6.2", "objobj": "1.0.0" }, "devDependencies": { - "@podium/podlet": "5.2.0-next.9", - "@podium/test-utils": "3.0.11", + "@podium/podlet": "5.2.0", + "@podium/test-utils": "3.0.12", "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.0", "@semantic-release/git": "10.0.1", "@semantic-release/github": "11.0.0", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.1", - "@podium/eslint-config": "1.0.2", + "@podium/eslint-config": "1.0.3", "@podium/semantic-release-config": "2.0.0", "@podium/typescript-config": "1.0.0", - "@types/node": "22.7.5", - "@types/readable-stream": "4.0.15", - "eslint": "9.12.0", + "@types/node": "22.9.0", + "@types/readable-stream": "4.0.18", + "eslint": "9.14.0", "express": "4.21.1", "npm-run-all2": "6.2.3", "prettier": "3.3.3", - "semantic-release": "24.1.2", + "semantic-release": "24.2.0", "stoppable": "1.1.0", "supertest": "7.0.0", "tap": "21.0.1", From 3b09ec58b321745937825a50f90d240471f5a431 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 04:01:52 +0000 Subject: [PATCH 14/15] chore(release): 5.2.13-next.3 [skip ci] ## [5.2.13-next.3](https://github.com/podium-lib/layout/compare/v5.2.13-next.2...v5.2.13-next.3) (2024-11-06) ### Bug Fixes * update [@podium](https://github.com/podium) libs to latest ([d81854a](https://github.com/podium-lib/layout/commit/d81854a710225d68f868d5c2a2ca7abc9d7ce7bd)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c102f4..51921548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.13-next.3](https://github.com/podium-lib/layout/compare/v5.2.13-next.2...v5.2.13-next.3) (2024-11-06) + + +### Bug Fixes + +* update [@podium](https://github.com/podium) libs to latest ([d81854a](https://github.com/podium-lib/layout/commit/d81854a710225d68f868d5c2a2ca7abc9d7ce7bd)) + ## [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) diff --git a/package.json b/package.json index 1123212e..5fc84788 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.13-next.2", + "version": "5.2.13-next.3", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT", From 9b3643c2454c2780852f62d1d77b90301fb67832 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 04:09:42 +0000 Subject: [PATCH 15/15] chore(release): 5.2.14-next.1 [skip ci] ## [5.2.14-next.1](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14-next.1) (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 dc83fd51..009bb0d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [5.2.14-next.1](https://github.com/podium-lib/layout/compare/v5.2.13...v5.2.14-next.1) (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.13](https://github.com/podium-lib/layout/compare/v5.2.12...v5.2.13) (2024-11-04) diff --git a/package.json b/package.json index fbce943d..86665443 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podium/layout", - "version": "5.2.13-next.3", + "version": "5.2.14-next.1", "type": "module", "description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.", "license": "MIT",