Skip to content

Commit 30fc9f5

Browse files
Release v4.27.2 (#6186)
* v4.27.2 * update --------- Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 2ae7446 commit 30fc9f5

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 🌱 [4.27.2](https://github.com/stenciljs/core/compare/v4.27.1...v4.27.2) (2025-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* **compiler:** revert deprecation changes to components.d.ts ([#6184](https://github.com/stenciljs/core/issues/6184)) ([66cba68](https://github.com/stenciljs/core/commit/66cba6821d287603588248707cd423735be16566)), closes [#6183](https://github.com/stenciljs/core/issues/6183), closes [#6184](https://github.com/stenciljs/core/issues/6184)
7+
* **internal:** fix references to old repository ([#6177](https://github.com/stenciljs/core/issues/6177)) ([2ae7446](https://github.com/stenciljs/core/commit/2ae7446545611b3b3e36c582f06db40c06d4e558))
8+
9+
10+
111
## 🍸 [4.27.1](https://github.com/stenciljs/core/compare/v4.27.0...v4.27.1) (2025-02-25)
212

313

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stencil/core",
3-
"version": "4.27.1",
3+
"version": "4.27.2",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)