From 44b895433dff6ef7729eabc5642bbf5471860b87 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Tue, 14 Mar 2023 11:20:17 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=86=20v2.22.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5402f159a2d..bcac7a28e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 🎆 [2.22.3](https://github.com/ionic-team/stencil/compare/v2.22.2...v2.22.3) (2023-03-14) + + +### Bug Fixes + +* **compiler:** use file system polling events in watch mode ([#4147](https://github.com/ionic-team/stencil/issues/4147)) ([7f3d514](https://github.com/ionic-team/stencil/commit/7f3d514c5a12e6563e315a834329da40026dd538)), fixes [#3952](https://github.com/ionic-team/stencil/issues/3952), [#4011](https://github.com/ionic-team/stencil/issues/4011), [#4044](https://github.com/ionic-team/stencil/issues/4044) + + + ## 🎈 [2.22.2](https://github.com/ionic-team/stencil/compare/v2.22.1...v2.22.2) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index 6639b4fe635..b17237801f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index b235b94d37e..9203a61b5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "2.22.2", + "version": "2.22.3", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",