---
title: Version 2.7.1
description:
  Explore the changelog for Chakra UI version 2.7.1. Learn about the latest
  features, bug fixes, and improvements.
releaseUrl: https://github.com/chakra-ui/chakra-ui/pull/7731
releaseDate: June 19, 2023
version: 2.7.1
---

## @chakra-ui/storybook-addon@5.0.0

### Major Changes

- [#7678](https://github.com/chakra-ui/chakra-ui/pull/7678)
  [`8d9c878a9`](https://github.com/chakra-ui/chakra-ui/commit/8d9c878a9d6e5b82ec19bd1ec8994a75a4dc7de9)
  Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - BREAKING:
  Adds support for Storybook v7

## @chakra-ui/react@2.7.1

### Patch Changes

- [#7730](https://github.com/chakra-ui/chakra-ui/pull/7730)
  [`2456a7090`](https://github.com/chakra-ui/chakra-ui/commit/2456a7090439ebd1a1d1cdee36daa472d12ce6f7)
  Thanks [@TylerAPfledderer](https://github.com/TylerAPfledderer)! - Expose the
  skip nav components and types to the main package

  ```ts
  import {
    SkipNavLink,
    type SkipNavLinkProps,
    SkipNavContent,
    type SkipNavContentProps,
  } from '@chakra-ui/react'
  ```
