This commit is contained in:
Ken Chau 2020-06-19 17:53:56 +00:00
Родитель e2148df920
Коммит 25e8cc4bac
4 изменённых файлов: 25 добавлений и 10 удалений

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

@ -1,6 +1,21 @@
{
"name": "workspace-tools",
"entries": [
{
"date": "Fri, 19 Jun 2020 17:53:56 GMT",
"tag": "workspace-tools_v0.8.0",
"version": "0.8.0",
"comments": {
"minor": [
{
"comment": "adding getTransitiveProviders and renamed getTransitiveDependencies to getTransitiveConsumers",
"author": "kchau@microsoft.com",
"commit": "e2148df920bf05ac84425108e0ea3695b0743c9f",
"package": "workspace-tools"
}
]
}
},
{
"date": "Tue, 26 May 2020 16:55:44 GMT",
"tag": "workspace-tools_v0.7.6",

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

@ -1,9 +1,17 @@
# Change Log - workspace-tools
This log was last generated on Tue, 26 May 2020 16:55:44 GMT and should not be manually modified.
This log was last generated on Fri, 19 Jun 2020 17:53:56 GMT and should not be manually modified.
<!-- Start content -->
## 0.8.0
Fri, 19 Jun 2020 17:53:56 GMT
### Minor changes
- adding getTransitiveProviders and renamed getTransitiveDependencies to getTransitiveConsumers (kchau@microsoft.com)
## 0.7.6
Tue, 26 May 2020 16:55:44 GMT

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

@ -1,8 +0,0 @@
{
"type": "minor",
"comment": "adding getTransitiveProviders and renamed getTransitiveDependencies to getTransitiveConsumers",
"packageName": "workspace-tools",
"email": "kchau@microsoft.com",
"dependentChangeType": "patch",
"date": "2020-06-19T17:50:45.141Z"
}

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

@ -1,6 +1,6 @@
{
"name": "workspace-tools",
"version": "0.7.6",
"version": "0.8.0",
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",