From e2186989488dbe574e4de8c4e84fe7de10c65162 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 23 Jan 2023 16:04:14 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=B7=20v3.0.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde6413edf34..d189e22da24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 🎷 [3.0.0-alpha.1](https://github.com/ionic-team/stencil/compare/v2.20.0...v3.0.0-alpha.1) (2022-12-05) + + +### Features + +* **e2e:** add support for puppeteer v19 ([#3810](https://github.com/ionic-team/stencil/issues/3810)) ([22c7424](https://github.com/ionic-team/stencil/commit/22c74241ebb471123680d6629d7fa9c17b86c897)) + + +### Miscellaneous + +This release includes all feature and bug fixes from +- Prior Stencil 3 pre-releases +- [Stencil v2.20.0](https://github.com/ionic-team/stencil/releases/tag/v2.20.0) and below + + # ☕️ [3.0.0-alpha.0](https://github.com/ionic-team/stencil/compare/v2.19.3...v3.0.0-alpha.0) (2022-11-28) diff --git a/package-lock.json b/package-lock.json index 6e6f8d0baddf..f7d98d56b437 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 1db8647cd712..a6427534a60a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",