# Change Log

## 3.0.1

### Patch Changes

- [`06f29f8cd`](https://github.com/chakra-ui/chakra-ui/commit/06f29f8cdbb10ff1da523e0d0e958b9990d041e1)
  Thanks [@segunadebayo](https://github.com/segunadebayo)! - Bump all packages
  to resolve deps issues

## 3.0.0

### Major Changes

- [#5879](https://github.com/chakra-ui/chakra-ui/pull/5879)
  [`c390af485`](https://github.com/chakra-ui/chakra-ui/commit/c390af4859bcbcf12c982c677492cd6d4960889f)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bump all packages
  to next major for Chakra UI version 2.

* [#5989](https://github.com/chakra-ui/chakra-ui/pull/5989)
  [`ed692c0ae`](https://github.com/chakra-ui/chakra-ui/commit/ed692c0ae670bcac92b3da50d141afc6e233dee7)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Omit `src`
  directory from being published to npm

- [#5882](https://github.com/chakra-ui/chakra-ui/pull/5882)
  [`41b3119f5`](https://github.com/chakra-ui/chakra-ui/commit/41b3119f59226f7c70942d6fd0f46480f9bcf196)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bump peer
  dependency to React and ReactDOM to >=18

## 3.0.0-next.3

### Major Changes

- [#5989](https://github.com/chakra-ui/chakra-ui/pull/5989)
  [`ed692c0ae`](https://github.com/chakra-ui/chakra-ui/commit/ed692c0ae670bcac92b3da50d141afc6e233dee7)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Omit `src`
  directory from being published to npm

## 3.0.0-next.2

### Major Changes

- [#5882](https://github.com/chakra-ui/chakra-ui/pull/5882)
  [`41b3119f5`](https://github.com/chakra-ui/chakra-ui/commit/41b3119f59226f7c70942d6fd0f46480f9bcf196)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bump peer
  depencency to React and ReactDOM to >=18

## 3.0.0-next.1

### Major Changes

- [#5879](https://github.com/chakra-ui/chakra-ui/pull/5879)
  [`c390af485`](https://github.com/chakra-ui/chakra-ui/commit/c390af4859bcbcf12c982c677492cd6d4960889f)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bump all packages
  to next major for Chakra UI version 2.

## 3.0.0-next.0

### Patch Changes

- Updated dependencies
  [[`c7a1a53ac`](https://github.com/chakra-ui/chakra-ui/commit/c7a1a53ace53020e23c1b92d48ff16d8d8e95709)]:
  - @chakra-ui/react@2.0.0-next.0

## 2.0.4

### Patch Changes

- [`e1fe48cbe`](https://github.com/chakra-ui/chakra-ui/commit/e1fe48cbe37324744cfe6184d785c093cda1125e)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bumped patch
  version for every package to fix release process. Root cause was a bug in our
  CI configuration.

## 2.0.3

### Patch Changes

- [#5536](https://github.com/chakra-ui/chakra-ui/pull/5536)
  [`a503acabe`](https://github.com/chakra-ui/chakra-ui/commit/a503acabefcaea86cb7f40a6305830f09d2d6083)
  Thanks [@TimKolberger](https://github.com/TimKolberger)! - Bumped patch
  version for every package to fix release process.

## 2.0.2

### Patch Changes

- [`f44a66c42`](https://github.com/chakra-ui/chakra-ui/commit/f44a66c42f75f66fdb73e08fe6bdcc9129a98c27)
  [#4898](https://github.com/chakra-ui/chakra-ui/pull/4898) Thanks
  [@LekoArts](https://github.com/LekoArts)! - fix(gatsby-plugin): Update
  peerDependencies

  Update `peerDependencies` to include Gatsby 4

## 2.0.1

### Patch Changes

- [`dee5a15c8`](https://github.com/chakra-ui/chakra-ui/commit/dee5a15c8964607f889a83ebda9bb0e063e034cc)
  [#4017](https://github.com/chakra-ui/chakra-ui/pull/4017) Thanks
  [@LekoArts](https://github.com/LekoArts)! - Pass `pluginOptions` correctly to
  the `ChakraProvider`. Fixes https://github.com/chakra-ui/chakra-ui/issues/4014

## 2.0.0

### Major Changes

- [`e7261d536`](https://github.com/chakra-ui/chakra-ui/commit/e7261d536caf95ced36bf20931cdcd3bc7b31a4e)
  [#3841](https://github.com/chakra-ui/chakra-ui/pull/3841) Thanks
  [@LekoArts](https://github.com/LekoArts)! - Upgrading to this new major
  version is recommended for everyone as it fixes hot reloading in Gatsby (Fast
  Refresh). In the previous version changes to the shadowed `theme.js` file
  didn't trigger automatic reloading, and a manual reload was necessary.

  ## Breaking Changes

  - The `isUsingColorMode` option was removed. The `ChakraProvider` will always
    use the `ColorModeProvider`
  - The `isResettingCSS` option was renamed to `resetCSS`

  Those changes were made to use the current `ChakraProvider` and align the prop
  names.

  ## Improvements

  - Use `ChakraProvider` instead of the outdated `ThemeProvider` pattern
  - Add `initialColorMode` to the `ColorModeScript`
  - Allow Fast Refresh reloading of all theme files
  - Set stricter `peerDependency` on `gatsby` (to `^2.29.3 || ^3.0.0`)

## 1.0.2

### Patch Changes

- [`efd32c982`](https://github.com/chakra-ui/chakra-ui/commit/efd32c982cd58c1e53468743346a3b8f482b1ae3)
  Thanks [@segunadebayo](https://github.com/segunadebayo)! - - Update
  peer-dependency for gatsby
  - Remove `@chakra-ui/theme` from peer-dependency. The theme already exists in
    `@chakra-ui/react`

## 1.0.1

### Patch Changes

- [`69b9db6e`](https://github.com/chakra-ui/chakra-ui/commit/69b9db6ef1deb3070374088228c9fbb0abedfb8d)
  [#2844](https://github.com/chakra-ui/chakra-ui/pull/2844) Thanks
  [@jmiazga](https://github.com/jmiazga)! - The readme was updated but never
  published.

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0 (2020-11-13)

**Note:** Version bump only for package @chakra-ui/gatsby-plugin

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-rc.8 (2020-10-29)

### Bug Fixes

- **toast:** allow custom render in update
  ([eb8bff9](https://github.com/chakra-ui/chakra-ui/commit/eb8bff911e6ec9de0165ab1e8f5ca10d5e022459)),
  closes [#2362](https://github.com/chakra-ui/chakra-ui/issues/2362)

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-rc.7 (2020-10-25)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# 1.0.0-rc.6 (2020-10-25)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# 1.0.0-rc.5 (2020-09-27)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# 1.0.0-rc.4 (2020-09-25)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# 1.0.0-rc.3 (2020-08-30)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.0.0-rc.2 (2020-08-09)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.1](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@1.0.0-rc.0...gatsby-plugin-chakra-ui@1.0.0-rc.1) (2020-08-06)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.0](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@1.0.0-next.7...gatsby-plugin-chakra-ui@1.0.0-rc.0) (2020-07-26)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.7](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@1.0.0-next.6...gatsby-plugin-chakra-ui@1.0.0-next.7) (2020-07-26)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.6](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@1.0.0-next.5...gatsby-plugin-chakra-ui@1.0.0-next.6) (2020-07-15)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.5](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@1.0.0-next.4...gatsby-plugin-chakra-ui@1.0.0-next.5) (2020-07-15)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.4](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.4...gatsby-plugin-chakra-ui@1.0.0-next.4) (2020-07-01)

### Bug Fixes

- **gatsby-plugin:** add react import to gatsby-ssr
  ([055e359](https://github.com/chakra-ui/chakra-ui/commit/055e3592b93a1e79ab938bf797829aba9a23671f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.3](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.4...gatsby-plugin-chakra-ui@1.0.0-next.3) (2020-06-28)

### Bug Fixes

- **gatsby-plugin:** add react import to gatsby-ssr
  ([055e359](https://github.com/chakra-ui/chakra-ui/commit/055e3592b93a1e79ab938bf797829aba9a23671f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-next.2](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.4...gatsby-plugin-chakra-ui@1.0.0-next.2) (2020-06-21)

### Bug Fixes

- **gatsby-plugin:** add react import to gatsby-ssr
  ([055e359](https://github.com/chakra-ui/chakra-ui/commit/055e3592b93a1e79ab938bf797829aba9a23671f))

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.4](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.3...gatsby-plugin-chakra-ui@0.1.4) (2020-02-26)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.3](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.2...gatsby-plugin-chakra-ui@0.1.3) (2020-02-25)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.2](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.1...gatsby-plugin-chakra-ui@0.1.2) (2019-12-25)

**Note:** Version bump only for package gatsby-plugin-chakra-ui

# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.1.1](https://github.com/chakra-ui/chakra-ui/compare/gatsby-plugin-chakra-ui@0.1.0...gatsby-plugin-chakra-ui@0.1.1) (2019-12-13)

**Note:** Version bump only for package gatsby-plugin-chakra-ui
