From 445c8b224427e9f4e3ff8444ae42db3c6cb2bcda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2019 05:27:45 +0000 Subject: [PATCH] Version Packages --- .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..ef4193caff 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,20 @@ # react-select +## 3.1.0 + +### Minor Changes + +- [4cf6c43c](https://github.com/JedWatson/react-select/commit/4cf6c43cc17a01b043fb60b33cad355d433fdf8c) [#3690](https://github.com/JedWatson/react-select/pull/3690) Thanks [@JedWatson](https://github.com/JedWatson)! - Add `isLoading` prop support to the AsyncSelect component (see #3690) + +### Patch Changes + +- [563b046a](https://github.com/JedWatson/react-select/commit/563b046a57a94c47950e62cedc4ce1c489f19f91) [#3794](https://github.com/JedWatson/react-select/pull/3794) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Convert class components that don't have to be class components to function components to reduce bundle size +- [c7e9c697](https://github.com/JedWatson/react-select/commit/c7e9c697dada15ce3ff9a767bf914ad890080433) [#3682](https://github.com/JedWatson/react-select/pull/3682) Thanks [@JedWatson](https://github.com/JedWatson)! - Allow the input component to be a `textarea` element +- [3c7de0de](https://github.com/JedWatson/react-select/commit/3c7de0de52826fe74d303a01475c43fe88256156) [#3090](https://github.com/JedWatson/react-select/pull/3090) Thanks [@akiselev](https://github.com/akiselev)! - Add aria attributes to dummy input +- [d2a820ef](https://github.com/JedWatson/react-select/commit/d2a820efc70835adf864169eebc76947783a15e2) [#3537](https://github.com/JedWatson/react-select/pull/3537) Thanks [@jdelStrother](https://github.com/jdelStrother)! - Fix Flow issues. Refer to the linked PR for more details on the specific issues. +- [fc52085b](https://github.com/JedWatson/react-select/commit/fc52085b969b1b6f53adf29d52469db9560b828c) [#3662](https://github.com/JedWatson/react-select/pull/3662) Thanks [@eemeli](https://github.com/eemeli)! - Update react-transition-group to ^4.3.0 +- [edb18dd3](https://github.com/JedWatson/react-select/commit/edb18dd3d65b8fbc342bde9e805c5e3293ab6e37) [#3797](https://github.com/JedWatson/react-select/pull/3797) 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",