Applying package updates. [skip ci]

This commit is contained in:
kchau@microsoft.com 2019-05-06 15:58:55 +00:00
Родитель d3863bb126
Коммит fe7d5706b9
7 изменённых файлов: 41 добавлений и 16 удалений

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

@ -1,11 +0,0 @@
{
"changes": [
{
"packageName": "create-just",
"comment": "removes the requirement of git, but gives hint if git was not successful",
"type": "minor"
}
],
"packageName": "create-just",
"email": "kchau@microsoft.com"
}

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

@ -1,6 +1,18 @@
{
"name": "create-just",
"entries": [
{
"version": "0.8.0",
"tag": "create-just_v0.8.0",
"date": "Mon, 06 May 2019 15:58:55 GMT",
"comments": {
"minor": [
{
"comment": "removes the requirement of git, but gives hint if git was not successful"
}
]
}
},
{
"version": "0.7.1",
"tag": "create-just_v0.7.1",

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

@ -1,6 +1,13 @@
# Change Log - create-just
This log was last generated on Thu, 25 Apr 2019 02:25:55 GMT and should not be manually modified.
This log was last generated on Mon, 06 May 2019 15:58:55 GMT and should not be manually modified.
## 0.8.0
Mon, 06 May 2019 15:58:55 GMT
### Minor changes
- removes the requirement of git, but gives hint if git was not successful
## 0.7.1
Thu, 25 Apr 2019 02:25:55 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-just",
"version": "0.7.1",
"version": "0.8.0",
"description": "Create a new repository using Just",
"repository": {
"type": "git",

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

@ -1,6 +1,18 @@
{
"name": "create-uifabric",
"entries": [
{
"version": "0.2.2",
"tag": "create-uifabric_v0.2.2",
"date": "Mon, 06 May 2019 15:58:55 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"create-just\" from `latest` to `0.8.0`"
}
]
}
},
{
"version": "0.2.1",
"tag": "create-uifabric_v0.2.1",

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

@ -1,6 +1,11 @@
# Change Log - create-uifabric
This log was last generated on Thu, 25 Apr 2019 18:40:13 GMT and should not be manually modified.
This log was last generated on Mon, 06 May 2019 15:58:55 GMT and should not be manually modified.
## 0.2.2
Mon, 06 May 2019 15:58:55 GMT
*Version update only*
## 0.2.1
Thu, 25 Apr 2019 18:40:13 GMT

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

@ -1,6 +1,6 @@
{
"name": "create-uifabric",
"version": "0.2.1",
"version": "0.2.2",
"description": "Create a new UI Fabric repository using Just",
"repository": {
"type": "git",
@ -17,7 +17,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"create-just": "latest"
"create-just": "0.8.0"
},
"devDependencies": {
"@types/node": "^10.12.18"