Skip to content

Commit 22375a2

Browse files
ci(changeset): generate PR with changelog & version updates
1 parent d787303 commit 22375a2

File tree

9 files changed

+16
-36
lines changed

9 files changed

+16
-36
lines changed

.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# react-select
22

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

520
### 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)