Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2021
1 parent d074ffb commit 1c8fdd6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-berries-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-eagles-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-zebras-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-bobcats-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-ways-listen.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/react-select/CHANGELOG.md
@@ -1,5 +1,21 @@
# react-select

## 5.2.0

### Minor Changes

- [`6c7a3d1e`](https://github.com/JedWatson/react-select/commit/6c7a3d1e07b7d6a8f484a829e69b20eae5a92b91) [#4785](https://github.com/JedWatson/react-select/pull/4785) Thanks [@Rall3n](https://github.com/Rall3n)! - Add `prevInputValue` to action meta

- [`b522ac65`](https://github.com/JedWatson/react-select/commit/b522ac658f85701ecf413436f3cf8d8d49117c82) [#4860](https://github.com/JedWatson/react-select/pull/4860) Thanks [@ebonow](https://github.com/ebonow)! - Fix animated MultiValue transitions when being removed and change method used to generate unqiue keys for Option components. Closes #4844 , closes #4602

### Patch Changes

- [`417e7217`](https://github.com/JedWatson/react-select/commit/417e721786af309ede9b35983a18df89363cd1c5) [#4842](https://github.com/JedWatson/react-select/pull/4842) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove src directory from published package

- [`480ea85b`](https://github.com/JedWatson/react-select/commit/480ea85bed6f7c90c45d14884b4ec1105d92971a) [#4846](https://github.com/JedWatson/react-select/pull/4846) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Add missing index to MultiValue props type

- [`b8e34472`](https://github.com/JedWatson/react-select/commit/b8e34472d352a87e9687027a5c3f4ed767984177) [#4854](https://github.com/JedWatson/react-select/pull/4854) Thanks [@mikunpham](https://github.com/mikunpham)! - Make input container css re-compute whenever input value changes due to a bug from `@emotion/react` in development env.

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "5.1.0",
"version": "5.2.0",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",
Expand Down

0 comments on commit 1c8fdd6

Please sign in to comment.