Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachbon committed May 8, 2022
1 parent 855e28a commit 78a2a39
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
23 changes: 14 additions & 9 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/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-creates",
"version": "2.0.6",
"version": "2.1.0",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",
"files": [
"dist",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@file-services/types": "^6.0.0",
"@types/find-cache-dir": "^3.2.1",
"@types/prompts": "^2.0.14",
"@react-creates/core": "^2.0.6",
"@react-creates/core": "^2.1.0",
"commander": "^9.2.0",
"find-cache-dir": "^3.3.2",
"prompts": "^2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-creates/core",
"version": "2.0.6",
"version": "2.1.0",
"description": "React creates for you useful and common tools that adapt themselves to your project for faster and easier development",
"files": [
"dist",
Expand Down
5 changes: 3 additions & 2 deletions packages/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.6",
"version": "2.1.0",
"publisher": "TzachBonfil",
"private": true,
"engines": {
Expand Down Expand Up @@ -124,6 +124,7 @@
"@file-services/node": "^6.0.0",
"@file-services/types": "^6.0.0",
"@types/vscode": "^1.66.0",
"react-creates": "^2.0.6"
"@react-creates/core": "^2.1.0",
"react-creates": "^2.1.0"
}
}

0 comments on commit 78a2a39

Please sign in to comment.