Skip to content

Commit

Permalink
New Version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Feb 7, 2020
1 parent e83e8be commit bb6138c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.5.0"
"version": "0.5.1"
}
2 changes: 1 addition & 1 deletion packages/create-react-dependency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-dependency",
"version": "0.5.0",
"version": "0.5.1",
"description": "Creating react libraries",
"main": "index.js",
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const createPackageJson = (root, name) => {
devDependencies: {
react: '^16.12.0',
'react-dom': '^16.12.0',
'react-dependency-scripts': '^0.5.0'
'react-dependency-scripts': '^0.5.1'
},
browserslist: {
production: ['>0.2%', 'not dead', 'not op_mini all'],
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dependency-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-dependency-scripts",
"version": "0.5.0",
"version": "0.5.1",
"description": "Scripts of react libraries",
"main": "index.js",
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",
Expand Down

0 comments on commit bb6138c

Please sign in to comment.