Skip to content

Commit b0ee668

Browse files
committed
applying package updates
1 parent 174afb3 commit b0ee668

12 files changed

+83
-25
lines changed

change/change-b3854d88-f30e-42e5-a69f-ef2440c13b70.json

-11
This file was deleted.

packages/cli/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@lage-run/cli",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Feb 2025 18:31:49 GMT",
6+
"version": "0.25.1",
7+
"tag": "@lage-run/cli_v0.25.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@lage-run/cli",
13+
"comment": "Bump @lage-run/scheduler to v1.5.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 24 Jan 2025 23:04:32 GMT",
621
"version": "0.25.0",

packages/cli/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @lage-run/cli
22

3-
<!-- This log was last generated on Fri, 24 Jan 2025 23:04:32 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Feb 2025 18:31:49 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.25.1
8+
9+
Tue, 04 Feb 2025 18:31:49 GMT
10+
11+
### Patches
12+
13+
- Bump @lage-run/scheduler to v1.5.1
14+
715
## 0.25.0
816

917
Fri, 24 Jan 2025 23:04:32 GMT

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lage-run/cli",
3-
"version": "0.25.0",
3+
"version": "0.25.1",
44
"description": "Command Line Interface for Lage",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
"@lage-run/reporters": "^1.2.19",
3131
"@lage-run/rpc": "^1.2.3",
3232
"@lage-run/runners": "^1.2.1",
33-
"@lage-run/scheduler": "^1.5.0",
33+
"@lage-run/scheduler": "^1.5.1",
3434
"@lage-run/scheduler-types": "^0.3.23",
3535
"@lage-run/target-graph": "^0.11.1",
3636
"@lage-run/worker-threads-pool": "^0.9.0",

packages/e2e-tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint": "monorepo-scripts lint"
2020
},
2121
"dependencies": {
22-
"@lage-run/cli": "^0.25.0",
22+
"@lage-run/cli": "^0.25.1",
2323
"@lage-run/globby": "^14.2.0",
2424
"@lage-run/monorepo-scripts": "*",
2525
"@lage-run/scheduler-types": "^0.3.23",

packages/lage/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "lage",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Feb 2025 18:31:49 GMT",
6+
"version": "2.12.11",
7+
"tag": "lage_v2.12.11",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "lage",
13+
"comment": "Bump @lage-run/cli to v0.25.1",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 24 Jan 2025 23:04:32 GMT",
621
"version": "2.12.10",

packages/lage/CHANGELOG.md

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

3-
<!-- This log was last generated on Fri, 24 Jan 2025 23:04:32 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Feb 2025 18:31:49 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.12.11
8+
9+
Tue, 04 Feb 2025 18:31:49 GMT
10+
11+
### Patches
12+
13+
- Bump @lage-run/cli to v0.25.1
14+
715
## 2.12.10
816

917
Fri, 24 Jan 2025 23:04:32 GMT

packages/lage/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lage",
3-
"version": "2.12.10",
3+
"version": "2.12.11",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/microsoft/lage"
@@ -23,7 +23,7 @@
2323
"fsevents": "~2.3.2"
2424
},
2525
"devDependencies": {
26-
"@lage-run/cli": "^0.25.0",
26+
"@lage-run/cli": "^0.25.1",
2727
"@lage-run/runners": "^1.2.1",
2828
"backfill-config": "6.4.2",
2929
"dts-bundle-generator": "^9.5.1",

packages/scheduler/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@lage-run/scheduler",
33
"entries": [
4+
{
5+
"date": "Tue, 04 Feb 2025 18:31:49 GMT",
6+
"version": "1.5.1",
7+
"tag": "@lage-run/scheduler_v1.5.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@lage-run/scheduler",
13+
"commit": "174afb345e9c221cdefa99726b7ef2a1c5456ef8",
14+
"comment": "Fire the complete event at the correct time, fixes a bug where sometimes the start time of a task on the thread was before the end time of the previous task on that same thread"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 23 Jan 2025 17:38:05 GMT",
621
"version": "1.5.0",

packages/scheduler/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @lage-run/scheduler
22

3-
<!-- This log was last generated on Thu, 23 Jan 2025 17:38:05 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 04 Feb 2025 18:31:49 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.5.1
8+
9+
Tue, 04 Feb 2025 18:31:49 GMT
10+
11+
### Patches
12+
13+
- Fire the complete event at the correct time, fixes a bug where sometimes the start time of a task on the thread was before the end time of the previous task on that same thread ([email protected])
14+
715
## 1.5.0
816

917
Thu, 23 Jan 2025 17:38:05 GMT

packages/scheduler/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lage-run/scheduler",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Scheduler for Lage",
55
"repository": {
66
"type": "git",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ __metadata:
16971697
languageName: unknown
16981698
linkType: soft
16991699

1700-
"@lage-run/cli@npm:^0.25.0, @lage-run/cli@workspace:packages/cli":
1700+
"@lage-run/cli@npm:^0.25.1, @lage-run/cli@workspace:packages/cli":
17011701
version: 0.0.0-use.local
17021702
resolution: "@lage-run/cli@workspace:packages/cli"
17031703
dependencies:
@@ -1712,7 +1712,7 @@ __metadata:
17121712
"@lage-run/reporters": "npm:^1.2.19"
17131713
"@lage-run/rpc": "npm:^1.2.3"
17141714
"@lage-run/runners": "npm:^1.2.1"
1715-
"@lage-run/scheduler": "npm:^1.5.0"
1715+
"@lage-run/scheduler": "npm:^1.5.1"
17161716
"@lage-run/scheduler-types": "npm:^0.3.23"
17171717
"@lage-run/target-graph": "npm:^0.11.1"
17181718
"@lage-run/worker-threads-pool": "npm:^0.9.0"
@@ -1751,7 +1751,7 @@ __metadata:
17511751
version: 0.0.0-use.local
17521752
resolution: "@lage-run/e2e-tests@workspace:packages/e2e-tests"
17531753
dependencies:
1754-
"@lage-run/cli": "npm:^0.25.0"
1754+
"@lage-run/cli": "npm:^0.25.1"
17551755
"@lage-run/globby": "npm:^14.2.0"
17561756
"@lage-run/monorepo-scripts": "npm:*"
17571757
"@lage-run/scheduler-types": "npm:^0.3.23"
@@ -1901,7 +1901,7 @@ __metadata:
19011901
languageName: unknown
19021902
linkType: soft
19031903

1904-
"@lage-run/scheduler@npm:^1.5.0, @lage-run/scheduler@workspace:packages/scheduler":
1904+
"@lage-run/scheduler@npm:^1.5.1, @lage-run/scheduler@workspace:packages/scheduler":
19051905
version: 0.0.0-use.local
19061906
resolution: "@lage-run/scheduler@workspace:packages/scheduler"
19071907
dependencies:
@@ -6108,7 +6108,7 @@ __metadata:
61086108
version: 0.0.0-use.local
61096109
resolution: "lage@workspace:packages/lage"
61106110
dependencies:
6111-
"@lage-run/cli": "npm:^0.25.0"
6111+
"@lage-run/cli": "npm:^0.25.1"
61126112
"@lage-run/runners": "npm:^1.2.1"
61136113
backfill-config: "npm:6.4.2"
61146114
dts-bundle-generator: "npm:^9.5.1"

0 commit comments

Comments
 (0)