From b3bcfc993410faa75d6d87bbfdc22c8166ac347c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 10 May 2021 12:43:31 -0400 Subject: [PATCH] update bootstrap icons to 1.5.0 --- docs/assets/icons/sprite.svg | 2 +- docs/resources/changelog.md | 1 + package-lock.json | 12 ++++++------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/assets/icons/sprite.svg b/docs/assets/icons/sprite.svg index 728f51a6..7e2d6429 100644 --- a/docs/assets/icons/sprite.svg +++ b/docs/assets/icons/sprite.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index da5da123..44179b37 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -13,6 +13,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug that caused all modules to be imported when cherry picking certain components [#439](https://github.com/shoelace-style/shoelace/issues/439) - Fixed a bug where the scrollbar would reposition `sl-dialog` on hide causing it to jump [#424](https://github.com/shoelace-style/shoelace/issues/424) - Improved a11y in `sl-progress-ring` +- Updated to Bootstrap Icons 1.5.0 - Updated React docs to use [`@shoelace-style/react`](https://github.com/shoelace-style/react) - Updated NextJS docs [#434](https://github.com/shoelace-style/shoelace/pull/434) diff --git a/package-lock.json b/package-lock.json index d5bb30ab..75000ee4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -515,9 +515,9 @@ "dev": true }, "node_modules/bootstrap-icons": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz", - "integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz", + "integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==", "dev": true, "engines": { "node": ">=10" @@ -5584,9 +5584,9 @@ "dev": true }, "bootstrap-icons": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.4.1.tgz", - "integrity": "sha512-EcATaAGsRgyy4NtnwXlNzkgWttpb6PqcXCoLtZZKdZtAYJU/WYqoQFxuGFKAppOlf7NmKpvGtSsC/921H7LIjg==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.5.0.tgz", + "integrity": "sha512-44feMc7DE1Ccpsas/1wioN8ewFJNquvi5FewA06wLnqct7CwMdGDVy41ieHaacogzDqLfG8nADIvMNp9e4bfbA==", "dev": true }, "brace-expansion": {