Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Version Packages #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fluffy-beans-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-seas-whisper.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-grapes-sneeze.md

This file was deleted.

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

## 3.1.2

### Patch Changes

- [3b9f2177](https://github.com/react-select-oss/react-select/commit/3b9f2177b1d1817c5c7e73c62743e9da79cc29eb) [#24](https://github.com/react-select-oss/react-select/pull/24) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Use OSS version of react-input-autosize

- [cb7de024](https://github.com/react-select-oss/react-select/commit/cb7de024c8fc76bc567dfdf273a0be60fac88c8f) [#20](https://github.com/react-select-oss/react-select/pull/20) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove UNSAFE React methods from Async

- [93d3ab7d](https://github.com/react-select-oss/react-select/commit/93d3ab7daf5db4ed99117ca917c9c987dbc7aed1) [#22](https://github.com/react-select-oss/react-select/pull/22) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Remove UNSAFE React methods from Creatable

## 3.1.1

### 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-oss",
"version": "3.1.1",
"version": "3.1.2",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select-oss.cjs.js",
"module": "dist/react-select-oss.esm.js",
Expand Down