Skip to content

Commit

Permalink
chore: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloprado committed Jan 5, 2023
1 parent a71fd48 commit b5026c3
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 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": "1.4.0-beta.0",
"version": "1.4.0",
"workspaces": [
"src/pages/*",
"src/dev",
Expand Down
10 changes: 5 additions & 5 deletions src/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@eduzz/houston-dev",
"version": "1.4.0-beta.0",
"version": "1.4.0",
"private": true,
"dependencies": {
"@eduzz/houston-forms": "1.4.0-beta.0",
"@eduzz/houston-hooks": "1.4.0-beta.0",
"@eduzz/houston-icons": "1.4.0-beta.0",
"@eduzz/houston-ui": "1.4.0-beta.0",
"@eduzz/houston-forms": "1.4.0",
"@eduzz/houston-hooks": "1.4.0",
"@eduzz/houston-icons": "1.4.0",
"@eduzz/houston-ui": "1.4.0",
"react-dom": "^18",
"react-router-dom": "^6.4.1",
"react-scripts": "^5.0.1",
Expand Down
10 changes: 5 additions & 5 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@eduzz/docs",
"version": "1.4.0-beta.0",
"version": "1.4.0",
"private": true,
"scripts": {
"start": "next dev",
"build": "next build && next export"
},
"dependencies": {
"@chakra-ui/react": "^1.8.8",
"@eduzz/houston-forms": "1.4.0-beta.0",
"@eduzz/houston-hooks": "1.4.0-beta.0",
"@eduzz/houston-icons": "1.4.0-beta.0",
"@eduzz/houston-ui": "1.4.0-beta.0",
"@eduzz/houston-forms": "1.4.0",
"@eduzz/houston-hooks": "1.4.0",
"@eduzz/houston-icons": "1.4.0",
"@eduzz/houston-ui": "1.4.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"dokz": "2.0.9",
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": "1.4.0-beta.0",
"version": "1.4.0",
"description": "Eduzz Houston Eslint Config",
"author": "Eduzz Team",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 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": "1.4.0-beta.0",
"version": "1.4.0",
"description": "Houston Forms",
"main": "index.js",
"types": "./index.d.ts",
Expand All @@ -19,7 +19,7 @@
"check-update-deps": "yarn ncu -u"
},
"dependencies": {
"@eduzz/houston-hooks": "1.4.0-beta.0",
"@eduzz/houston-hooks": "1.4.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^2",
"formik": "^2.2.9",
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.4.0-beta.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
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": "1.4.0-beta.0",
"version": "1.4.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": "1.4.0-beta.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -19,7 +19,7 @@
"check-update-deps": "yarn ncu -u"
},
"dependencies": {
"@eduzz/houston-tokens": "1.4.0-beta.0",
"@eduzz/houston-tokens": "1.4.0",
"@emotion/cache": "^11",
"@emotion/css": "^11",
"@emotion/react": "^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": "1.4.0-beta.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand Down
10 changes: 5 additions & 5 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": "1.4.0-beta.0",
"version": "1.4.0",
"main": "./index.js",
"types": "./index.d.ts",
"author": "Eduzz Team",
Expand All @@ -20,10 +20,10 @@
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@eduzz/houston-forms": "1.4.0-beta.0",
"@eduzz/houston-hooks": "1.4.0-beta.0",
"@eduzz/houston-icons": "1.4.0-beta.0",
"@eduzz/houston-styles": "1.4.0-beta.0",
"@eduzz/houston-forms": "1.4.0",
"@eduzz/houston-hooks": "1.4.0",
"@eduzz/houston-icons": "1.4.0",
"@eduzz/houston-styles": "1.4.0",
"@emotion/cache": "^11",
"@emotion/css": "^11",
"@emotion/react": "^11",
Expand Down

0 comments on commit b5026c3

Please sign in to comment.