Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericanderson committed Aug 7, 2019
1 parent baf8543 commit 4991f73
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "0.3.0",
"version": "0.4.0",
"npmClient": "yarn"
}
10 changes: 5 additions & 5 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepolint",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"scripts": {
"clean": "rm -rf build lib node_modules *.tgz",
Expand All @@ -13,10 +13,10 @@
"test": "../../node_modules/.bin/jest --colors --passWithNoTests"
},
"dependencies": {
"@monorepolint/cli": "^0.3.0",
"@monorepolint/core": "^0.3.0",
"@monorepolint/rules": "^0.3.0",
"@monorepolint/utils": "^0.3.0"
"@monorepolint/cli": "^0.4.0",
"@monorepolint/core": "^0.4.0",
"@monorepolint/rules": "^0.4.0",
"@monorepolint/utils": "^0.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/cli",
"version": "0.3.0",
"version": "0.4.0",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand All @@ -23,8 +23,8 @@
"test": "../../node_modules/.bin/jest --colors --passWithNoTests"
},
"dependencies": {
"@monorepolint/core": "^0.3.0",
"@monorepolint/utils": "^0.3.0",
"@monorepolint/core": "^0.4.0",
"@monorepolint/utils": "^0.4.0",
"chalk": "^2.4.1",
"yargs": "^13.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/core",
"version": "0.3.0",
"version": "0.4.0",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand All @@ -20,7 +20,7 @@
"test": "../../node_modules/.bin/jest --colors --passWithNoTests"
},
"dependencies": {
"@monorepolint/utils": "^0.3.0",
"@monorepolint/utils": "^0.4.0",
"camelcase": "^5.2.0",
"chalk": "^2.4.1",
"minimatch": "^3.0.4",
Expand Down
6 changes: 3 additions & 3 deletions packages/rules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/rules",
"version": "0.3.0",
"version": "0.4.0",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand All @@ -19,8 +19,8 @@
"test": "../../node_modules/.bin/jest --colors --passWithNoTests"
},
"dependencies": {
"@monorepolint/core": "^0.3.0",
"@monorepolint/utils": "^0.3.0",
"@monorepolint/core": "^0.4.0",
"@monorepolint/utils": "^0.4.0",
"jest-diff": "^23.6.0",
"runtypes": "^4.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@monorepolint/utils",
"version": "0.3.0",
"version": "0.4.0",
"author": "Eric L Anderson (https://github.com/ericanderson)",
"contributors": [
"Mac Lockard (https://github.com/maclockard)"
Expand Down

0 comments on commit 4991f73

Please sign in to comment.