This commit is contained in:
Ken Chau 2022-04-20 12:32:29 +00:00
Родитель 9cb309b87a
Коммит 93a62c6517
7 изменённых файлов: 29 добавлений и 15 удалений

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

@ -1,8 +0,0 @@
{
"type": "patch",
"comment": "filter unchanged files did not work",
"packageName": "backfill-cache",
"email": "vincent.bailly@microsoft.com",
"dependentChangeType": "patch",
"date": "2022-01-27T09:39:22.076Z"
}

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

@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/microsoft/backfill"
},
"version": "6.1.14",
"version": "6.1.15",
"main": "lib/index.js",
"bin": {
"backfill": "./bin/backfill.js"
@ -20,7 +20,7 @@
},
"dependencies": {
"anymatch": "^3.0.3",
"backfill-cache": "^5.4.0",
"backfill-cache": "^5.4.1",
"backfill-config": "^6.2.0",
"backfill-hasher": "^6.3.0",
"backfill-logger": "^5.1.3",

15
packages/cache/CHANGELOG.json поставляемый
Просмотреть файл

@ -1,6 +1,21 @@
{
"name": "backfill-cache",
"entries": [
{
"date": "Wed, 20 Apr 2022 12:32:29 GMT",
"tag": "backfill-cache_v5.4.1",
"version": "5.4.1",
"comments": {
"patch": [
{
"comment": "filter unchanged files did not work",
"author": "vincent.bailly@microsoft.com",
"commit": "9cb309b87a6f3be844788c814f7be78c2b93fff0",
"package": "backfill-cache"
}
]
}
},
{
"date": "Thu, 31 Mar 2022 05:28:57 GMT",
"tag": "backfill-cache_v5.4.0",

11
packages/cache/CHANGELOG.md поставляемый
Просмотреть файл

@ -1,10 +1,17 @@
# Change Log - backfill-cache
This log was last generated on Thu, 31 Mar 2022 05:28:57 GMT and should not be
manually modified.
This log was last generated on Wed, 20 Apr 2022 12:32:29 GMT and should not be manually modified.
<!-- Start content -->
## 5.4.1
Wed, 20 Apr 2022 12:32:29 GMT
### Patches
- filter unchanged files did not work (vincent.bailly@microsoft.com)
## 5.4.0
Thu, 31 Mar 2022 05:28:57 GMT

2
packages/cache/package.json поставляемый
Просмотреть файл

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

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

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

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

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