diff --git a/docs/getting-started/changelog.md b/docs/getting-started/changelog.md index f96ad560..47bcfd8a 100644 --- a/docs/getting-started/changelog.md +++ b/docs/getting-started/changelog.md @@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Added `sl-theme` utility and updated theming documentation - Fixed a bug where `sl-menu-item` wouldn't render properly in the dark theme - Improved placeholder contrast in dark theme +- Updated Boostrap Icons to 1.1.0 ## 2.0.0-beta.22 @@ -111,7 +112,7 @@ The following pages demonstrate why this change was necessary. - Fixed a bug where dynamically adding/removing a slot wouldn't work as expected in `sl-card`, `sl-dialog`, and `sl-drawer` - Fixed a bug where the value wasn't updated and events weren't emitted when using `setRangeText` in `sl-input` and `sl-textarea` - Optimized `hasSlot` utility by using a simpler selector -- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved +- Updated Bootstrap Icons to 1.0.0 with many icons redrawn and improved - Updated contribution guidelines **Form validation has been reworked and is much more powerful now!** diff --git a/package-lock.json b/package-lock.json index 917158a2..e7b6f0e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -807,9 +807,9 @@ } }, "bootstrap-icons": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.0.0.tgz", - "integrity": "sha512-PaQm3VtSqbUnWuyqGmFJG5iF9UMieDuk8raPOmKOtKeyWyiVshgLoKa+9EWGolGU/nvyBLEBWhZoQqhu9ccNBg==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.1.0.tgz", + "integrity": "sha512-z5wWjw+SGLdDdP9R5qqEYSi+yRJOeOwlGW83VNftMO+jIgW/rtxHk3LI8sRxPYZEB0G+btJaEiUKLKsx3Mlycg==", "dev": true }, "brace-expansion": { diff --git a/package.json b/package.json index 5a7b9a72..2b04fb86 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@typescript-eslint/eslint-plugin": "^4.0.1", "@typescript-eslint/parser": "^4.0.1", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.0.0", + "bootstrap-icons": "^1.1.0", "browser-sync": "^2.26.13", "chalk": "^4.0.0", "concurrently": "^5.1.0",