Skip to content

Commit 6d28ed7

Browse files
Export FilterOptionOption (#5993)
* exported FilterOptionOption * Revert "exported FilterOptionOption" This reverts commit 0c512c4. * exported FilterOptionOption * upgraded to node v20 * fixed build check * updated docker build image * switch to node 16 after yarn install * Fix build * Add changeset for exported FilterOptionOption * Update wild-seahorses-fix.md --------- Co-authored-by: Nathan Bierema <nbierema@gmail.com>
1 parent 179b816 commit 6d28ed7

File tree

8 files changed

+15579
-16408
lines changed

8 files changed

+15579
-16408
lines changed

.changeset/wild-seahorses-fix.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'react-select': minor
3+
---
4+
5+
Export the `FilterOptionOption` type

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
docker_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

.codesandbox/ci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"buildCommand": "build",
33
"packages": ["packages/*"],
44
"sandboxes": ["nfmxw"],
5-
"node": "16"
5+
"node": "20"
66
}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
22

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
publish = "docs/dist"
44

55
[build.environment]
6-
YARN_VERSION = "1.22.19"
6+
YARN_VERSION = "1.22.22"

packages/react-select/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import Select from './Select';
22
import type { GroupBase } from './types';
3+
export type { FilterOptionOption } from './filters';
34
import useStateManager from './useStateManager';
45

56
export { default } from './stateManager';

yarn.lock

Lines changed: 15566 additions & 16401 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)