Skip to content

Commit

Permalink
release: bump package(s) (#40)
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] committed Feb 16, 2022
1 parent d4774a9 commit 4222226
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/plenty-ghosts-crash.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- [#39](https://github.com/dwarvesf/react-toolkit/pull/39)
[`d4774a9`](https://github.com/dwarvesf/react-toolkit/commit/d4774a969704ce0b012c0c0b455d756d1de75cd7)
Thanks [@tuanddd](https://github.com/tuanddd)! - Add `usePagination` hook

### Patch Changes

- Updated dependencies
[[`d4774a9`](https://github.com/dwarvesf/react-toolkit/commit/d4774a969704ce0b012c0c0b455d756d1de75cd7)]:
- @dwarvesf/react-hooks@0.7.0

## 0.1.3

### Patch Changes
Expand Down
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.1.3",
"version": "0.2.0",
"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.6.2",
"@dwarvesf/react-hooks": "^0.7.0",
"@dwarvesf/react-utils": "^0.4.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.7.0

### Minor Changes

- [#39](https://github.com/dwarvesf/react-toolkit/pull/39)
[`d4774a9`](https://github.com/dwarvesf/react-toolkit/commit/d4774a969704ce0b012c0c0b455d756d1de75cd7)
Thanks [@tuanddd](https://github.com/tuanddd)! - Add `usePagination` hook

## 0.6.2

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

0 comments on commit 4222226

Please sign in to comment.