Skip to content

Commit a64dd62

Browse files
committed
applying package updates
1 parent 55e52e9 commit a64dd62

8 files changed

+52
-17
lines changed

change/change-89ce5016-69e1-46b3-bd87-88406b2ee323.json

-11
This file was deleted.

packages/example-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"node": ">=14"
1515
},
1616
"devDependencies": {
17-
"just-scripts": ">=2.3.2 <3.0.0",
17+
"just-scripts": ">=2.3.3 <3.0.0",
1818
"ts-node": "^10.8.0"
1919
}
2020
}

packages/just-scripts/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "just-scripts",
33
"entries": [
4+
{
5+
"date": "Tue, 10 Dec 2024 22:22:46 GMT",
6+
"version": "2.3.3",
7+
"tag": "just-scripts_v2.3.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "just-scripts",
13+
"comment": "Bump just-task to v1.11.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 10 Sep 2024 03:04:12 GMT",
621
"version": "2.3.2",

packages/just-scripts/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - just-scripts
22

3-
This log was last generated on Tue, 10 Sep 2024 03:04:12 GMT and should not be manually modified.
3+
This log was last generated on Tue, 10 Dec 2024 22:22:46 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 2.3.3
8+
9+
Tue, 10 Dec 2024 22:22:46 GMT
10+
11+
### Patches
12+
13+
- Bump just-task to v1.11.0
14+
715
## 2.3.2
816

917
Tue, 10 Sep 2024 03:04:12 GMT

packages/just-scripts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-scripts",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"description": "Just Stack Scripts",
55
"keywords": [],
66
"repository": {
@@ -32,7 +32,7 @@
3232
"fs-extra": "^11.0.0",
3333
"glob": "^7.1.3",
3434
"just-scripts-utils": "^2.0.1",
35-
"just-task": ">=1.10.0 <2.0.0",
35+
"just-task": ">=1.11.0 <2.0.0",
3636
"prompts": "^2.4.0",
3737
"run-parallel-limit": "^1.0.6",
3838
"semver": "^7.0.0",

packages/just-task/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "just-task",
33
"entries": [
4+
{
5+
"date": "Tue, 10 Dec 2024 22:22:46 GMT",
6+
"version": "1.11.0",
7+
"tag": "just-task_v1.11.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "just-task",
13+
"commit": "55e52e9274b9e42d8b243a7a67ec73188dd222c3",
14+
"comment": "Add .cjs config support"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 26 Mar 2024 00:12:38 GMT",
621
"version": "1.10.0",

packages/just-task/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - just-task
22

3-
This log was last generated on Tue, 26 Mar 2024 00:12:38 GMT and should not be manually modified.
3+
This log was last generated on Tue, 10 Dec 2024 22:22:46 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.11.0
8+
9+
Tue, 10 Dec 2024 22:22:46 GMT
10+
11+
### Minor changes
12+
13+
- Add .cjs config support ([email protected])
14+
715
## 1.10.0
816

917
Tue, 26 Mar 2024 00:12:38 GMT

packages/just-task/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "just-task",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Build task definition library",
55
"keywords": [],
66
"repository": {

0 commit comments

Comments
 (0)