Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelltoth committed Mar 18, 2020
1 parent e828687 commit eea206e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 10.x
uses: actions/setup-node@master
Expand Down
4 changes: 2 additions & 2 deletions packages/react-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

### Patch Changes

- [414342c](https://github.com/marcelltoth/react-select-reborn/commit/414342c8354471a86dac925a6e079f2eb73bbb2e) [#9](https://github.com/marcelltoth/react-select-reborn/pull/9) Thanks [@egertaia](https://github.com/egertaia)! - Fix for not focusing the selected value when the menu opens
- [414342c](https://github.com/marcelltoth/react-select-reborn/commit/414342c8354471a86dac925a6e079f2eb73bbb2e) [#9](https://github.com/marcelltoth/react-select-reborn/pull/9) Thanks [@egertaia](https://github.com/egertaia)! - Fixing regressed change - tab should move to next dialog
- [67ec605](https://github.com/marcelltoth/react-select-reborn/commit/67ec60563f0f8b69cb883e0a510e0b237db5527a) [#3](https://github.com/marcelltoth/react-select-reborn/pull/3) Thanks [@Tirzono](https://github.com/Tirzono)! - Fix for not focusing the selected value when the menu opens
- [56ec0c8](https://github.com/marcelltoth/react-select-reborn/commit/56ec0c8dea1615da3675a2fd006e061e7b30e09b) [#6](https://github.com/marcelltoth/react-select-reborn/pull/6) Thanks [@srevenant](https://github.com/srevenant)! - Fixing regressed change - tab should move to next dialog

## 3.1.0

Expand Down

0 comments on commit eea206e

Please sign in to comment.