Skip to content

Commit bf5a470

Browse files
github-actions[bot]christian-bromann
andauthoredMar 13, 2025
Release v4.28.1 (#6201)
* v4.28.1 * update changelog --------- Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 6c1804f commit bf5a470

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 🐵 [4.28.1](https://github.com/stenciljs/core/compare/v4.28.0...v4.28.1) (2025-03-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** add more platform specific optionalDependencies ([#6196](https://github.com/stenciljs/core/issues/6196)) ([e2965e5](https://github.com/stenciljs/core/commit/e2965e555a709a66708f90797dfab1fd9b831567)), closes [#6195](https://github.com/stenciljs/core/issues/6195)
7+
* **build:** get ts to handle `.d.mts` files ([#6193](https://github.com/stenciljs/core/issues/6193)) ([d9095b2](https://github.com/stenciljs/core/commit/d9095b2be23b2c3d2996fd647988dc555b8635e9)), closes [#6195](https://github.com/stenciljs/core/issues/6195)
8+
* **compiler:** get to handle .cts files ([#6199](https://github.com/stenciljs/core/issues/6199)) ([6c1804f](https://github.com/stenciljs/core/commit/6c1804f7276a47a9b314e686dcd2bac81656ecd7)), closes [#6198](https://github.com/stenciljs/core/issues/6198)
9+
* **loader:** remove package.json as it interferes with main ([#6200](https://github.com/stenciljs/core/issues/6200)) ([bad6e1e](https://github.com/stenciljs/core/commit/bad6e1e7ad8d0ed047e956313099848c3b4f3836)), closes [#5637](https://github.com/stenciljs/core/issues/5637)
10+
11+
12+
113
# 🎩 [4.28.0](https://github.com/stenciljs/core/compare/v4.27.2...v4.28.0) (2025-03-11)
214

315

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.28.0",
3+
"version": "4.28.1",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)
Failed to load comments.