Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Sep 10, 2021
1 parent c08ccdc commit 361c585
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 14 deletions.
7 changes: 0 additions & 7 deletions change/just-task-b2751436-9cea-4b05-97bc-404723cdf8b7.json

This file was deleted.

15 changes: 15 additions & 0 deletions packages/example-lib/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "example-lib",
"entries": [
{
"date": "Fri, 10 Sep 2021 23:58:46 GMT",
"tag": "example-lib_v1.0.0",
"version": "1.0.0",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "example-lib",
"commit": "c08ccdcce333d655504263efd18f7fc5e82da534",
"comment": "Bump example-lib to v1.0.0"
}
]
}
},
{
"date": "Wed, 04 Aug 2021 17:43:24 GMT",
"tag": "example-lib_v1.0.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/example-lib/CHANGELOG.md
@@ -1,11 +1,19 @@
# Change Log - example-lib

This log was last generated on Wed, 04 Aug 2021 17:43:24 GMT and should not be manually modified.
This log was last generated on Fri, 10 Sep 2021 23:58:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.0

Fri, 10 Sep 2021 23:58:46 GMT

### Patches

- Bump example-lib to v1.0.0 (kchau@microsoft.com)

## 1.0.0

Wed, 04 Aug 2021 17:43:24 GMT

### Patches
Expand Down
2 changes: 1 addition & 1 deletion packages/example-lib/package.json
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=1.5.7 <2.0.0",
"just-scripts": ">=1.5.8 <2.0.0",
"ts-node": "^9.1.1",
"typescript": "~4.1.3"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/just-scripts/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Fri, 10 Sep 2021 23:58:46 GMT",
"tag": "just-scripts_v1.5.8",
"version": "1.5.8",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "just-scripts",
"commit": "c08ccdcce333d655504263efd18f7fc5e82da534",
"comment": "Bump just-scripts to v1.5.8"
}
]
}
},
{
"date": "Wed, 04 Aug 2021 17:43:24 GMT",
"tag": "just-scripts_v1.5.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-scripts/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - just-scripts

This log was last generated on Wed, 04 Aug 2021 17:43:24 GMT and should not be manually modified.
This log was last generated on Fri, 10 Sep 2021 23:58:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.5.8

Fri, 10 Sep 2021 23:58:46 GMT

### Patches

- Bump just-scripts to v1.5.8 (kchau@microsoft.com)

## 1.5.7

Wed, 04 Aug 2021 17:43:24 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/just-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "1.5.7",
"version": "1.5.8",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {
Expand All @@ -27,7 +27,7 @@
"fs-extra": "^8.0.0",
"glob": "^7.1.3",
"just-scripts-utils": ">=1.1.4 <2.0.0",
"just-task": ">=1.4.1 <2.0.0",
"just-task": ">=1.4.2 <2.0.0",
"prompts": "^2.4.0",
"run-parallel-limit": "^1.0.6",
"semver": "^7.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/just-task/CHANGELOG.json
@@ -1,6 +1,21 @@
{
"name": "just-task",
"entries": [
{
"date": "Fri, 10 Sep 2021 23:58:46 GMT",
"tag": "just-task_v1.4.2",
"version": "1.4.2",
"comments": {
"patch": [
{
"author": "kchau@microsoft.com",
"package": "just-task",
"comment": "changes the dep from glob-parent which is old with chokidar directly",
"commit": "c08ccdcce333d655504263efd18f7fc5e82da534"
}
]
}
},
{
"date": "Thu, 15 Apr 2021 19:00:12 GMT",
"tag": "just-task_v1.4.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-task/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log - just-task

This log was last generated on Thu, 15 Apr 2021 19:00:12 GMT and should not be manually modified.
This log was last generated on Fri, 10 Sep 2021 23:58:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.2

Fri, 10 Sep 2021 23:58:46 GMT

### Patches

- changes the dep from glob-parent which is old with chokidar directly (kchau@microsoft.com)

## 1.4.1

Thu, 15 Apr 2021 19:00:12 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-task/package.json
@@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "1.4.1",
"version": "1.4.2",
"description": "Build task definition library",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 361c585

Please sign in to comment.