Skip to content

Commit

Permalink
Version Packages (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 16, 2021
1 parent 8cbec15 commit 87fcaf9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Expand Up @@ -11,8 +11,10 @@
"kind-birds-kiss",
"lazy-rivers-camp",
"mean-gorillas-kick",
"real-carrots-rhyme",
"selfish-dots-look",
"tame-suits-lick",
"unlucky-beans-grow",
"v5-beta"
]
}
8 changes: 8 additions & 0 deletions packages/react-select/CHANGELOG.md
@@ -1,5 +1,13 @@
# react-select

## 5.0.0-beta.2

### Patch Changes

- [ca2c0e5b](https://github.com/JedWatson/react-select/commit/ca2c0e5b18f0c862e7cb5956d0f56104ffa4255f) [#4756](https://github.com/JedWatson/react-select/pull/4756) Thanks [@fdcds](https://github.com/fdcds)! - Add `option` field to type of `CreateOptionActionMeta`

- [23cea0b5](https://github.com/JedWatson/react-select/commit/23cea0b513525bdf6282e3d03e66eff38da9e993) [#4782](https://github.com/JedWatson/react-select/pull/4782) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Fix type of loadingMessage prop to allow it to return any ReactNode

## 5.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "5.0.0-beta.1",
"version": "5.0.0-beta.2",
"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 87fcaf9

Please sign in to comment.