From 39796e2a209f85e1509d8529ef751ac2773a401b Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 1 May 2023 09:37:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=92=20v3.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ NOTICE.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3283d88f5a0..3e434432bad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 🏒 [3.2.2](https://github.com/ionic-team/stencil/compare/v3.2.1...v3.2.2) (2023-05-01) + + +### Bug Fixes + +* **declarations:** add `onCancel` to dialog attributes ([#4280](https://github.com/ionic-team/stencil/issues/4280)) ([725ff7e](https://github.com/ionic-team/stencil/commit/725ff7e5a4fac5aa5cd0adb263e484f2ada5cc40)), fixes [#4267](https://github.com/ionic-team/stencil/issues/4267) +* **runtime:** initialize custom elements even when there is no styles ([#4296](https://github.com/ionic-team/stencil/issues/4296)) ([23f1e66](https://github.com/ionic-team/stencil/commit/23f1e66fb1a092266dfd17c31987499b2ece0b0d)), fixes [#4221](https://github.com/ionic-team/stencil/issues/4221) +* **testing:** jest component disconnected callback ([#4269](https://github.com/ionic-team/stencil/issues/4269)) ([4ec3b69](https://github.com/ionic-team/stencil/commit/4ec3b694454fddfc71bf9999e31e1341e10117e2)), fixes [#4053](https://github.com/ionic-team/stencil/issues/4053) + + + ## 🎙 [3.2.1](https://github.com/ionic-team/stencil/compare/v3.2.0...v3.2.1) (2023-04-10) diff --git a/NOTICE.md b/NOTICE.md index 3d642a75cd8..5562126e7f9 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -2706,7 +2706,7 @@ Author: Isaac Z. Schlueter (http://blog.izs.me) > The ISC License > -> Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors +> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors > > Permission to use, copy, modify, and/or distribute this software for any > purpose with or without fee is hereby granted, provided that the above diff --git a/package-lock.json b/package-lock.json index 809b2b0e691..4cdfd7a8e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 44b7afc35f9..7b28e023636 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "3.2.1", + "version": "3.2.2", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",