Skip to content

Commit 41b9060

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](v7.0.0...v8.0.0) (2022-12-01) ### Bug Fixes * **peerDependencies:** update material-components-web and sass to match devDependencies. Fixes an npm error for consumers using material and sass. ([7d929fd](7d929fd)) ### buid * **peerDependencies:** update peerDependencies ([a524f48](a524f48)) ### BREAKING CHANGES * **peerDependencies:** update peer deps Change material-components-web to 14 and sass to 1.55. If installed in your project you can now update them to these versions without an error or warning.
1 parent 8a84b90 commit 41b9060

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [8.0.0](https://github.com/silinternational/ui-components/compare/v7.0.0...v8.0.0) (2022-12-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **peerDependencies:** update material-components-web and sass to match devDependencies. Fixes an npm error for consumers using material and sass. ([7d929fd](https://github.com/silinternational/ui-components/commit/7d929fd82f9f08983c167c6595e4aaaf0b58215e))
7+
8+
9+
### buid
10+
11+
* **peerDependencies:** update peerDependencies ([a524f48](https://github.com/silinternational/ui-components/commit/a524f4845e85e05c379b24593ca49312d6abebef))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **peerDependencies:** update peer deps
17+
18+
Change material-components-web to 14 and sass to 1.55. If installed in your project you can now update them to these versions without an error or warning.
19+
120
# [7.0.0](https://github.com/silinternational/ui-components/compare/v6.7.0...v7.0.0) (2022-11-07)
221

322

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silintl/ui-components",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)