Skip to content

Commit

Permalink
chore(release): 5.2.0-next.1 [skip ci]
Browse files Browse the repository at this point in the history
# [5.2.0-next.1](v5.1.12...v5.2.0-next.1) (2024-09-05)

### Bug Fixes

* ensure both key/value and object conversion are supported for JS data attributes ([f243d60](f243d60))
* **types:** fix AssetJsLike type ([19494f5](19494f5))
* update @podium/utils ([719c1e0](719c1e0))

### Features

* automatically send assets with content/fallback requests as 103 early hints ([c4c8c88](c4c8c88))
  • Loading branch information
semantic-release-bot committed Sep 5, 2024
1 parent ee15726 commit 02cf434
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
# [5.2.0-next.1](https://github.com/podium-lib/podlet/compare/v5.1.12...v5.2.0-next.1) (2024-09-05)


### Bug Fixes

* ensure both key/value and object conversion are supported for JS data attributes ([f243d60](https://github.com/podium-lib/podlet/commit/f243d607356166cd77c83eb72ef7ea84f4b95d80))
* **types:** fix AssetJsLike type ([19494f5](https://github.com/podium-lib/podlet/commit/19494f51c338468c362668678654c119993795db))
* update @podium/utils ([719c1e0](https://github.com/podium-lib/podlet/commit/719c1e0ae4e06144e084e8b95bd04d94313b116e))


### Features

* automatically send assets with content/fallback requests as 103 early hints ([c4c8c88](https://github.com/podium-lib/podlet/commit/c4c8c889bc491b8a3c4a896220d1205164e6fde4))

# [5.2.0-next.1](https://github.com/podium-lib/podlet/compare/v5.1.12...v5.2.0-next.1) (2024-09-05)


### Bug Fixes

* ensure both key/value and object conversion are supported for JS data attributes ([f243d60](https://github.com/podium-lib/podlet/commit/f243d607356166cd77c83eb72ef7ea84f4b95d80))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podium/podlet",
"version": "5.2.0-next.2",
"version": "5.2.0-next.1",
"type": "module",
"description": "Module for building page fragment servers in a micro frontend architecture.",
"license": "MIT",
Expand Down

0 comments on commit 02cf434

Please sign in to comment.