From 8c680c4d32f21665b26f60f683f88e8e74da7bf9 Mon Sep 17 00:00:00 2001 From: Ken Chau Date: Fri, 10 Jun 2022 19:16:49 +0000 Subject: [PATCH] applying package updates --- ...2022-06-10-12-06-30-fix-windows-fast-path.json | 8 -------- packages/backfill/package.json | 4 ++-- packages/hasher/CHANGELOG.json | 15 +++++++++++++++ packages/hasher/CHANGELOG.md | 10 +++++++++- packages/hasher/package.json | 2 +- packages/sample-dependency/package.json | 2 +- packages/sample/package.json | 2 +- 7 files changed, 29 insertions(+), 14 deletions(-) delete mode 100644 change/backfill-hasher-2022-06-10-12-06-30-fix-windows-fast-path.json diff --git a/change/backfill-hasher-2022-06-10-12-06-30-fix-windows-fast-path.json b/change/backfill-hasher-2022-06-10-12-06-30-fix-windows-fast-path.json deleted file mode 100644 index 7284f5b..0000000 --- a/change/backfill-hasher-2022-06-10-12-06-30-fix-windows-fast-path.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "patch", - "comment": "fixes windows to use the fast path as well", - "packageName": "backfill-hasher", - "email": "kchau@microsoft.com", - "dependentChangeType": "patch", - "date": "2022-06-10T19:06:30.606Z" -} diff --git a/packages/backfill/package.json b/packages/backfill/package.json index 28cf19c..883ee31 100644 --- a/packages/backfill/package.json +++ b/packages/backfill/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "6.1.19", + "version": "6.1.20", "main": "lib/index.js", "bin": { "backfill": "./bin/backfill.js" @@ -22,7 +22,7 @@ "anymatch": "^3.0.3", "backfill-cache": "^5.6.1", "backfill-config": "^6.3.0", - "backfill-hasher": "^6.4.0", + "backfill-hasher": "^6.4.1", "backfill-logger": "^5.1.3", "backfill-utils-dotenv": "^5.1.1", "chokidar": "^3.2.1", diff --git a/packages/hasher/CHANGELOG.json b/packages/hasher/CHANGELOG.json index e1e7760..0919301 100644 --- a/packages/hasher/CHANGELOG.json +++ b/packages/hasher/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "backfill-hasher", "entries": [ + { + "date": "Fri, 10 Jun 2022 19:16:49 GMT", + "tag": "backfill-hasher_v6.4.1", + "version": "6.4.1", + "comments": { + "patch": [ + { + "comment": "fixes windows to use the fast path as well", + "author": "kchau@microsoft.com", + "commit": "97c27bf470a22ba39f251a240c828117af36fb10", + "package": "backfill-hasher" + } + ] + } + }, { "date": "Fri, 10 Jun 2022 18:21:21 GMT", "tag": "backfill-hasher_v6.4.0", diff --git a/packages/hasher/CHANGELOG.md b/packages/hasher/CHANGELOG.md index 5e13152..74adbbf 100644 --- a/packages/hasher/CHANGELOG.md +++ b/packages/hasher/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - backfill-hasher -This log was last generated on Fri, 10 Jun 2022 18:21:21 GMT and should not be manually modified. +This log was last generated on Fri, 10 Jun 2022 19:16:49 GMT and should not be manually modified. +## 6.4.1 + +Fri, 10 Jun 2022 19:16:49 GMT + +### Patches + +- fixes windows to use the fast path as well (kchau@microsoft.com) + ## 6.4.0 Fri, 10 Jun 2022 18:21:21 GMT diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 049c0ac..ec3722e 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/microsoft/backfill" }, - "version": "6.4.0", + "version": "6.4.1", "main": "lib/index.js", "scripts": { "build": "yarn compile", diff --git a/packages/sample-dependency/package.json b/packages/sample-dependency/package.json index ab20e20..b3f9f38 100644 --- a/packages/sample-dependency/package.json +++ b/packages/sample-dependency/package.json @@ -9,7 +9,7 @@ "compile": "tsc -b" }, "devDependencies": { - "backfill": "^6.1.19", + "backfill": "^6.1.20", "backfill-utils-tsconfig": "^5.0.0", "typescript": "4.1.2" } diff --git a/packages/sample/package.json b/packages/sample/package.json index a895b4c..5658a5e 100644 --- a/packages/sample/package.json +++ b/packages/sample/package.json @@ -13,7 +13,7 @@ "backfill-sample-dependency": "^5.1.1" }, "devDependencies": { - "backfill": "^6.1.19", + "backfill": "^6.1.20", "backfill-utils-tsconfig": "^5.0.0", "typescript": "4.1.2" }