This commit is contained in:
Ken Chau 2022-09-17 00:00:24 +00:00
Родитель 628e67743a
Коммит 4bbbec5c1e
9 изменённых файлов: 53 добавлений и 14 удалений

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "patch",
"comment": "Update workspace-tools to ^0.27.0",
"packageName": "backfill-hasher",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "backfill",
"entries": [
{
"date": "Sat, 17 Sep 2022 00:00:24 GMT",
"tag": "backfill_v6.1.23",
"version": "6.1.23",
"comments": {
"patch": [
{
"author": "beachball",
"package": "backfill",
"comment": "Bump backfill-hasher to v6.4.3",
"commit": "628e67743a4a9fb4d9f9a5d98d578893f8076387"
}
]
}
},
{
"date": "Fri, 16 Sep 2022 00:38:30 GMT",
"tag": "backfill_v6.1.22",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - backfill
This log was last generated on Fri, 16 Sep 2022 00:21:39 GMT and should not be manually modified.
This log was last generated on Sat, 17 Sep 2022 00:00:24 GMT and should not be manually modified.
<!-- Start content -->
## 6.1.23
Sat, 17 Sep 2022 00:00:24 GMT
### Patches
- Bump backfill-hasher to v6.4.3
## 6.1.22
Fri, 16 Sep 2022 00:21:39 GMT

Просмотреть файл

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "6.1.22",
"version": "6.1.23",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
@ -22,7 +22,7 @@
"anymatch": "^3.0.3",
"backfill-cache": "^5.6.2",
"backfill-config": "^6.3.0",
"backfill-hasher": "^6.4.2",
"backfill-hasher": "^6.4.3",
"backfill-logger": "^5.1.3",
"backfill-utils-dotenv": "^5.1.1",
"chokidar": "^3.2.1",

Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "backfill-hasher",
"entries": [
{
"date": "Sat, 17 Sep 2022 00:00:24 GMT",
"tag": "backfill-hasher_v6.4.3",
"version": "6.4.3",
"comments": {
"patch": [
{
"author": "elcraig@microsoft.com",
"package": "backfill-hasher",
"commit": "628e67743a4a9fb4d9f9a5d98d578893f8076387",
"comment": "Update workspace-tools to ^0.27.0"
}
]
}
},
{
"date": "Thu, 15 Sep 2022 23:59:49 GMT",
"tag": "backfill-hasher_v6.4.2",

Просмотреть файл

@ -1,9 +1,17 @@
# Change Log - backfill-hasher
This log was last generated on Wed, 24 Aug 2022 15:40:20 GMT and should not be manually modified.
This log was last generated on Sat, 17 Sep 2022 00:00:24 GMT and should not be manually modified.
<!-- Start content -->
## 6.4.3
Sat, 17 Sep 2022 00:00:24 GMT
### Patches
- Update workspace-tools to ^0.27.0 (elcraig@microsoft.com)
## 6.4.2
Wed, 24 Aug 2022 15:40:20 GMT

Просмотреть файл

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "6.4.2",
"version": "6.4.3",
"main": "lib/index.js",
"scripts": {
"build": "yarn compile",

Просмотреть файл

@ -9,7 +9,7 @@
"compile": "tsc -b"
},
"devDependencies": {
"backfill": "^6.1.22",
"backfill": "^6.1.23",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "4.1.2"
}

Просмотреть файл

@ -13,7 +13,7 @@
"backfill-sample-dependency": "^5.1.1"
},
"devDependencies": {
"backfill": "^6.1.22",
"backfill": "^6.1.23",
"backfill-utils-tsconfig": "^5.0.0",
"typescript": "4.1.2"
}