Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 16, 2022
1 parent 34f9a1e commit c673feb
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/weak-roses-decide.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
@@ -1,5 +1,14 @@
# @react-select/docs

## 3.1.3

### Patch Changes

- [`0773095f`](https://github.com/JedWatson/react-select/commit/0773095f4990b636f64ae7d0ab593353a1e03b22) [#5457](https://github.com/JedWatson/react-select/pull/5457) Thanks [@nderkim](https://github.com/nderkim)! - Add classNames API and unstyled prop

- Updated dependencies [0773095f]:
- react-select@undefined

## 3.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@react-select/docs",
"private": true,
"version": "3.1.2",
"version": "3.1.3",
"main": "dist/docs.cjs.js",
"author": "Jed Watson",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"react-helmet": "^5.2.0",
"react-markings": "^1.3.0",
"react-router-dom": "^4.2.2",
"react-select": "^5.5.9",
"react-select": "^5.7.0",
"react-sortable-hoc": "^1.9.1",
"react-syntax-highlighter": "^7.0.1",
"style-loader": "^0.23.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-select/CHANGELOG.md
@@ -1,5 +1,11 @@
# react-select

## 5.7.0

### Minor Changes

- [`0773095f`](https://github.com/JedWatson/react-select/commit/0773095f4990b636f64ae7d0ab593353a1e03b22) [#5457](https://github.com/JedWatson/react-select/pull/5457) Thanks [@nderkim](https://github.com/nderkim)! - Add classNames API and unstyled prop

## 5.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-select/package.json
@@ -1,6 +1,6 @@
{
"name": "react-select",
"version": "5.6.1",
"version": "5.7.0",
"description": "A Select control built with and for ReactJS",
"main": "dist/react-select.cjs.js",
"module": "dist/react-select.esm.js",
Expand Down

0 comments on commit c673feb

Please sign in to comment.