From 03a5ff991d52b8a56e946b010c262001af8b68eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:52:59 -0800 Subject: [PATCH] v4.27.1 (#6176) Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ae8fac2933..e1c38197841 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 🍸 [4.27.1](/~https://github.com/ionic-team/stencil/compare/v4.27.0...v4.27.1) (2025-02-25) + + +### Bug Fixes + +* **docs:** update changelog with missing contribution ([8d596b0](/~https://github.com/ionic-team/stencil/commit/8d596b04cf145bb49614465c1e24a1a67bbdc5c3)) +* **runtime:** mock querySelectorAll ([#6175](/~https://github.com/ionic-team/stencil/issues/6175)) ([7a3e150](/~https://github.com/ionic-team/stencil/commit/7a3e1502253f4b0fea2af5de96ac937f3933e97e)) + + + # 🏔 [4.27.0](/~https://github.com/ionic-team/stencil/compare/v4.26.0...v4.27.0) (2025-02-22) diff --git a/package-lock.json b/package-lock.json index d90f1328ebd..840a1606600 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "4.27.0", + "version": "4.27.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "4.27.0", + "version": "4.27.1", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index e6973cdeea8..ef1d3121437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "4.27.0", + "version": "4.27.1", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",