Skip to content

Commit

Permalink
Export FilterOptionOption (#5993)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
onihani and Methuselah96 authored Jan 24, 2025
1 parent 179b816 commit 6d28ed7
Show file tree
Hide file tree
Showing 8 changed files with 15,579 additions and 16,408 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-seahorses-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'react-select': minor
---

Export the `FilterOptionOption` type
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2

docker_defaults: &docker_defaults
docker:
- image: cypress/browsers:node16.17.1-chrome106-ff105-edge
- image: cypress/browsers:latest
environment:
TERM: xterm
working_directory: ~/project/repo
Expand Down
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"buildCommand": "build",
"packages": ["packages/*"],
"sandboxes": ["nfmxw"],
"node": "16"
"node": "20"
}
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 16.x
uses: actions/setup-node@v3
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 22.x

- name: Install Dependencies
run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
22
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
publish = "docs/dist"

[build.environment]
YARN_VERSION = "1.22.19"
YARN_VERSION = "1.22.22"
1 change: 1 addition & 0 deletions packages/react-select/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Select from './Select';
import type { GroupBase } from './types';
export type { FilterOptionOption } from './filters';
import useStateManager from './useStateManager';

export { default } from './stateManager';
Expand Down
31,967 changes: 15,566 additions & 16,401 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 6d28ed7

Please sign in to comment.