Skip to content

Commit 7b06ede

Browse files
committed
New Version
1 parent d8d0bf9 commit 7b06ede

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": ["packages/*"],
33
"useWorkspaces": true,
44
"npmClient": "yarn",
5-
"version": "1.0.1"
5+
"version": "1.0.2"
66
}

packages/create-react-dependency/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-dependency",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Creating react libraries",
55
"main": "index.js",
66
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",

packages/react-dependency-scripts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dependency-scripts",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Scripts of react libraries",
55
"main": "index.js",
66
"author": "André Lins <[email protected]> (https://andrelmlins.github.io/)",

0 commit comments

Comments
 (0)