Skip to content

Commit 5986080

Browse files
ci(changeset): generate PR with changelog & version updates
1 parent 83b48de commit 5986080

File tree

10 files changed

+17
-41
lines changed

10 files changed

+17
-41
lines changed

.changeset/angry-cherries-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/brown-terms-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nine-goats-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-tips-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-suns-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silent-jokes-camp.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/soft-lemons-invent.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-ads-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-select/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# react-select
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Add `isLoading` prop support to the AsyncSelect component (see #3690)
8+
9+
### Patch Changes
10+
11+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Fix for not focusing the selected value when the menu opens
12+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Convert class components that don't have to be class components to function components to reduce bundle size
13+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Allow the input component to be a `textarea` element
14+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Add aria attributes to dummy input
15+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Fix Flow issues. Refer to the linked PR for more details on the specific issues.
16+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Update react-transition-group to ^4.3.0
17+
- [83b48de](https://github.com/JedWatson/react-select/commit/83b48de4a18263b361744fc5e89d9b9845b26e4f) [#3868](https://github.com/JedWatson/react-select/pull/3868) Thanks [@Tirzono](https://github.com/Tirzono)! - Enable Babel loose mode to improve bundle size
18+
319
## 3.0.8
420

521
### Patch Changes

packages/react-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "3.0.8",
3+
"version": "3.1.0",
44
"description": "A Select control built with and for ReactJS",
55
"main": "dist/react-select.cjs.js",
66
"module": "dist/react-select.esm.js",

0 commit comments

Comments
 (0)