Skip to content

Commit 03a5ff9

Browse files
v4.27.1 (#6176)
Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
1 parent 7a3e150 commit 03a5ff9

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 🍸 [4.27.1](https://github.com/ionic-team/stencil/compare/v4.27.0...v4.27.1) (2025-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **docs:** update changelog with missing contribution ([8d596b0](https://github.com/ionic-team/stencil/commit/8d596b04cf145bb49614465c1e24a1a67bbdc5c3))
7+
* **runtime:** mock querySelectorAll ([#6175](https://github.com/ionic-team/stencil/issues/6175)) ([7a3e150](https://github.com/ionic-team/stencil/commit/7a3e1502253f4b0fea2af5de96ac937f3933e97e))
8+
9+
10+
111
# 🏔 [4.27.0](https://github.com/ionic-team/stencil/compare/v4.26.0...v4.27.0) (2025-02-22)
212

313

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.27.0",
3+
"version": "4.27.1",
44
"license": "MIT",
55
"main": "./internal/stencil-core/index.cjs",
66
"module": "./internal/stencil-core/index.js",

0 commit comments

Comments
 (0)