Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Mar 26, 2024
1 parent 83bfae7 commit 11527b4
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 17 deletions.
11 changes: 0 additions & 11 deletions change/change-e2a989c5-7d3e-4aa9-9862-d9ff9b9200db.json

This file was deleted.

2 changes: 1 addition & 1 deletion packages/example-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">=14"
},
"devDependencies": {
"just-scripts": ">=2.2.3 <3.0.0",
"just-scripts": ">=2.3.0 <3.0.0",
"ts-node": "^9.1.1"
}
}
15 changes: 15 additions & 0 deletions packages/just-scripts/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-scripts",
"entries": [
{
"date": "Tue, 26 Mar 2024 00:12:38 GMT",
"version": "2.3.0",
"tag": "just-scripts_v2.3.0",
"comments": {
"minor": [
{
"author": "beachball",
"package": "just-scripts",
"comment": "Bump just-task to v1.10.0",
"commit": "not available"
}
]
}
},
{
"date": "Tue, 05 Mar 2024 08:01:41 GMT",
"version": "2.2.3",
Expand Down
10 changes: 9 additions & 1 deletion packages/just-scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - just-scripts

This log was last generated on Tue, 05 Mar 2024 08:01:41 GMT and should not be manually modified.
This log was last generated on Tue, 26 Mar 2024 00:12:38 GMT and should not be manually modified.

<!-- Start content -->

## 2.3.0

Tue, 26 Mar 2024 00:12:38 GMT

### Minor changes

- Bump just-task to v1.10.0

## 2.2.3

Tue, 05 Mar 2024 08:01:41 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/just-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-scripts",
"version": "2.2.3",
"version": "2.3.0",
"description": "Just Stack Scripts",
"keywords": [],
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"fs-extra": "^11.0.0",
"glob": "^7.1.3",
"just-scripts-utils": "^2.0.1",
"just-task": ">=1.9.0 <2.0.0",
"just-task": ">=1.10.0 <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
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "just-task",
"entries": [
{
"date": "Tue, 26 Mar 2024 00:12:38 GMT",
"version": "1.10.0",
"tag": "just-task_v1.10.0",
"comments": {
"minor": [
{
"author": "email not defined",
"package": "just-task",
"commit": "83bfae7bad6e4137a07ec633a5f5c910df1ffe67",
"comment": "Update dependency undertaker to v2"
}
]
}
},
{
"date": "Sat, 02 Mar 2024 08:01:34 GMT",
"version": "1.9.0",
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 Sat, 02 Mar 2024 02:16:34 GMT and should not be manually modified.
This log was last generated on Tue, 26 Mar 2024 00:12:38 GMT and should not be manually modified.

<!-- Start content -->

## 1.10.0

Tue, 26 Mar 2024 00:12:38 GMT

### Minor changes

- Update dependency undertaker to v2 (email not defined)

## 1.9.0

Sat, 02 Mar 2024 02:16:34 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/just-task/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-task",
"version": "1.9.0",
"version": "1.10.0",
"description": "Build task definition library",
"keywords": [],
"repository": {
Expand Down

0 comments on commit 11527b4

Please sign in to comment.