Skip to content

Commit

Permalink
release: bump package(s) (#57)
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 29, 2023
1 parent b4f230f commit cd279dc
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-insects-pull.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.3.0

### Minor Changes

- [#56](https://github.com/dwarvesf/react-toolkit/pull/56)
[`b4f230f`](https://github.com/dwarvesf/react-toolkit/commit/b4f230f017bc54be899c21165d22d22e2c87a7bb)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Expose onOpenChange

### Patch Changes

- Updated dependencies
[[`b4f230f`](https://github.com/dwarvesf/react-toolkit/commit/b4f230f017bc54be899c21165d22d22e2c87a7bb)]:
- @dwarvesf/react-hooks@0.8.0

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "next",
Expand All @@ -20,7 +20,7 @@
"@chakra-ui/utils": "1.8.2",
"@docsearch/react": "^3.0.0",
"@docusaurus/utils": "^2.0.0-alpha.69",
"@dwarvesf/react-hooks": "^0.7.0",
"@dwarvesf/react-hooks": "^0.8.0",
"@dwarvesf/react-utils": "^0.4.1",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
Expand Down
7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @dwarvesf/example

## 1.0.1
### Patch Changes

- Updated dependencies [[`b4f230f`](https://github.com/dwarvesf/react-toolkit/commit/b4f230f017bc54be899c21165d22d22e2c87a7bb)]:
- @dwarvesf/react-hooks@0.8.0
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dwarvesf/example",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
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.8.0

### Minor Changes

- [#56](https://github.com/dwarvesf/react-toolkit/pull/56)
[`b4f230f`](https://github.com/dwarvesf/react-toolkit/commit/b4f230f017bc54be899c21165d22d22e2c87a7bb)
Thanks [@zlatanpham](https://github.com/zlatanpham)! - Expose onOpenChange

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

0 comments on commit cd279dc

Please sign in to comment.