Skip to content

Commit

Permalink
release: bump package(s) (#28)
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 Nov 18, 2021
1 parent 4873f81 commit 4bf7daf
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/real-penguins-change.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- [#27](https://github.com/dwarvesf/react-toolkit/pull/27)
[`4873f81`](https://github.com/dwarvesf/react-toolkit/commit/4873f81ed44b88aee71424f78246eb6fd57af186)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Add onClickOutside hook

- Updated dependencies
[[`4873f81`](https://github.com/dwarvesf/react-toolkit/commit/4873f81ed44b88aee71424f78246eb6fd57af186)]:
- @dwarvesf/react-hooks@0.5.0

## 0.0.2

### Patch Changes

- Updated dependencies [[`e7a1787`](https://github.com/dwarvesf/react-toolkit/commit/e7a17875bbf7fbf580a13a5aff6ff742d3f3a941)]:
- 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.2",
"version": "0.0.3",
"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.4.0",
"@dwarvesf/react-hooks": "^0.5.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.5.0

### Minor Changes

- [#27](https://github.com/dwarvesf/react-toolkit/pull/27)
[`4873f81`](https://github.com/dwarvesf/react-toolkit/commit/4873f81ed44b88aee71424f78246eb6fd57af186)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Add onClickOutside hook

## 0.4.0

### Minor 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.4.0",
"version": "0.5.0",
"description": "Official React hooks for @dwarvesf",
"author": "Dwarves Foundation",
"repository": {
Expand Down

0 comments on commit 4bf7daf

Please sign in to comment.