File tree Expand file tree Collapse file tree 8 files changed +15579
-16408
lines changed
packages/react-select/src Expand file tree Collapse file tree 8 files changed +15579
-16408
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' react-select ' : minor
3+ ---
4+
5+ Export the ` FilterOptionOption ` type
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: 2
22
33docker_defaults : &docker_defaults
44 docker :
5- - image : cypress/browsers:node16.17.1-chrome106-ff105-edge
5+ - image : cypress/browsers:latest
66 environment :
77 TERM : xterm
88 working_directory : ~/project/repo
Original file line number Diff line number Diff line change 22 "buildCommand" : " build" ,
33 "packages" : [" packages/*" ],
44 "sandboxes" : [" nfmxw" ],
5- "node" : " 16 "
5+ "node" : " 20 "
66}
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2424 fetch-depth : 0
2525
26- - name : Setup Node.js 16 .x
27- uses : actions/setup-node@v3
26+ - name : Setup Node.js 22 .x
27+ uses : actions/setup-node@v4
2828 with :
29- node-version : 16 .x
29+ node-version : 22 .x
3030
3131 - name : Install Dependencies
3232 run : yarn
Original file line number Diff line number Diff line change 1- 16
1+ 22
Original file line number Diff line number Diff line change 33 publish = " docs/dist"
44
55[build .environment ]
6- YARN_VERSION = " 1.22.19 "
6+ YARN_VERSION = " 1.22.22 "
Original file line number Diff line number Diff line change 11import Select from './Select' ;
22import type { GroupBase } from './types' ;
3+ export type { FilterOptionOption } from './filters' ;
34import useStateManager from './useStateManager' ;
45
56export { default } from './stateManager' ;
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments