Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Nov 2, 2020
1 parent bbbf4bb commit 46cbd07
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 37 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion contribs/just-repo-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"jju": "^1.4.0",
"just-task-logger": ">=1.0.1 <2.0.0"
"just-task-logger": ">=1.0.2 <2.0.0"
},
"devDependencies": {
"@types/fs-extra": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"just-scripts": ">=1.2.3 <2.0.0",
"just-scripts": ">=1.2.4 <2.0.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3"
}
Expand Down
15 changes: 15 additions & 0 deletions packages/just-scripts-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-scripts-utils",
"entries": [
{
"date": "Mon, 02 Nov 2020 16:42:46 GMT",
"tag": "just-scripts-utils_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"comment": "Bump yargs dependency",
"author": "[email protected]",
"commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f",
"package": "just-scripts-utils"
}
]
}
},
{
"date": "Mon, 02 Nov 2020 16:26:27 GMT",
"tag": "just-scripts-utils_v1.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-scripts-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-scripts-utils

This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.2

Mon, 02 Nov 2020 16:42:46 GMT

### Patches

- Bump yargs dependency ([email protected])

## 1.0.1

Mon, 02 Nov 2020 16:26:27 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/just-scripts-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts-utils",
"version": "1.0.1",
"version": "1.0.2",
"description": "Utilities for Just stack scripts",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
"glob": "^7.1.3",
"handlebars": "^4.0.12",
"jju": "^1.4.0",
"just-task-logger": ">=1.0.1 <2.0.0",
"just-task-logger": ">=1.0.2 <2.0.0",
"marked": "^0.7.0",
"marked-terminal": "^3.3.0",
"semver": "^5.6.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/just-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "1.2.3",
"version": "1.2.4",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {
Expand All @@ -26,8 +26,8 @@
"diff-match-patch": "1.0.4",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"just-scripts-utils": ">=1.0.1 <2.0.0",
"just-task": ">=1.0.1 <2.0.0",
"just-scripts-utils": ">=1.0.2 <2.0.0",
"just-task": ">=1.0.2 <2.0.0",
"prompts": "^2.0.1",
"run-parallel-limit": "^1.0.5",
"supports-color": "^7.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/just-task-logger/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-task-logger",
"entries": [
{
"date": "Mon, 02 Nov 2020 16:42:46 GMT",
"tag": "just-task-logger_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"comment": "Bump yargs dependency",
"author": "[email protected]",
"commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f",
"package": "just-task-logger"
}
]
}
},
{
"date": "Mon, 02 Nov 2020 16:26:27 GMT",
"tag": "just-task-logger_v1.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-task-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-task-logger

This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.2

Mon, 02 Nov 2020 16:42:46 GMT

### Patches

- Bump yargs dependency ([email protected])

## 1.0.1

Mon, 02 Nov 2020 16:26:27 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-task-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-task-logger",
"version": "1.0.1",
"version": "1.0.2",
"description": "Logger for Just scripts and tasks",
"repository": {
"type": "git",
Expand Down
15 changes: 15 additions & 0 deletions packages/just-task/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-task",
"entries": [
{
"date": "Mon, 02 Nov 2020 16:42:46 GMT",
"tag": "just-task_v1.0.2",
"version": "1.0.2",
"comments": {
"patch": [
{
"comment": "Bump yargs dependency",
"author": "[email protected]",
"commit": "bbbf4bb4b366c4df0cebb429c944d610b67d6d0f",
"package": "just-task"
}
]
}
},
{
"date": "Mon, 02 Nov 2020 16:26:27 GMT",
"tag": "just-task_v1.0.1",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-task/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-task

This log was last generated on Mon, 02 Nov 2020 16:26:27 GMT and should not be manually modified.
This log was last generated on Mon, 02 Nov 2020 16:42:46 GMT and should not be manually modified.

<!-- Start content -->

## 1.0.2

Mon, 02 Nov 2020 16:42:46 GMT

### Patches

- Bump yargs dependency ([email protected])

## 1.0.1

Mon, 02 Nov 2020 16:26:27 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/just-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "1.0.1",
"version": "1.0.2",
"description": "Build task definition library",
"keywords": [],
"repository": {
Expand All @@ -24,7 +24,7 @@
"bach": "^1.2.0",
"chalk": "^2.4.1",
"fs-extra": "^7.0.1",
"just-task-logger": ">=1.0.1 <2.0.0",
"just-task-logger": ">=1.0.2 <2.0.0",
"resolve": "^1.8.1",
"undertaker": "^1.2.1",
"undertaker-registry": "^1.0.1",
Expand Down

0 comments on commit 46cbd07

Please sign in to comment.