Skip to content

Commit 9ad152b

Browse files
committed
legitimate changeset
1 parent 7971a5b commit 9ad152b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/5877155c/changes.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"releases": [{ "name": "react-select", "type": "major" }],
3+
"dependents": [
4+
{
5+
"name": "@react-select/docs",
6+
"type": "patch",
7+
"dependencies": ["react-select"]
8+
}
9+
]
10+
}

.changeset/5877155c/changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Upgrade emotion dependency from 9.x to 10.x [#3321](https://github.com/JedWatson/react-select/pull/3321)
2+
- Normalize Values [#3416](https://github.com/JedWatson/react-select/pull/3416)
3+
- Separate entrypoints for Async, Creatable and makeAnimated [#3541](https://github.com/JedWatson/react-select/pull/3541)
4+
- UMD builds deprecated
5+
- required react peer-dependecy of 16.8

0 commit comments

Comments
 (0)