Skip to content

Commit

Permalink
chore: 1.0.0-rc.1 Release (#184)
Browse files Browse the repository at this point in the history
One step closer to first final release. `1.0.0-rc.1` highlights moving `axios`, `react`, and `react-dom` to peer dependencies, as well as various dev improvements for the library infrastructure.

Other:
------

- (**deps**) [security] bump websocket-extensions from 0.1.3 to 0.1.4 (#36)
- (**deps-dev**) bump @babel/core from 7.10.2 to 7.10.3 (#40)
- (**deps-dev**) bump @babel/cli from 7.10.1 to 7.10.3 (#41)
- (**deps-dev**) bump @babel/preset-env from 7.10.2 to 7.10.3 (#39)
- (**deps-dev**) bump @babel/preset-react from 7.10.1 to 7.10.4 (#42)
- (**deps-dev**) bump @babel/preset-env from 7.10.3 to 7.10.4 (#45)
- (**deps-dev**) bump @babel/core from 7.10.3 to 7.10.4 (#44)
- (**deps-dev**) bump @babel/cli from 7.10.3 to 7.10.4 (#43)
- Bump pre-commit hooks
- Bump github actions to use
- (**deps-dev**) bump @babel/core from 7.10.4 to 7.10.5 (#51)
- (**deps**) [security] bump lodash from 4.17.15 to 4.17.19 (#49)
- (**deps-dev**) bump @babel/cli from 7.10.4 to 7.10.5 (#50)
- (**deps**) [security] bump elliptic from 6.5.2 to 6.5.3 (#52)
- (**deps-dev**) bump @babel/preset-env from 7.10.4 to 7.11.0 (#54)
- (**deps-dev**) bump @babel/core from 7.10.5 to 7.11.0 (#53)
- (**deps-dev**) bump @babel/core from 7.11.0 to 7.11.1 (#55)
- Exclude .github directory from prettier check
- Create Dependabot config file (#56)
- Bump GitHub actions to use
- Bump pre-commit hooks
- Bump dependencies
- (**deps-dev**) bump @babel/preset-env from 7.11.0 to 7.11.5 (#78)
- (**deps-dev**) bump @storybook/react from 6.0.19 to 6.0.21 (#75)
- (**deps-dev**) bump @storybook/addon-links from 6.0.19 to 6.0.21 (#77)
- (**deps-dev**) bump @babel/cli from 7.10.5 to 7.11.5 (#76)
- (**deps-dev**) bump @storybook/addons from 6.0.19 to 6.0.21 (#74)
- (**deps-dev**) bump @storybook/addon-actions from 6.0.19 to 6.0.21 (#73)
- (**deps-dev**) bump @babel/core from 7.11.4 to 7.11.5 (#72)
- (**deps-dev**) bump @storybook/addon-storysource from 6.0.19 to 6.0.21 (#71)
- (**deps**) bump node-fetch from 2.6.0 to 2.6.1 (#79)
- (**deps-dev**) bump @babel/cli from 7.11.5 to 7.11.6 (#83)
- (**deps-dev**) bump @storybook/addon-links from 6.0.21 to 6.0.22 (#86)
- (**deps-dev**) bump @storybook/addon-actions from 6.0.21 to 6.0.22 (#85)
- (**deps-dev**) bump @babel/core from 7.11.5 to 7.11.6 (#84)
- (**deps-dev**) bump @storybook/addon-storysource from 6.0.21 to 6.0.22 (#81)
- (**deps-dev**) bump @storybook/react from 6.0.21 to 6.0.22 (#82)
- (**deps-dev**) bump @storybook/addons from 6.0.21 to 6.0.22 (#80)
- (**deps**) bump react from 16.13.1 to 16.14.0 (#89)
- (**deps**) bump axios from 0.20.0 to 0.21.0 (#94)
- Monthly maintenance (Aug 2021) (#175)
- (**deps**) bump actions/cache from 2.1.0 to 2.1.6 (#179)
- (**deps**) bump actions/checkout from 2.3.2 to 2.3.4 (#178)
- (**deps**) bump actions/setup-node from 2.1.1 to 2.3.0 (#176)
- (**deps**) bump actions/setup-python from 2.1.1 to 2.2.2 (#177)
- (**deps**) bump pre-commit/action from 2.0.0 to 2.0.3 (#180)
- Update README (#181)
- [#37] Provide badabump config file (#182)
- [#37] Fix release PR workflow again (#183)

Co-authored-by: playpauseandstop <playpauseandstop@users.noreply.github.com>
  • Loading branch information
1 parent fc6c86d commit cd088c9
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 2 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,62 @@

## 1.0.0 (In Development)

One step closer to first final release. `1.0.0-rc.1` highlights moving `axios`, `react`, and `react-dom` to peer dependencies, as well as various dev improvements for the library infrastructure.

## 1.0.0-rc.1 (2021-08-02)

### Other:

- (**deps**) [security] bump websocket-extensions from 0.1.3 to 0.1.4 (#36)
- (**deps-dev**) bump @babel/core from 7.10.2 to 7.10.3 (#40)
- (**deps-dev**) bump @babel/cli from 7.10.1 to 7.10.3 (#41)
- (**deps-dev**) bump @babel/preset-env from 7.10.2 to 7.10.3 (#39)
- (**deps-dev**) bump @babel/preset-react from 7.10.1 to 7.10.4 (#42)
- (**deps-dev**) bump @babel/preset-env from 7.10.3 to 7.10.4 (#45)
- (**deps-dev**) bump @babel/core from 7.10.3 to 7.10.4 (#44)
- (**deps-dev**) bump @babel/cli from 7.10.3 to 7.10.4 (#43)
- Bump pre-commit hooks
- Bump github actions to use
- (**deps-dev**) bump @babel/core from 7.10.4 to 7.10.5 (#51)
- (**deps**) [security] bump lodash from 4.17.15 to 4.17.19 (#49)
- (**deps-dev**) bump @babel/cli from 7.10.4 to 7.10.5 (#50)
- (**deps**) [security] bump elliptic from 6.5.2 to 6.5.3 (#52)
- (**deps-dev**) bump @babel/preset-env from 7.10.4 to 7.11.0 (#54)
- (**deps-dev**) bump @babel/core from 7.10.5 to 7.11.0 (#53)
- (**deps-dev**) bump @babel/core from 7.11.0 to 7.11.1 (#55)
- Exclude .github directory from prettier check
- Create Dependabot config file (#56)
- Bump GitHub actions to use
- Bump pre-commit hooks
- Bump dependencies
- (**deps-dev**) bump @babel/preset-env from 7.11.0 to 7.11.5 (#78)
- (**deps-dev**) bump @storybook/react from 6.0.19 to 6.0.21 (#75)
- (**deps-dev**) bump @storybook/addon-links from 6.0.19 to 6.0.21 (#77)
- (**deps-dev**) bump @babel/cli from 7.10.5 to 7.11.5 (#76)
- (**deps-dev**) bump @storybook/addons from 6.0.19 to 6.0.21 (#74)
- (**deps-dev**) bump @storybook/addon-actions from 6.0.19 to 6.0.21 (#73)
- (**deps-dev**) bump @babel/core from 7.11.4 to 7.11.5 (#72)
- (**deps-dev**) bump @storybook/addon-storysource from 6.0.19 to 6.0.21 (#71)
- (**deps**) bump node-fetch from 2.6.0 to 2.6.1 (#79)
- (**deps-dev**) bump @babel/cli from 7.11.5 to 7.11.6 (#83)
- (**deps-dev**) bump @storybook/addon-links from 6.0.21 to 6.0.22 (#86)
- (**deps-dev**) bump @storybook/addon-actions from 6.0.21 to 6.0.22 (#85)
- (**deps-dev**) bump @babel/core from 7.11.5 to 7.11.6 (#84)
- (**deps-dev**) bump @storybook/addon-storysource from 6.0.21 to 6.0.22 (#81)
- (**deps-dev**) bump @storybook/react from 6.0.21 to 6.0.22 (#82)
- (**deps-dev**) bump @storybook/addons from 6.0.21 to 6.0.22 (#80)
- (**deps**) bump react from 16.13.1 to 16.14.0 (#89)
- (**deps**) bump axios from 0.20.0 to 0.21.0 (#94)
- Monthly maintenance (Aug 2021) (#175)
- (**deps**) bump actions/cache from 2.1.0 to 2.1.6 (#179)
- (**deps**) bump actions/checkout from 2.3.2 to 2.3.4 (#178)
- (**deps**) bump actions/setup-node from 2.1.1 to 2.3.0 (#176)
- (**deps**) bump actions/setup-python from 2.1.1 to 2.2.2 (#177)
- (**deps**) bump pre-commit/action from 2.0.0 to 2.0.3 (#180)
- Update README (#181)
- [#37] Provide badabump config file (#182)
- [#37] Fix release PR workflow again (#183)

### 1.0.0-rc.0 (2020-06-02)

- Better dependency management for `useRequest` hook: load new API data on
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-sadness",
"version": "1.0.0-rc.0",
"version": "1.0.0-rc.1",
"description": "useRequest hook & set of components for requesting API data within React applications",
"scripts": {
"build-storybook": "build-storybook -c .storybook/ -o build/",
Expand Down

1 comment on commit cd088c9

@vercel
Copy link

@vercel vercel bot commented on cd088c9 Aug 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.