From 34db1270ca8e9a0f3f34c34ea9f8d379b9c47f03 Mon Sep 17 00:00:00 2001 From: Vincent Bailly Date: Tue, 24 Mar 2020 09:56:08 +0100 Subject: [PATCH] bump version to 3.0.0 --- packages/backfill/package.json | 14 +++++++------- packages/cache/package.json | 8 ++++---- packages/config/package.json | 6 +++--- packages/hasher/package.json | 8 ++++---- packages/logger-generic/package.json | 2 +- packages/logger-performance/package.json | 6 +++--- packages/logger/package.json | 6 +++--- packages/sample-dependency/package.json | 4 ++-- packages/sample/package.json | 6 +++--- packages/utils-dotenv/package.json | 2 +- packages/utils-test/package.json | 4 ++-- 11 files changed, 33 insertions(+), 33 deletions(-) diff --git a/packages/backfill/package.json b/packages/backfill/package.json index 2a25def..21df8cd 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 88822b2..606942f 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 954f40c..083df38 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 78149ea..50be86f 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 f6b7a0c..97ccd0a 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 912440c..7330c5c 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 45b7354..147a356 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 73573c6..638a9f8 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 b20de4a..b3d002b 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 9b33df0..4d4828f 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 f04a5f9..a06fec4 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"