Skip to content

Commit

Permalink
fix(notice): update packing postinistall to alert users of next MAJOR…
Browse files Browse the repository at this point in the history
… release
  • Loading branch information
blackfalcon committed Aug 17, 2021
1 parent 453aa0d commit f0a6103
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packageScripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ console.log(chalk.hex('#f26135')(`
Thanks for installing the latest version
of `) + chalk.hex('#ffd200').bold(`auro-button v${pjson.version}.`) + chalk.hex('#f26135')(`
=> DEPRECATION ALERT! DEPRECATION ALERT! <=`) + chalk.hex('#f26135')(`
With this release, the `) + chalk.hex('#ffd200').bold(`light DOM version`) + chalk.hex('#f26135')(` of
auro-button is `) + chalk.hex('#ffd200').bold(`deprecated`) + chalk.hex('#f26135')(`. This feature will be
removed with the release of
`) + chalk.hex('#ffd200').bold(`@aurodesignsystem/auro-button v7.0`) + chalk.hex('#f26135')(`.
╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯
`)
);

0 comments on commit f0a6103

Please sign in to comment.