@brightspace-ui-labs/multi-select
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -29,3 +29,3 @@ { | ||
"license": "Apache-2.0", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"devDependencies": { | ||
@@ -40,3 +40,2 @@ "@babel/polyfill": "^7", | ||
"eslint-plugin-sort-class-members": "^1", | ||
"frau-ci": "^1", | ||
"polymer-cli": "^1", | ||
@@ -43,0 +42,0 @@ "wct-browser-legacy": "^1" |
# d2l-labs-multi-select | ||
[![NPM version](https://img.shields.io/npm/v/@brightspace-ui-labs/multi-select.svg)](https://www.npmjs.org/package/@brightspace-ui-labs/multi-select) | ||
[![Dependabot badge](https://flat.badgen.net/dependabot/BrightspaceUILabs/multi-select?icon=dependabot)](https://app.dependabot.com/) | ||
[![Build status](https://travis-ci.com/brightspaceUILabs/multi-select.svg?branch=master)](https://travis-ci.com/brightspaceUILabs/multi-select) | ||
![Build status](https://github.com/BrightspaceUILabs/multi-select/workflows/CI/badge.svg) | ||
@@ -150,2 +149,6 @@ > Note: this is a ["labs" component](https://github.com/BrightspaceUI/guide/wiki/Component-Tiers). While functional, these tasks are prerequisites to promotion to BrightspaceUI "official" status: | ||
Include either `[increment major]`, `[increment minor]` or `[increment patch]` in your merge commit message to automatically increment the `package.json` version, create a tag, and trigger a deployment to NPM. | ||
Releases use the [semantic-release](https://semantic-release.gitbook.io/) tooling and the [angular preset](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular) for commit message syntax. Upon release, the version in `package.json` is updated, a tag and GitHub release is created and a new package will be deployed to NPM. | ||
Commits prefixed with `feat` will trigger a minor release, while `fix` or `perf` will trigger a patch release. A commit containing `BREAKING CHANGE` will cause a major release to occur. | ||
Other useful prefixes that will not trigger a release: `build`, `ci`, `docs`, `refactor`, `style` and `test`. More details in the [Angular Contribution Guidelines](https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42497
10
154