diff --git a/lerna.json b/lerna.json index 86fc504b..f438ed26 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "3.0.0-alpha.0", + "version": "3.0.0", "npmClient": "yarn", "useWorkspaces": true } diff --git a/packages/backfill/package.json b/packages/backfill/package.json index 2a25defc..21df8cd8 100644 --- a/packages/backfill/package.json +++ b/packages/backfill/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "bin": { "backfill": "./bin/backfill.js" @@ -20,11 +20,11 @@ }, "dependencies": { "anymatch": "^3.0.3", - "backfill-cache": "^3.0.0-alpha.0", - "backfill-config": "^3.0.0-alpha.0", - "backfill-hasher": "^3.0.0-alpha.0", - "backfill-logger": "^3.0.0-alpha.0", - "backfill-utils-dotenv": "^3.0.0-alpha.0", + "backfill-cache": "^3.0.0", + "backfill-config": "^3.0.0", + "backfill-hasher": "^3.0.0", + "backfill-logger": "^3.0.0", + "backfill-utils-dotenv": "^3.0.0", "chokidar": "^3.2.1", "execa": "^4.0.0", "fast-glob": "^3.0.4", @@ -36,7 +36,7 @@ "@types/jest": "^24.0.12", "@types/node": "^13.1.8", "@types/yargs": "^15.0.1", - "backfill-utils-test": "^3.0.0-alpha.0", + "backfill-utils-test": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "find-up": "^4.0.0", "jest": "^24.0.12", diff --git a/packages/cache/package.json b/packages/cache/package.json index 88822b29..606942f1 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -17,8 +17,8 @@ }, "dependencies": { "@azure/storage-blob": "12.1.0", - "backfill-config": "^3.0.0-alpha.0", - "backfill-logger": "^3.0.0-alpha.0", + "backfill-config": "^3.0.0", + "backfill-logger": "^3.0.0", "execa": "^4.0.0", "fast-glob": "^3.0.4", "fs-extra": "^8.1.0", @@ -27,7 +27,7 @@ "devDependencies": { "@types/fs-extra": "^8.0.0", "@types/tar": "^4.0.0", - "backfill-utils-test": "^3.0.0-alpha.0", + "backfill-utils-test": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "jest": "^24.0.12", "ts-jest": "^25.1.0", diff --git a/packages/config/package.json b/packages/config/package.json index 954f40c6..083df38d 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -16,14 +16,14 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-generic-logger": "^3.0.0-alpha.0", + "backfill-generic-logger": "^3.0.0", "find-up": "^4.0.0", "fs-extra": "^8.1.0", "pkg-dir": "^4.2.0" }, "devDependencies": { "@types/fs-extra": "^8.0.0", - "backfill-utils-test": "^3.0.0-alpha.0", + "backfill-utils-test": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "jest": "^24.0.12", "ts-jest": "^25.1.0", diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 78149ea6..50be86f1 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -17,8 +17,8 @@ }, "dependencies": { "@yarnpkg/lockfile": "^1.1.0", - "backfill-config": "^3.0.0-alpha.0", - "backfill-logger": "^3.0.0-alpha.0", + "backfill-config": "^3.0.0", + "backfill-logger": "^3.0.0", "fast-glob": "^3.0.4", "find-up": "^4.1.0", "find-yarn-workspace-root": "^1.2.1", @@ -29,7 +29,7 @@ "@types/fs-extra": "^8.0.0", "@types/normalize-path": "^3.0.0", "@types/yarnpkg__lockfile": "^1.1.3", - "backfill-utils-test": "^3.0.0-alpha.0", + "backfill-utils-test": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "jest": "^24.0.12", "ts-jest": "^25.1.0", diff --git a/packages/logger-generic/package.json b/packages/logger-generic/package.json index f6b7a0ca..97ccd0a2 100644 --- a/packages/logger-generic/package.json +++ b/packages/logger-generic/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", diff --git a/packages/logger-performance/package.json b/packages/logger-performance/package.json index 912440ce..7330c5c3 100644 --- a/packages/logger-performance/package.json +++ b/packages/logger-performance/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -15,13 +15,13 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-generic-logger": "^3.0.0-alpha.0", + "backfill-generic-logger": "^3.0.0", "filenamify": "^4.1.0", "fs-extra": "^8.1.0" }, "devDependencies": { "@types/fs-extra": "^8.0.0", - "backfill-config": "^3.0.0-alpha.0", + "backfill-config": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "typescript": "3.7.4" } diff --git a/packages/logger/package.json b/packages/logger/package.json index 45b73541..147a3567 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -15,8 +15,8 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-generic-logger": "^3.0.0-alpha.0", - "backfill-performance-logger": "^3.0.0-alpha.0" + "backfill-generic-logger": "^3.0.0", + "backfill-performance-logger": "^3.0.0" }, "devDependencies": { "backfill-utils-tsconfig": "^2.0.3", diff --git a/packages/sample-dependency/package.json b/packages/sample-dependency/package.json index 73573c6d..638a9f89 100644 --- a/packages/sample-dependency/package.json +++ b/packages/sample-dependency/package.json @@ -2,14 +2,14 @@ "private": true, "name": "backfill-sample-dependency", "license": "MIT", - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "backfill -- yarn compile", "compile": "tsc -b" }, "devDependencies": { - "backfill": "^3.0.0-alpha.0", + "backfill": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "typescript": "3.7.4" } diff --git a/packages/sample/package.json b/packages/sample/package.json index b20de4a4..b3d002b4 100644 --- a/packages/sample/package.json +++ b/packages/sample/package.json @@ -2,7 +2,7 @@ "private": true, "name": "backfill-sample", "license": "MIT", - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "backfill -- yarn compile", @@ -10,10 +10,10 @@ "generate-report": "backfill --generate-performance-report" }, "dependencies": { - "backfill-sample-dependency": "^3.0.0-alpha.0" + "backfill-sample-dependency": "^3.0.0" }, "devDependencies": { - "backfill": "^3.0.0-alpha.0", + "backfill": "^3.0.0", "backfill-utils-tsconfig": "^2.0.3", "typescript": "3.7.4" } diff --git a/packages/utils-dotenv/package.json b/packages/utils-dotenv/package.json index 9b33df01..4d4828ff 100644 --- a/packages/utils-dotenv/package.json +++ b/packages/utils-dotenv/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", diff --git a/packages/utils-test/package.json b/packages/utils-test/package.json index f04a5f9a..a06fec47 100644 --- a/packages/utils-test/package.json +++ b/packages/utils-test/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "3.0.0-alpha.0", + "version": "3.0.0", "main": "lib/index.js", "scripts": { "build": "yarn compile", @@ -15,7 +15,7 @@ "watch": "tsc -b -w" }, "dependencies": { - "backfill-generic-logger": "^3.0.0-alpha.0", + "backfill-generic-logger": "^3.0.0", "find-up": "^4.0.0", "fs-extra": "^8.1.0", "tempy": "^0.3.0"