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 7, 2024
1 parent fb00e02 commit 46dba03
Show file tree
Hide file tree
Showing 14 changed files with 119 additions and 31 deletions.
18 changes: 0 additions & 18 deletions change/change-97a756b4-1178-40aa-b243-2f53c2d92403.json

This file was deleted.

27 changes: 27 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
"version": "0.19.1",
"tag": "@lage-run/cli_v0.19.1",
"comments": {
"patch": [
{
"author": "[email protected]",
"package": "@lage-run/cli",
"commit": "fb00e0249a448bd0ab09a0f68e9ea3456d2a7152",
"comment": "adding parallelism to server"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/config to v0.4.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v1.2.11",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 06 Sep 2024 20:03:01 GMT",
"version": "0.19.0",
Expand Down
12 changes: 11 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Change Log - @lage-run/cli

This log was last generated on Fri, 06 Sep 2024 20:03:01 GMT and should not be manually modified.
This log was last generated on Sat, 07 Sep 2024 00:01:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.19.1

Sat, 07 Sep 2024 00:01:57 GMT

### Patches

- adding parallelism to server ([email protected])
- Bump @lage-run/config to v0.4.0
- Bump @lage-run/scheduler to v1.2.11

## 0.19.0

Fri, 06 Sep 2024 20:03:01 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/cli",
"version": "0.19.0",
"version": "0.19.1",
"description": "Command Line Interface for Lage",
"repository": {
"type": "git",
Expand All @@ -21,13 +21,13 @@
},
"dependencies": {
"@lage-run/cache": "^1.3.1",
"@lage-run/config": "^0.3.7",
"@lage-run/config": "^0.4.0",
"@lage-run/hasher": "^1.3.1",
"@lage-run/logger": "^1.3.0",
"@lage-run/reporters": "^1.2.8",
"@lage-run/rpc": "^1.1.0",
"@lage-run/runners": "^1.0.1",
"@lage-run/scheduler": "^1.2.10",
"@lage-run/scheduler": "^1.2.11",
"@lage-run/scheduler-types": "^0.3.14",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/worker-threads-pool": "^0.8.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/config/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/config",
"entries": [
{
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
"version": "0.4.0",
"tag": "@lage-run/config_v0.4.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/config",
"commit": "fb00e0249a448bd0ab09a0f68e9ea3456d2a7152",
"comment": "adding parallelism to server"
}
]
}
},
{
"date": "Wed, 28 Aug 2024 21:12:45 GMT",
"version": "0.3.7",
Expand Down
10 changes: 9 additions & 1 deletion packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/config

This log was last generated on Wed, 28 Aug 2024 21:12:45 GMT and should not be manually modified.
This log was last generated on Sat, 07 Sep 2024 00:01:57 GMT and should not be manually modified.

<!-- Start content -->

## 0.4.0

Sat, 07 Sep 2024 00:01:57 GMT

### Minor changes

- adding parallelism to server ([email protected])

## 0.3.7

Wed, 28 Aug 2024 21:12:45 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/config",
"version": "0.3.7",
"version": "0.4.0",
"description": "Config management for Lage",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"lint": "monorepo-scripts lint"
},
"dependencies": {
"@lage-run/cli": "^0.19.0",
"@lage-run/cli": "^0.19.1",
"@lage-run/monorepo-scripts": "*",
"@lage-run/target-graph": "^0.8.9",
"@lage-run/scheduler-types": "^0.3.14",
Expand Down
15 changes: 15 additions & 0 deletions packages/lage/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "lage",
"entries": [
{
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
"version": "2.8.1",
"tag": "lage_v2.8.1",
"comments": {
"patch": [
{
"author": "beachball",
"package": "lage",
"comment": "Bump @lage-run/cli to v0.19.1",
"commit": "not available"
}
]
}
},
{
"date": "Fri, 06 Sep 2024 20:03:01 GMT",
"version": "2.8.0",
Expand Down
10 changes: 9 additions & 1 deletion packages/lage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - lage

This log was last generated on Fri, 06 Sep 2024 20:03:01 GMT and should not be manually modified.
This log was last generated on Sat, 07 Sep 2024 00:01:57 GMT and should not be manually modified.

<!-- Start content -->

## 2.8.1

Sat, 07 Sep 2024 00:01:57 GMT

### Patches

- Bump @lage-run/cli to v0.19.1

## 2.8.0

Fri, 06 Sep 2024 20:03:01 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/lage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lage",
"version": "2.8.0",
"version": "2.8.1",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/lage"
Expand All @@ -23,7 +23,7 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.19.0",
"@lage-run/cli": "^0.19.1",
"@lage-run/runners": "^1.0.1",
"backfill-config": "6.4.2",
"dts-bundle-generator": "^9.5.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/scheduler/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/scheduler",
"entries": [
{
"date": "Sat, 07 Sep 2024 00:01:57 GMT",
"version": "1.2.11",
"tag": "@lage-run/scheduler_v1.2.11",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/scheduler",
"comment": "Bump @lage-run/config to v0.4.0",
"commit": "not available"
}
]
}
},
{
"date": "Wed, 04 Sep 2024 23:25:05 GMT",
"version": "1.2.10",
Expand Down
10 changes: 9 additions & 1 deletion packages/scheduler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/scheduler

This log was last generated on Wed, 04 Sep 2024 23:25:05 GMT and should not be manually modified.
This log was last generated on Sat, 07 Sep 2024 00:01:57 GMT and should not be manually modified.

<!-- Start content -->

## 1.2.11

Sat, 07 Sep 2024 00:01:57 GMT

### Patches

- Bump @lage-run/config to v0.4.0

## 1.2.10

Wed, 04 Sep 2024 23:25:05 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "1.2.10",
"version": "1.2.11",
"description": "Scheduler for Lage",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
"@lage-run/target-graph": "^0.8.9",
"@lage-run/logger": "^1.3.0",
"@lage-run/cache": "^1.3.1",
"@lage-run/config": "^0.3.7",
"@lage-run/config": "^0.4.0",
"@lage-run/hasher": "^1.3.1",
"@lage-run/runners": "^1.0.1",
"@lage-run/worker-threads-pool": "^0.8.0"
Expand Down

0 comments on commit 46dba03

Please sign in to comment.