Skip to content

Commit

Permalink
v4.0.2-a.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Bailly committed Apr 8, 2020
1 parent 9a2cba8 commit 30139a9
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": "4.0.1-a.0",
"version": "4.0.2-a.0",
"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": "4.0.1-a.0",
"version": "4.0.2-a.0",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
Expand All @@ -22,7 +22,7 @@
"anymatch": "^3.0.3",
"backfill-cache": "^3.0.1-a.0",
"backfill-config": "^3.0.1-a.0",
"backfill-hasher": "^4.0.1-a.0",
"backfill-hasher": "^4.0.2-a.0",
"backfill-logger": "^3.0.1-a.0",
"backfill-utils-dotenv": "^3.0.1-a.0",
"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": "4.0.1-a.0",
"version": "4.0.2-a.0",
"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,14 +2,14 @@
"private": true,
"name": "backfill-sample-dependency",
"license": "MIT",
"version": "4.0.1-a.0",
"version": "4.0.2-a.0",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
"compile": "tsc -b"
},
"devDependencies": {
"backfill": "^4.0.1-a.0",
"backfill": "^4.0.2-a.0",
"backfill-utils-tsconfig": "^3.0.1-a.0",
"typescript": "3.7.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,18 +2,18 @@
"private": true,
"name": "backfill-sample",
"license": "MIT",
"version": "4.0.1-a.0",
"version": "4.0.2-a.0",
"main": "lib/index.js",
"scripts": {
"build": "backfill -- yarn compile",
"compile": "tsc -b",
"generate-report": "backfill --generate-performance-report"
},
"dependencies": {
"backfill-sample-dependency": "^4.0.1-a.0"
"backfill-sample-dependency": "^4.0.2-a.0"
},
"devDependencies": {
"backfill": "^4.0.1-a.0",
"backfill": "^4.0.2-a.0",
"backfill-utils-tsconfig": "^3.0.1-a.0",
"typescript": "3.7.4"
}
Expand Down

0 comments on commit 30139a9

Please sign in to comment.