From b935cc4d3c522ea0de49d3b3547ffe8088139066 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Mon, 23 Jan 2023 16:07:09 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=80=20v3.0.0-rc.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b0cfcef38..20dd02497fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 🍀 [3.0.0-rc.1](https://github.com/ionic-team/stencil/compare/v2.22.2...v3.0.0-rc.1) (2023-01-23) + + +This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, and syncs the Stencil +`v3.0.0-dev` branch with `main`. + + # ⭐️ [3.0.0-rc.0](https://github.com/ionic-team/stencil/compare/v2.22.1...v3.0.0-rc.0) (2023-01-17) This release includes all feature and bug fixes from all prior Stencil 3 pre-releases, and as well as all features diff --git a/package-lock.json b/package-lock.json index c06547f1a0c..cbb62b7ad05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@stencil/core", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@stencil/core", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "license": "MIT", "bin": { "stencil": "bin/stencil" diff --git a/package.json b/package.json index 7b4e41abd8f..5283e72cd8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stencil/core", - "version": "3.0.0-rc.0", + "version": "3.0.0-rc.1", "license": "MIT", "main": "./internal/stencil-core/index.cjs", "module": "./internal/stencil-core/index.js",