Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Mueller committed Mar 8, 2019
1 parent 5a353d7 commit 0ebc825
Show file tree
Hide file tree
Showing 3 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,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "2.0.0-beta.3",
"version": "2.0.0",
"npmClient": "yarn",
"npmClientArgs": [
"--no-optional"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virtuous/eslint-config",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "The Virtuous eslint config for javascript projects.",
"main": "index.js",
"license": "MIT",
Expand All @@ -18,7 +18,7 @@
],
"devDependencies": {
"@babel/core": "^7.3.4",
"@virtuous/unit-tests": "2.0.0-beta.3",
"@virtuous/unit-tests": "2.0.0",
"eslint": "^5.12.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unit-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virtuous/unit-tests",
"version": "2.0.0-beta.3",
"version": "2.0.0",
"description": "Virtuous' unit test suite using Jest and Enzyme.",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit 0ebc825

Please sign in to comment.