From 0b9d4b0e2e114f889bcbb135d92f90086ea3f92b Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Tue, 19 Jul 2022 15:31:43 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=9C=20v2.17.2-0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c262f53922..5f7c9c2944d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 🏜 [2.17.2-0](https://github.com/ionic-team/stencil/compare/v2.17.1...v2.17.2-0) (2022-07-19) + + +### Bug Fixes + +* **compiler:** fix typedef file generated for dist-custom-elements ([#3468](https://github.com/ionic-team/stencil/issues/3468)) ([854d498](https://github.com/ionic-team/stencil/commit/854d498840c15c152b003f0ea3e96d98c97a991d)) + + +### Features + +* **mock-doc:** dispatch blur and focus events ([#3449](https://github.com/ionic-team/stencil/issues/3449)) ([15520b7](https://github.com/ionic-team/stencil/commit/15520b7066b366078f79be95ccc59d33aeff40d9)) + + + ## 😊 [2.17.1](https://github.com/ionic-team/stencil/compare/v2.17.0...v2.17.1) (2022-07-11) diff --git a/package-lock.json b/package-lock.json index cfd435789e8..e0de8291949 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "2.17.1", + "version": "2.17.2-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "2.17.1", + "version": "2.17.2-0", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 0b46ae2a950..800bd23a7ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "2.17.1", + "version": "2.17.2-0", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",