Skip to content

Commit

Permalink
add version requirements to changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Oct 31, 2024
1 parent 8726212 commit 1e6e793
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

#### 💥 Breaking Change

- **Require Storybook 8.2.0 or newer**
- Use new Test Provider API instead of SidebarTop and SidebarBottom [#342](https://github.com/chromaui/addon-visual-tests/pull/342) ([@ghengeveld](https://github.com/ghengeveld))

#### Authors: 1
Expand Down Expand Up @@ -900,7 +901,6 @@

---


# v0.0.124 (Mon Dec 11 2023)

#### 🐛 Bug Fix
Expand Down Expand Up @@ -1869,7 +1869,7 @@

#### 🐛 Bug Fix

- Fix: Updates the the link to the Visual Testing addon documentation [#61](https://github.com/chromaui/addon-visual-tests/pull/61) ([@jonniebigodes](https://github.com/jonniebigodes))
- Fix: Updates the the link to the Visual Testing addon documentation [#61](https://github.com/chromaui/addon-visual-tests/pull/61) ([@jonniebigodes](https://github.com/jonniebigodes))

#### 📝 Documentation

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ This is a [known issue](https://github.com/storybookjs/storybook/issues/22431#is

Alternatively, you could use a different package manager ([npm](https://www.npmjs.com/), [pnpm](https://pnpm.io/installation)).

## Version compatibility

Version `3.0.0` and up of this addon requires _at least_ Storybook `8.2.0`. If you need support for Storybook `8.0` or `8.1`, you need to use version `2.0.2` of this addon.

### License

[MIT](https://github.com/storybookjs/addon-coverage/blob/main/LICENSE)

0 comments on commit 1e6e793

Please sign in to comment.