Skip to content

Commit

Permalink
release: bump package(s) (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 18, 2021
1 parent e7a1787 commit 0c46ab6
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-countries-mate.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dwarvesf/react-toolkit-docs

## 0.0.2
### Patch Changes

- Updated dependencies [[`e7a1787`](https://github.com/dwarvesf/react-toolkit/commit/e7a17875bbf7fbf580a13a5aff6ff742d3f3a941)]:
- @dwarvesf/react-hooks@0.4.0
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dwarvesf/react-toolkit-docs",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -19,7 +19,7 @@
"@chakra-ui/utils": "1.8.2",
"@docsearch/react": "^1.0.0-alpha.27",
"@docusaurus/utils": "^2.0.0-alpha.69",
"@dwarvesf/react-hooks": "^0.3.0",
"@dwarvesf/react-hooks": "^0.4.0",
"@dwarvesf/react-utils": "^0.2.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @dwarvesf/react-hooks

## 0.4.0

### Minor Changes

- [`e7a1787`](https://github.com/dwarvesf/react-toolkit/commit/e7a17875bbf7fbf580a13a5aff6ff742d3f3a941)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Remove useFetch and
useFetchWithCache

## 0.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dwarvesf/react-hooks",
"version": "0.3.1",
"version": "0.4.0",
"description": "Official React hooks for @dwarvesf",
"author": "Dwarves Foundation",
"repository": {
Expand Down

0 comments on commit 0c46ab6

Please sign in to comment.