@alaskaairux/auro-alerts
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,2 +0,2 @@ | ||
# Contributing Guidelines | ||
# Auro Design System Contributing Guidelines | ||
@@ -35,3 +35,3 @@ Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved. | ||
This project utilizes [Conventional Commits](https://www.conventionalcommits.org/) to auto-generate release verions, based on the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines). | ||
This project utilizes [Conventional Commits](https://www.conventionalcommits.org/) to auto-generate release versions, based on the [Angular Commit Message Guidelines](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#-commit-message-guidelines). | ||
@@ -47,3 +47,3 @@ | ||
For a MAJOR release, you MUST follow this template. The use of `perf:` and `BREAKING CHANGE:` are needed in order to push a major release. | ||
For a MAJOR release, you MUST follow this template. The use `BREAKING CHANGE:` in conjunction with any other commit type is required in order to push a major release. | ||
@@ -76,4 +76,4 @@ ``` | ||
| fix | A bug fix (this correlates with `PATCH` in semantic versioning) | | ||
| perf | A code change that improves performance (correlating with `MAJOR` in semantic versioning) | | ||
| BREAKING CHANGE | A code change that is not backwards compatable (correlating with `MAJOR` in semantic versioning) | | ||
| perf | A code change that improves performance | | ||
| BREAKING CHANGE | A code change that is not backwards compatible (correlating with `MAJOR` in semantic versioning) | | ||
| refactor | A code change that neither fixes a bug nor adds a feature | | ||
@@ -95,3 +95,3 @@ | style | Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | | ||
_"If applied, this commit will [your subject line here]."_ | ||
_"If applied, this commit will (your subject line here)."_ | ||
@@ -106,3 +106,3 @@ For example: | ||
``` | ||
$ build: update to Gulp 4.x | ||
$ build: update to build step to include postCSS | ||
@@ -122,4 +122,2 @@ $ docs: address issue #14, typo in install instructions | ||
To submit a new pull request, please go to [https://github.com/AlaskaAirlines](https://github.com/AlaskaAirlines) to find your project and submit the Pull Request. | ||
On the pull request page, the new pull request should be `[your-new-branch] into [master]` | ||
@@ -126,0 +124,0 @@ |
# Semantic Release Automated Changelog | ||
## [1.2.1](https://github.com/AlaskaAirlines/auro-alerts/compare/v1.2.0...v1.2.1) (2020-12-03) | ||
### Bug Fixes | ||
* update dependency notification ([537d5e0](https://github.com/AlaskaAirlines/auro-alerts/commit/537d5e007fd589bb14c17c67c6d2305c03c63abc)) | ||
# [1.2.0](https://github.com/AlaskaAirlines/auro-alerts/compare/v1.1.2...v1.2.0) (2020-10-30) | ||
@@ -4,0 +11,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"name": "@alaskaairux/auro-alerts", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Auro custom auro-alerts element", | ||
@@ -14,0 +14,0 @@ "author": "Product design and research", |
@@ -25,5 +25,5 @@ 'use strict'; | ||
`) + chalk.hex('#ffd200').bold(`NOTE: `) + chalk.hex('#f26135')(`This update requires the latest version of | ||
@alaskaairux/orion-web-core-style-sheets | ||
@alaskaairux/webcorestylesheets | ||
`) + chalk.hex('#ffd200').bold(`npm i @alaskaairux/orion-web-core-style-sheets@latest`) + chalk.hex('#f26135')(` | ||
`) + chalk.hex('#ffd200').bold(`npm i @alaskaairux/webcorestylesheets@latest`) + chalk.hex('#f26135')(` | ||
@@ -30,0 +30,0 @@ ╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯ |
Sorry, the diff of this file is not supported yet
120755
34