Skip to content

Commit 530ae9b

Browse files
Version Packages (#1709)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 498f4f4 commit 530ae9b

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
lines changed

.changeset/angry-melons-yawn.md

-5
This file was deleted.

apps/website/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# website
22

3+
## 1.0.35
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`498f4f40`](https://github.com/imbhargav5/rooks/commit/498f4f406eca708f6251d8913639fecc08623d4c)]:
8+
9+
310
## 1.0.34
411

512
### Patch Changes

apps/website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "1.0.34",
3+
"version": "1.0.35",
44
"main": "index.js",
55
"license": "MIT",
66
"private": true,
@@ -18,7 +18,7 @@
1818
"react-is": "^18.2.0",
1919
"react-syntax-highlighter": "^15.5.0",
2020
"remark-remove-comments": "^0.2.0",
21-
"rooks": "7.10.1"
21+
"rooks": "7.11.0"
2222
},
2323
"devDependencies": {
2424
"@mdx-js/loader": "^2.3.0",
@@ -34,7 +34,7 @@
3434
"remark-gfm": "^3.0.1",
3535
"remark-html": "^15.0.2",
3636
"remark-remove-comments": "^0.2.0",
37-
"rooks": "7.10.1",
37+
"rooks": "7.11.0",
3838
"tsconfig": "*",
3939
"typescript": "^4.9.5"
4040
},

packages/rooks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rooks
22

3+
## 7.11.0
4+
5+
### Minor Changes
6+
7+
- [`498f4f40`](https://github.com/imbhargav5/rooks/commit/498f4f406eca708f6251d8913639fecc08623d4c) Thanks [@imbhargav5](https://github.com/imbhargav5)! - Add useDocumentTitle hook
8+
39
## 7.10.1
410

511
### Patch Changes

packages/rooks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rooks",
3-
"version": "7.10.1",
3+
"version": "7.11.0",
44
"description": "Essential React custom hooks ⚓ to super charge your components!",
55
"module": "dist/esm/index.js",
66
"main": "dist/cjs/index.js",

0 commit comments

Comments
 (0)