Skip to content

Commit

Permalink
v4.25.3 (#6146)
Browse files Browse the repository at this point in the history
Co-authored-by: christian-bromann <[email protected]>
  • Loading branch information
github-actions[bot] and christian-bromann authored Feb 5, 2025
1 parent 948b63a commit 3281159
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 🚁 [4.25.3](https://github.com/ionic-team/stencil/compare/v4.25.2...v4.25.3) (2025-02-04)


### Bug Fixes

* **runtime:** don't include loadModule logic in hydrate runtime ([#6145](https://github.com/ionic-team/stencil/issues/6145)) ([948b63a](https://github.com/ionic-team/stencil/commit/948b63af01498be9a6017b1bd8f67b952de756a5))


### Reverts

* Revert "Revert "fix(custom-elements): hydrate on client side (#5317)" (#6111)" (#6144) ([464c1a4](https://github.com/ionic-team/stencil/commit/464c1a48a3049d3e5d32b5fad29646e2ea0dcd53))



## 🐉 [4.25.2](https://github.com/ionic-team/stencil/compare/v4.25.1...v4.25.2) (2025-02-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/core",
"version": "4.25.2",
"version": "4.25.3",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down

0 comments on commit 3281159

Please sign in to comment.