This commit is contained in:
Ken Chau 2022-09-16 23:24:41 +00:00
Родитель 5c182740a1
Коммит 12cc8082b0
4 изменённых файлов: 25 добавлений и 9 удалений

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

@ -1,7 +0,0 @@
{
"type": "minor",
"comment": "BREAKING CHANGE: `searchUp` now returns the full path to the item, not its parent directory. This only affects consumers that are directly using `searchUp`.",
"packageName": "workspace-tools",
"email": "elcraig@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "workspace-tools",
"entries": [
{
"date": "Fri, 16 Sep 2022 23:24:41 GMT",
"tag": "workspace-tools_v0.27.0",
"version": "0.27.0",
"comments": {
"minor": [
{
"author": "elcraig@microsoft.com",
"package": "workspace-tools",
"commit": "5c182740a1fb88630c8df788070bf222dce25764",
"comment": "BREAKING CHANGE: `searchUp` now returns the full path to the item, not its parent directory. This only affects consumers that are directly using `searchUp`."
}
]
}
},
{
"date": "Fri, 16 Sep 2022 23:00:36 GMT",
"tag": "workspace-tools_v0.26.6",

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

@ -1,9 +1,17 @@
# Change Log - workspace-tools
This log was last generated on Fri, 16 Sep 2022 23:00:36 GMT and should not be manually modified.
This log was last generated on Fri, 16 Sep 2022 23:24:41 GMT and should not be manually modified.
<!-- Start content -->
## 0.27.0
Fri, 16 Sep 2022 23:24:41 GMT
### Minor changes
- BREAKING CHANGE: `searchUp` now returns the full path to the item, not its parent directory. This only affects consumers that are directly using `searchUp`. (elcraig@microsoft.com)
## 0.26.6
Fri, 16 Sep 2022 23:00:36 GMT

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

@ -1,6 +1,6 @@
{
"name": "workspace-tools",
"version": "0.26.6",
"version": "0.27.0",
"license": "MIT",
"repository": {
"type": "git",