Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bweggersen committed Nov 6, 2019
1 parent ee6481a commit b69e84f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "2.0.6",
"version": "2.0.7",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/backfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
Expand All @@ -23,7 +23,7 @@
"anymatch": "^3.0.3",
"backfill-cache": "^2.0.6",
"backfill-config": "^2.0.6",
"backfill-hasher": "^2.0.6",
"backfill-hasher": "^2.0.7",
"backfill-logger": "^2.0.6",
"backfill-utils-dotenv": "^2.0.5",
"chokidar": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/hasher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",
Expand Down
4 changes: 2 additions & 2 deletions packages/sample-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"private": true,
"name": "backfill-sample-dependency",
"license": "MIT",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
"compile": "tsc -b",
"prepare": "backfill -- yarn compile"
},
"devDependencies": {
"backfill": "^2.0.6",
"backfill": "^2.0.7",
"backfill-utils-tsconfig": "^2.0.3",
"typescript": "3.6.4"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "backfill-sample",
"license": "MIT",
"version": "2.0.6",
"version": "2.0.7",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
Expand All @@ -11,10 +11,10 @@
"prepare": "backfill -- yarn compile"
},
"dependencies": {
"backfill-sample-dependency": "^2.0.6"
"backfill-sample-dependency": "^2.0.7"
},
"devDependencies": {
"backfill": "^2.0.6",
"backfill": "^2.0.7",
"backfill-utils-tsconfig": "^2.0.3",
"typescript": "3.6.4"
}
Expand Down

0 comments on commit b69e84f

Please sign in to comment.