diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index c52bbfb3..d16bf759 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -14,7 +14,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug where `sl-menu-item` wouldn't render properly in the dark theme - Fixed a bug where `sl-select` would show an autocomplete menu - Improved placeholder contrast in dark theme -- Updated Boostrap Icons to 1.1.0 +- Updated to Boostrap Icons 1.1.0 +- Updated to Stencil 2.3.0 ## 2.0.0-beta.22 diff --git a/package-lock.json b/package-lock.json index e7b6f0e2..0132826f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -138,9 +138,9 @@ "dev": true }, "@stencil/core": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.2.0.tgz", - "integrity": "sha512-2V+DEUs9wvkcgnIIs0huye/M1v7x6qEzeOjp056RQlB08U1I4ex3vnBoE0/CrR35wK3ZZv2JYPOfBUuqR+6AAg==" + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.3.0.tgz", + "integrity": "sha512-VZ/Ox0E1kngcmHbJhHUufuLELi+xG3of3LuRI3X2AMWyE82JUVYlOEsQci/YBZWpfc9BS9I36R88prBew22oew==" }, "@stencil/eslint-plugin": { "version": "0.3.1", diff --git a/package.json b/package.json index 2b04fb86..a04c13dc 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "license": "MIT", "dependencies": { "@popperjs/core": "^2.5.3", - "@stencil/core": "^2.2.0", + "@stencil/core": "^2.3.0", "color": "^3.1.2", "resize-observer-polyfill": "^1.5.1" },