From 22375a275dbdbe15372dcc066c1f72753ad457f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 17 Feb 2020 05:08:02 +0000 Subject: [PATCH] ci(changeset): generate PR with changelog & version updates --- .changeset/brown-terms-hear.md | 5 ----- .changeset/nine-goats-care.md | 5 ----- .changeset/old-tips-leave.md | 5 ----- .changeset/real-suns-rescue.md | 5 ----- .changeset/silent-jokes-camp.md | 5 ----- .changeset/soft-lemons-invent.md | 5 ----- .changeset/spicy-ads-poke.md | 5 ----- packages/react-select/CHANGELOG.md | 15 +++++++++++++++ packages/react-select/package.json | 2 +- 9 files changed, 16 insertions(+), 36 deletions(-) delete mode 100644 .changeset/brown-terms-hear.md delete mode 100644 .changeset/nine-goats-care.md delete mode 100644 .changeset/old-tips-leave.md delete mode 100644 .changeset/real-suns-rescue.md delete mode 100644 .changeset/silent-jokes-camp.md delete mode 100644 .changeset/soft-lemons-invent.md delete mode 100644 .changeset/spicy-ads-poke.md diff --git a/.changeset/brown-terms-hear.md b/.changeset/brown-terms-hear.md deleted file mode 100644 index 76f174b24f..0000000000 --- a/.changeset/brown-terms-hear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Convert class components that don't have to be class components to function components to reduce bundle size diff --git a/.changeset/nine-goats-care.md b/.changeset/nine-goats-care.md deleted file mode 100644 index ead4342084..0000000000 --- a/.changeset/nine-goats-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": minor ---- - -Add `isLoading` prop support to the AsyncSelect component (see #3690) diff --git a/.changeset/old-tips-leave.md b/.changeset/old-tips-leave.md deleted file mode 100644 index 815e39d0c9..0000000000 --- a/.changeset/old-tips-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Allow the input component to be a `textarea` element diff --git a/.changeset/real-suns-rescue.md b/.changeset/real-suns-rescue.md deleted file mode 100644 index 123f906beb..0000000000 --- a/.changeset/real-suns-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Add aria attributes to dummy input diff --git a/.changeset/silent-jokes-camp.md b/.changeset/silent-jokes-camp.md deleted file mode 100644 index 40acfb6cf9..0000000000 --- a/.changeset/silent-jokes-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"react-select": patch ---- - -Fix Flow issues. Refer to the linked PR for more details on the specific issues. diff --git a/.changeset/soft-lemons-invent.md b/.changeset/soft-lemons-invent.md deleted file mode 100644 index eabbcc00b0..0000000000 --- a/.changeset/soft-lemons-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Update react-transition-group to ^4.3.0 diff --git a/.changeset/spicy-ads-poke.md b/.changeset/spicy-ads-poke.md deleted file mode 100644 index 8e99e82e3e..0000000000 --- a/.changeset/spicy-ads-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Enable Babel loose mode to improve bundle size diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 85614d4847..9cec8dfc1d 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -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 diff --git a/packages/react-select/package.json b/packages/react-select/package.json index 19b96d05fd..260bbdd0e7 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -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",