Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into refactor_and_type
Browse files Browse the repository at this point in the history
  • Loading branch information
tor0405 committed Feb 13, 2024
2 parents fe20daf + 988b47b commit 1486e7e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.11](https://github.com/podium-lib/layout/compare/v5.0.10...v5.0.11) (2024-02-05)


### Bug Fixes

* **deps:** update all dependencies (non-major) ([241774a](https://github.com/podium-lib/layout/commit/241774a6e6dd7e005c66ecdc06aac0fe34f30baa))

## [5.0.10](https://github.com/podium-lib/layout/compare/v5.0.9...v5.0.10) (2024-01-29)


Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/layout",
"version": "5.0.10",
"version": "5.0.11",
"type": "module",
"description": "Module for composing full page layouts out of page fragments in a micro frontend architecture.",
"license": "MIT",
Expand Down Expand Up @@ -38,11 +38,11 @@
},
"dependencies": {
"@metrics/client": "2.5.2",
"@podium/client": "5.0.6",
"@podium/context": "5.0.2",
"@podium/proxy": "5.0.2",
"@podium/client": "5.0.7",
"@podium/context": "5.0.3",
"@podium/proxy": "5.0.3",
"@podium/schemas": "5.0.0",
"@podium/utils": "5.0.1",
"@podium/utils": "5.0.2",
"abslog": "2.4.0",
"ajv": "8.12.0",
"lodash.merge": "4.6.2",
Expand Down

0 comments on commit 1486e7e

Please sign in to comment.