chromaui / addon-visual-tests

Visual Tests addon for Storybook
MIT License
31 stars 2 forks source link

Change addon name to `@chromatic-com/storybook` #163

Closed tmeasday closed 6 months ago

tmeasday commented 6 months ago

The rationale for the name change:

  1. We want to make it clear that it's a Chromatic project (@chromaui wasn't doing that, thus the change of npm org), so people understand what Chromatic is.
  2. We have a naming scheme under the @chromatic-com namespace where the second word is the tool we are integrating with (e.g. @chromatic-com/playwright). This is consistent with that.

    📦 Published PR as canary version: 1.0.1--canary.163.7c12524.0
    :sparkles: Test out this PR locally via: ```bash npm install @chromatic-com/storybook@1.0.1--canary.163.7c12524.0 # or yarn add @chromatic-com/storybook@1.0.1--canary.163.7c12524.0 ```