Skip to content

Commit

Permalink
v1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed May 10, 2022
1 parent ae026b8 commit 777a006
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/docs",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -16,7 +16,7 @@
"@codesandbox/sandpack-react": "0.14.3",
"@mapbox/rehype-prism": "^0.6.0",
"@mdx-js/react": "^1.6.22",
"@nextui-org/react": "1.0.0-beta.6",
"@nextui-org/react": "1.0.0-beta.7",
"@types/lodash": "^4.14.170",
"algoliasearch": "^4.10.3",
"canvas-confetti": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/create-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.6",
"@nextui-org/react": "1.0.0-beta.7",
"next": "11.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@nextui-org/react": "1.0.0-beta.6",
"@nextui-org/react": "1.0.0-beta.7",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-react-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@nextui-org/react": "1.0.0-beta.6",
"@nextui-org/react": "1.0.0-beta.7",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@nextui-org/react": "^1.0.0-beta.6",
"@nextui-org/react": "^1.0.0-beta.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nextui-org/react",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"license": "MIT",
"description": "🚀 Beautiful and modern React UI library.",
"homepage": "https://nextui.org",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@nextui-org/react": "1.0.0-beta.6"
"@nextui-org/react": "1.0.0-beta.7"
},
"devDependencies": {
"@babel/core": "^7.16.7",
Expand Down

0 comments on commit 777a006

Please sign in to comment.