From c5706a0d2b90f7a29bf12b760b048262ae8cc24c Mon Sep 17 00:00:00 2001 From: jonahShaf <103058622+jonahShaf@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:42:54 -0600 Subject: [PATCH 1/2] Include license in npm package (#6013) * Include license in npm package * Add changeset --- .changeset/gorgeous-windows-juggle.md | 5 +++++ packages/react-select/LICENSE | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .changeset/gorgeous-windows-juggle.md create mode 100644 packages/react-select/LICENSE diff --git a/.changeset/gorgeous-windows-juggle.md b/.changeset/gorgeous-windows-juggle.md new file mode 100644 index 0000000000..6c25b5edd4 --- /dev/null +++ b/.changeset/gorgeous-windows-juggle.md @@ -0,0 +1,5 @@ +--- +'react-select': patch +--- + +Distribute license file diff --git a/packages/react-select/LICENSE b/packages/react-select/LICENSE new file mode 100644 index 0000000000..841ac571fa --- /dev/null +++ b/packages/react-select/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2022 Jed Watson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 2a913698ad3d7759fb8e6bc5dd8a7d839227da2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:00:58 -0500 Subject: [PATCH 2/2] Version Packages (#6019) Co-authored-by: github-actions[bot] --- .changeset/gorgeous-windows-juggle.md | 5 ----- packages/react-select/CHANGELOG.md | 6 ++++++ packages/react-select/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gorgeous-windows-juggle.md diff --git a/.changeset/gorgeous-windows-juggle.md b/.changeset/gorgeous-windows-juggle.md deleted file mode 100644 index 6c25b5edd4..0000000000 --- a/.changeset/gorgeous-windows-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-select': patch ---- - -Distribute license file diff --git a/packages/react-select/CHANGELOG.md b/packages/react-select/CHANGELOG.md index 6d7583ad8b..d710c8dd11 100644 --- a/packages/react-select/CHANGELOG.md +++ b/packages/react-select/CHANGELOG.md @@ -1,5 +1,11 @@ # react-select +## 5.10.1 + +### Patch Changes + +- [`c5706a0d`](https://github.com/JedWatson/react-select/commit/c5706a0d2b90f7a29bf12b760b048262ae8cc24c) [#6013](https://github.com/JedWatson/react-select/pull/6013) Thanks [@jonahShaf](https://github.com/jonahShaf)! - Distribute license file + ## 5.10.0 ### Minor Changes diff --git a/packages/react-select/package.json b/packages/react-select/package.json index 99f0e341c8..48a74f6583 100644 --- a/packages/react-select/package.json +++ b/packages/react-select/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "5.10.0", + "version": "5.10.1", "description": "A Select control built with and for ReactJS", "main": "dist/react-select.cjs.js", "module": "dist/react-select.esm.js",