Skip to content

Commit

Permalink
Version Packages (alpha) (#1246)
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 Aug 17, 2022
1 parent 9ca2be6 commit 4b8f278
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"rooks": "6.4.2",
"tsconfig": "0.0.0"
},
"changesets": []
"changesets": [
"tiny-rabbits-reply"
]
}
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.9-alpha.0

### Patch Changes

- Updated dependencies [9ca2be66]
- rooks@7.0.0-alpha.0

## 1.0.8

### 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.8",
"version": "1.0.9-alpha.0",
"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": "6.4.2"
"rooks": "7.0.0-alpha.0"
},
"devDependencies": {
"@mdx-js/loader": "^2.1.2",
Expand All @@ -34,7 +34,7 @@
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1",
"remark-remove-comments": "^0.2.0",
"rooks": "6.4.2",
"rooks": "7.0.0-alpha.0",
"tsconfig": "*",
"typescript": "^4.5.3"
},
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.0.0-alpha.0

### Major Changes

- 9ca2be66: useFullscreen hook rewrite

## 6.4.2

### Patch 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": "6.4.2",
"version": "7.0.0-alpha.0",
"description": "Essential React custom hooks ⚓ to super charge your components!",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 4b8f278

Please sign in to comment.