diff --git a/amplify-material-ui/package.json b/amplify-material-ui/package.json index df4a120..677c8da 100644 --- a/amplify-material-ui/package.json +++ b/amplify-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "amplify-material-ui", - "version": "0.0.7", + "version": "0.0.8", "description": "A Material-UI based implementation of aws amplify", "author": "hello@webappsolutions.de", "license": "MIT", diff --git a/e2e-tests/package.json b/e2e-tests/package.json index 34f6d9d..977fd9a 100644 --- a/e2e-tests/package.json +++ b/e2e-tests/package.json @@ -1,6 +1,6 @@ { "name": "e2e-tests", - "version": "0.0.7", + "version": "0.0.8", "private": true, "scripts": { "start": "cross-env SKIP_PREFLIGHT_CHECK=true react-scripts start", @@ -23,7 +23,7 @@ ] }, "dependencies": { - "amplify-material-ui": "^0.0.7", + "amplify-material-ui": "^0.0.8", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1" diff --git a/lerna.json b/lerna.json index cb1ea17..9606707 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.0.7" + "version": "0.0.8" }