Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 17, 2020
1 parent d787303 commit 22375a2
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-terms-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-goats-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-tips-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-suns-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-jokes-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-lemons-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-ads-poke.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# react-select

## 3.1.0

### Minor Changes

- [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)

### Patch Changes

- [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
- [d787303](https://github.com/JedWatson/react-select/commit/d78730377e25658a5df2930faee54574e757d463) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Allow the input component to be a `textarea` element
- [d787303](https://github.com/JedWatson/react-select/commit/d78730377e25658a5df2930faee54574e757d463) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add aria attributes to dummy input
- [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.
- [d787303](https://github.com/JedWatson/react-select/commit/d78730377e25658a5df2930faee54574e757d463) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Update react-transition-group to ^4.3.0
- [d787303](https://github.com/JedWatson/react-select/commit/d78730377e25658a5df2930faee54574e757d463) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Enable Babel loose mode to improve bundle size

## 3.0.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "3.0.8",
"version": "3.1.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 22375a2

Please sign in to comment.