This commit is contained in:
Ken Chau 2022-05-16 20:50:34 +00:00
Родитель 02e45b2c09
Коммит 95c42fa026
7 изменённых файлов: 50 добавлений и 11 удалений

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

@ -1,7 +0,0 @@
{
"type": "major",
"comment": "Add support for symlink creation in the copy task",
"packageName": "just-scripts",
"email": "benw@microsoft.com",
"dependentChangeType": "patch"
}

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

@ -1,6 +1,21 @@
{
"name": "example-lib",
"entries": [
{
"date": "Mon, 16 May 2022 20:50:34 GMT",
"tag": "example-lib_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"author": "benw@microsoft.com",
"package": "example-lib",
"commit": "02e45b2c092548c4ac43e142aaa510a7ad95ec49",
"comment": "Bump example-lib to v1.0.0"
}
]
}
},
{
"date": "Tue, 05 Apr 2022 20:55:43 GMT",
"tag": "example-lib_v1.0.0",

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

@ -1,11 +1,19 @@
# Change Log - example-lib
This log was last generated on Tue, 05 Apr 2022 20:55:43 GMT and should not be manually modified.
This log was last generated on Mon, 16 May 2022 20:50:34 GMT and should not be manually modified.
<!-- Start content -->
## 1.0.0
Mon, 16 May 2022 20:50:34 GMT
### Patches
- Bump example-lib to v1.0.0 (benw@microsoft.com)
## 1.0.0
Tue, 05 Apr 2022 20:55:43 GMT
### Patches

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

@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=1.8.2 <2.0.0",
"just-scripts": ">=2.0.0 <3.0.0",
"ts-node": "^9.1.1",
"typescript": "~4.1.3"
}

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

@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Mon, 16 May 2022 20:50:34 GMT",
"tag": "just-scripts_v2.0.0",
"version": "2.0.0",
"comments": {
"major": [
{
"author": "benw@microsoft.com",
"package": "just-scripts",
"comment": "Add support for symlink creation in the copy task",
"commit": "02e45b2c092548c4ac43e142aaa510a7ad95ec49"
}
]
}
},
{
"date": "Tue, 05 Apr 2022 20:55:43 GMT",
"tag": "just-scripts_v1.8.2",

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

@ -1,9 +1,17 @@
# Change Log - just-scripts
This log was last generated on Tue, 05 Apr 2022 20:55:43 GMT and should not be manually modified.
This log was last generated on Mon, 16 May 2022 20:50:34 GMT and should not be manually modified.
<!-- Start content -->
## 2.0.0
Mon, 16 May 2022 20:50:34 GMT
### Major changes
- Add support for symlink creation in the copy task (benw@microsoft.com)
## 1.8.2
Tue, 05 Apr 2022 20:55:43 GMT

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

@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "1.8.2",
"version": "2.0.0",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {