Skip to content

Commit

Permalink
v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Jul 28, 2019
1 parent ed8895c commit afe14fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions 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",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.7"
"version": "0.0.8"
}

0 comments on commit afe14fc

Please sign in to comment.