Skip to content

Commit

Permalink
Version Packages (#1706)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 29, 2023
1 parent c3c8f76 commit e2316aa
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-pans-fail.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# website

## 1.0.33

### Patch Changes

- Updated dependencies [[`c3c8f761`](https://github.com/imbhargav5/rooks/commit/c3c8f76171c88df81df58acb5a4905d7a646c14d)]:
- [email protected]

## 1.0.32

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "1.0.32",
"version": "1.0.33",
"main": "index.js",
"license": "MIT",
"private": true,
Expand All @@ -18,7 +18,7 @@
"react-is": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
"remark-remove-comments": "^0.2.0",
"rooks": "7.9.0"
"rooks": "7.10.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.3.0",
Expand All @@ -34,7 +34,7 @@
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-remove-comments": "^0.2.0",
"rooks": "7.9.0",
"rooks": "7.10.0",
"tsconfig": "*",
"typescript": "^4.9.5"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/rooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rooks

## 7.10.0

### Minor Changes

- [`c3c8f761`](https://github.com/imbhargav5/rooks/commit/c3c8f76171c88df81df58acb5a4905d7a646c14d) Thanks [@imbhargav5](https://github.com/imbhargav5)! - add useUndoRedoState hook

## 7.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rooks",
"version": "7.9.0",
"version": "7.10.0",
"description": "Essential React custom hooks ⚓ to super charge your components!",
"module": "dist/esm/index.js",
"main": "dist/cjs/index.js",
Expand Down

1 comment on commit e2316aa

@vercel
Copy link

@vercel vercel bot commented on e2316aa Mar 29, 2023

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.