Skip to content

Commit

Permalink
v0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloprado committed Aug 4, 2022
1 parent 8da6403 commit 127c409
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@eduzz/houston-workspaces",
"version": "0.57.2",
"version": "0.58.0",
"workspaces": [
"src/pages/*",
"src/dev",
Expand Down
12 changes: 6 additions & 6 deletions src/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@eduzz/houston-dev",
"version": "0.57.2",
"version": "0.58.0",
"private": true,
"dependencies": {
"@eduzz/apps-toolbar-react": "latest",
"@eduzz/houston-experimental": "0.57.2",
"@eduzz/houston-forms": "0.57.2",
"@eduzz/houston-hooks": "0.57.2",
"@eduzz/houston-icons": "0.57.2",
"@eduzz/houston-ui": "0.57.2",
"@eduzz/houston-experimental": "0.58.0",
"@eduzz/houston-forms": "0.58.0",
"@eduzz/houston-hooks": "0.58.0",
"@eduzz/houston-icons": "0.58.0",
"@eduzz/houston-ui": "0.58.0",
"react": "^17",
"react-dom": "^17",
"react-router-dom": "^6.3.0",
Expand Down
12 changes: 6 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "@eduzz/docs",
"version": "0.57.2",
"version": "0.58.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build && next export"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@eduzz/houston-experimental": "0.57.2",
"@eduzz/houston-forms": "0.57.2",
"@eduzz/houston-hooks": "0.57.2",
"@eduzz/houston-icons": "0.57.2",
"@eduzz/houston-ui": "0.57.2",
"@eduzz/houston-experimental": "0.58.0",
"@eduzz/houston-forms": "0.58.0",
"@eduzz/houston-hooks": "0.58.0",
"@eduzz/houston-icons": "0.58.0",
"@eduzz/houston-ui": "0.58.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"dokz": "2.0.9",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eduzz/houston-core",
"version": "0.57.2",
"version": "0.58.0",
"description": "Houston Core",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/eslint-config-houston",
"private": false,
"version": "0.57.2",
"version": "0.58.0",
"description": "Eduzz Houston Eslint Config",
"author": "Eduzz Team",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions src/pages/experimental/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-experimental",
"description": "Eduzz Houston Experimental",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -16,9 +16,9 @@
"url": "https://github.com/eduzz/houston/issues"
},
"dependencies": {
"@eduzz/houston-ui": "0.57.2",
"@eduzz/houston-hooks": "0.57.2",
"@eduzz/houston-icons": "0.57.2",
"@eduzz/houston-ui": "0.58.0",
"@eduzz/houston-hooks": "0.58.0",
"@eduzz/houston-icons": "0.58.0",
"@emotion/css": "^11",
"@mui/material": "^5",
"@mui/styles": "^5",
Expand All @@ -27,6 +27,6 @@
"tslib": "^2"
},
"peerDependencies": {
"@eduzz/houston-core": "0.57.2"
"@eduzz/houston-core": "0.58.0"
}
}
8 changes: 4 additions & 4 deletions src/pages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eduzz/houston-forms",
"version": "0.57.2",
"version": "0.58.0",
"description": "Houston Forms",
"main": "index.js",
"types": "./index.d.ts",
Expand All @@ -17,16 +17,16 @@
},
"dependencies": {
"formik": "^2.2.9",
"@eduzz/houston-core": "0.57.2",
"@eduzz/houston-hooks": "0.57.2",
"@eduzz/houston-core": "0.58.0",
"@eduzz/houston-hooks": "0.58.0",
"react-hook-form": "^7",
"@hookform/resolvers": "^2",
"@hookform/error-message": "^2.0.0",
"zod": "^3.17.3",
"yup": "^0.32.11"
},
"peerDependencies": {
"@eduzz/houston-core": "0.57.2"
"@eduzz/houston-core": "0.58.0"
},
"devDependencies": {}
}
4 changes: 2 additions & 2 deletions src/pages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-hooks",
"description": "Eduzz Houston Hooks",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -16,7 +16,7 @@
"url": "https://github.com/eduzz/houston/issues"
},
"dependencies": {
"@eduzz/houston-core": "0.57.2",
"@eduzz/houston-core": "0.58.0",
"lodash": "^4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-icons",
"description": "Eduzz Houston Icons",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-styles",
"description": "Eduzz Houston Style",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -16,7 +16,7 @@
"url": "https://github.com/eduzz/houston/issues"
},
"dependencies": {
"@eduzz/houston-tokens": "0.57.2",
"@eduzz/houston-tokens": "0.58.0",
"@emotion/css": "^11",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-tokens",
"description": "Eduzz Houston Tokens",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
14 changes: 7 additions & 7 deletions src/pages/ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@eduzz/houston-ui",
"description": "Eduzz Houston Components UI",
"version": "0.57.2",
"version": "0.58.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -16,11 +16,11 @@
"url": "https://github.com/eduzz/houston/issues"
},
"dependencies": {
"@eduzz/houston-core": "0.57.2",
"@eduzz/houston-hooks": "0.57.2",
"@eduzz/houston-icons": "0.57.2",
"@eduzz/houston-styles": "0.57.2",
"@eduzz/houston-forms": "0.57.2",
"@eduzz/houston-core": "0.58.0",
"@eduzz/houston-hooks": "0.58.0",
"@eduzz/houston-icons": "0.58.0",
"@eduzz/houston-styles": "0.58.0",
"@eduzz/houston-forms": "0.58.0",
"@emotion/css": "^11",
"@emotion/react": "^11",
"@emotion/styled": "^11",
Expand All @@ -38,7 +38,7 @@
"@mui/x-date-pickers": "5.0.0-alpha.7"
},
"peerDependencies": {
"@eduzz/houston-core": "0.57.2",
"@eduzz/houston-core": "0.58.0",
"@material-ui/core": "^4",
"@material-ui/icons": "^4",
"@material-ui/lab": "^4"
Expand Down

0 comments on commit 127c409

Please sign in to comment.