Skip to content

Commit

Permalink
Release v4.27.2 (#6186)
Browse files Browse the repository at this point in the history
* v4.27.2

* update

---------

Co-authored-by: christian-bromann <[email protected]>
Co-authored-by: Christian Bromann <[email protected]>
  • Loading branch information
3 people authored Mar 3, 2025
1 parent 2ae7446 commit 30fc9f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 🌱 [4.27.2](https://github.com/stenciljs/core/compare/v4.27.1...v4.27.2) (2025-03-03)


### Bug Fixes

* **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)
* **internal:** fix references to old repository ([#6177](https://github.com/stenciljs/core/issues/6177)) ([2ae7446](https://github.com/stenciljs/core/commit/2ae7446545611b3b3e36c582f06db40c06d4e558))



## 🍸 [4.27.1](https://github.com/stenciljs/core/compare/v4.27.0...v4.27.1) (2025-02-25)


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.27.1",
"version": "4.27.2",
"license": "MIT",
"main": "./internal/stencil-core/index.cjs",
"module": "./internal/stencil-core/index.js",
Expand Down

0 comments on commit 30fc9f5

Please sign in to comment.