Skip to content

Commit

Permalink
fix(notice): update postinstall message to communicate deprecation of…
Browse files Browse the repository at this point in the history
… id prop
  • Loading branch information
blackfalcon committed Aug 26, 2021
1 parent b6681d3 commit fceb348
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packageScripts/postinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ console.log(chalk.hex('#f26135')(`
removed with the release of
`) + chalk.hex('#ffd200').bold(`@aurodesignsystem/auro-button v7.0`) + chalk.hex('#f26135')(`.
=> DEPRECATION ALERT! DEPRECATION ALERT! <=`) + chalk.hex('#f26135')(`
With this release, the `) + chalk.hex('#ffd200').bold(`ID property`) + 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')(`.
See issue https://git.io/JEEYZ
╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯
`)
);

0 comments on commit fceb348

Please sign in to comment.