diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index d9e930d04..2c6fd0d61 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -19,6 +19,8 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Updated `color` dependency from 3.1.3 to 4.0.2 - Updated ``, ``, ``, and `` to work like other localized components - Upgraded the status of `` from experimental to stable +- Updated to Bootstrap Icons to 1.7.2 +- Upgraded color to 4.1.0 ## 2.0.0-beta.61 diff --git a/package-lock.json b/package-lock.json index 30c1af462..9509de8fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@popperjs/core": "^2.7.0", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^2.1.3", - "color": "^4.0.2", + "color": "4.1", "lit": "^2.0.2", "qr-creator": "^1.0.0" }, @@ -26,7 +26,7 @@ "@web/test-runner": "^0.13.5", "@web/test-runner-playwright": "^0.8.8", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.7.1", + "bootstrap-icons": "^1.7.2", "browser-sync": "^2.26.14", "chalk": "^4.1.0", "command-line-args": "^5.2.0", diff --git a/package.json b/package.json index 1e0ff8605..a0dfb8cb4 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@popperjs/core": "^2.7.0", "@shoelace-style/animations": "^1.1.0", "@shoelace-style/localize": "^2.1.3", - "color": "^4.0.2", + "color": "4.1", "lit": "^2.0.2", "qr-creator": "^1.0.0" }, @@ -56,7 +56,7 @@ "@web/test-runner": "^0.13.5", "@web/test-runner-playwright": "^0.8.8", "bluebird": "^3.7.2", - "bootstrap-icons": "^1.7.1", + "bootstrap-icons": "^1.7.2", "browser-sync": "^2.26.14", "chalk": "^4.1.0", "command-line-args": "^5.2.0",