Skip to content

Commit

Permalink
Merge pull request #518 from podium-lib/next
Browse files Browse the repository at this point in the history
Merge next down into main
  • Loading branch information
digitalsadhu authored Nov 6, 2024
2 parents f6238c0 + 9b3643c commit d592b2e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 15 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
36 changes: 21 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/layout",
"version": "5.2.13",
"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",
Expand Down Expand Up @@ -41,32 +41,38 @@
},
"dependencies": {
"@metrics/client": "2.5.3",
"@podium/client": "5.1.16",
"@podium/context": "5.1.0",
"@podium/proxy": "5.0.29",
"@podium/schemas": "5.0.6",
"@podium/utils": "5.3.1",
"@podium/client": "5.2.0",
"@podium/context": "5.1.1",
"@podium/proxy": "5.0.30",
"@podium/schemas": "5.1.0",
"@podium/utils": "5.3.2",
"abslog": "2.4.4",
"ajv": "8.17.1",
"lodash.merge": "4.6.2",
"objobj": "1.0.0"
},
"devDependencies": {
"@podium/eslint-config": "1.0.0",
"@podium/podlet": "5.1.18",
"@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.3",
"@podium/semantic-release-config": "2.0.0",
"@podium/test-utils": "2.5.2",
"@podium/typescript-config": "1.0.0",
"@types/node": "20.16.10",
"@types/node": "22.9.0",
"eslint": "9.14.0",
"express": "4.21.1",
"@types/readable-stream": "4.0.18",
"eslint": "9.11.1",
"express": "4.21.0",
"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": "6.3.4",
"supertest": "7.0.0",
"tap": "21.0.1",
"typescript": "5.5.3"
"typescript": "5.6.3"
}
}

0 comments on commit d592b2e

Please sign in to comment.