-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v10.7.0 #243
Release v10.7.0 #243
Conversation
…rial to dependencies skip release
This reverts commit 12ab248.
security(dependencies): add deepfactor and move svelte and material to dependencies. Remove unused deps. skip release
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…/semver-5.7.2 build(deps-dev): bump semver from 5.7.1 to 5.7.2
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md) - [Commits](browserify/browserify-sign@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: browserify-sign dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…m-peerDeps remove sass from peer deps
…/browserify-sign-4.2.2 build(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2
…ency-issues Use `npm audit fix` to fix some vulnerable dependency issues
expose inputID as prop on Checkbox
…ands with content. styles overridable
feat(StaticChip): add height prop, improve defaults styles, width exp…
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, with questions
README.md
Outdated
@@ -4,7 +4,7 @@ Reusable Svelte components for some internal applications | |||
|
|||
## installation | |||
|
|||
To install to your Svelte project, open your project's root directory in a terminal. Type or paste `npm i -D @silintl/ui-components` and press enter. Sass and-material-components web are required to develop additional material web components in your app, but it may depend on your version of npm if they are necessary even if you don't (I haven't figured out which versions require them). Paste in `npm i -D [email protected] material-components-web@14.0.0` and hit enter (versions will vary if you use an older release of this repo). You should already have svelte@3 installed if you are using this library. | |||
To install to your Svelte project, open your project's root directory in a terminal. Type or paste `npm i -D @silintl/ui-components` and press enter. Sass (depending on your bundler and plugins) and material-components-web are required to develop additional material web components in your app, but it may depend on your version of npm if they are necessary even if you don't (I haven't figured out which versions require them). Enter the commands `material-components-web@14` and `npm i -D sass@1` (versions will vary if you use an older release of this library). You should already have svelte@3 installed if you are using this library. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is material-components-web@14
really a command?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a typo, thanks
package.json
Outdated
"@storybook/addon-postcss": "^2.0.0", | ||
"@storybook/preset-scss": "^1.0.3", | ||
"@storybook/svelte": "^6.5.16", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/git": "^10.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why these were un-alphabetized?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably just got shuffled around during the scrutinizer work.
🎉 This PR is included in version 10.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Includes
npm audit fix
to fix some vulnerable dependency issues #240Added
Removed
Fixed
Updated