Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon committed Apr 11, 2022
1 parent c0c507c commit 45031a2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.0.1",
"version": "2.0.2",
"useWorkspaces": true
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/react-creates-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-creates-vsc",
"displayName": "React Creates",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",
"version": "2.0.1",
"version": "2.0.2",
"publisher": "TzachBonfil",
"private": true,
"engines": {
Expand Down Expand Up @@ -125,7 +125,7 @@
"@file-services/node": "^6.0.0",
"@file-services/types": "^6.0.0",
"@types/vscode": "^1.66.0",
"react-creates": "^2.0.0"
"react-creates": "^2.0.2"
},
"devDependencies": {
"vscode": "^1.1.37"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-creates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-creates",
"version": "2.0.1",
"version": "2.0.2",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",
"files": [
"dist/src",
Expand Down

0 comments on commit 45031a2

Please sign in to comment.