Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Dec 5, 2022
1 parent 347522c commit 171a52a
Show file tree
Hide file tree
Showing 11 changed files with 86 additions and 17 deletions.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@lage-run/cli",
"entries": [
{
"date": "Mon, 05 Dec 2022 18:02:35 GMT",
"tag": "@lage-run/cli_v0.5.3",
"version": "0.5.3",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/cli",
"comment": "Bump @lage-run/scheduler to v0.7.0",
"commit": "347522c6a3d6ec77bee6ace1bbd60a08b42e4513"
}
]
}
},
{
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
"tag": "@lage-run/cli_v0.5.2",
Expand Down
10 changes: 9 additions & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @lage-run/cli

This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
This log was last generated on Mon, 05 Dec 2022 18:02:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.5.3

Mon, 05 Dec 2022 18:02:35 GMT

### Patches

- Bump @lage-run/scheduler to v0.7.0

## 0.5.2

Mon, 21 Nov 2022 06:32:03 GMT
Expand Down
4 changes: 2 additions & 2 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.5.2",
"version": "0.5.3",
"description": "Command Line Interface for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"@lage-run/find-npm-client": "^0.1.4",
"@lage-run/logger": "^1.2.2",
"@lage-run/scheduler": "^0.6.0",
"@lage-run/scheduler": "^0.7.0",
"@lage-run/scheduler-types": "^0.2.9",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/cache": "^0.2.3",
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 @@ -20,7 +20,7 @@
},
"dependencies": {
"monorepo-scripts": "*",
"@lage-run/cli": "^0.5.2",
"@lage-run/cli": "^0.5.3",
"@lage-run/target-graph": "^0.6.1",
"@lage-run/scheduler-types": "^0.2.9",
"execa": "5.1.1"
Expand Down
21 changes: 21 additions & 0 deletions packages/lage2/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@lage-run/lage",
"entries": [
{
"date": "Mon, 05 Dec 2022 18:02:35 GMT",
"tag": "@lage-run/lage_v2.5.20",
"version": "2.5.20",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/cli to v0.5.3",
"commit": "347522c6a3d6ec77bee6ace1bbd60a08b42e4513"
},
{
"author": "beachball",
"package": "@lage-run/lage",
"comment": "Bump @lage-run/scheduler to v0.7.0",
"commit": "347522c6a3d6ec77bee6ace1bbd60a08b42e4513"
}
]
}
},
{
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
"tag": "@lage-run/lage_v2.5.19",
Expand Down
11 changes: 10 additions & 1 deletion packages/lage2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @lage-run/lage

This log was last generated on Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
This log was last generated on Mon, 05 Dec 2022 18:02:35 GMT and should not be manually modified.

<!-- Start content -->

## 2.5.20

Mon, 05 Dec 2022 18:02:35 GMT

### Patches

- Bump @lage-run/cli to v0.5.3
- Bump @lage-run/scheduler to v0.7.0

## 2.5.19

Mon, 21 Nov 2022 06:32:03 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/lage2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/lage",
"version": "2.5.19",
"version": "2.5.20",
"main": "dist/main.js",
"bin": {
"lage": "dist/lage.js"
Expand All @@ -13,8 +13,8 @@
"fsevents": "~2.3.2"
},
"devDependencies": {
"@lage-run/cli": "^0.5.2",
"@lage-run/scheduler": "^0.6.0",
"@lage-run/cli": "^0.5.3",
"@lage-run/scheduler": "^0.7.0",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "14.1.0",
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": "Mon, 05 Dec 2022 18:02:35 GMT",
"tag": "@lage-run/scheduler_v0.7.0",
"version": "0.7.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@lage-run/scheduler",
"commit": "347522c6a3d6ec77bee6ace1bbd60a08b42e4513",
"comment": "adding custom package.json script support"
}
]
}
},
{
"date": "Mon, 21 Nov 2022 06:32:03 GMT",
"tag": "@lage-run/scheduler_v0.6.0",
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 Mon, 21 Nov 2022 06:32:03 GMT and should not be manually modified.
This log was last generated on Mon, 05 Dec 2022 18:02:35 GMT and should not be manually modified.

<!-- Start content -->

## 0.7.0

Mon, 05 Dec 2022 18:02:35 GMT

### Minor changes

- adding custom package.json script support ([email protected])

## 0.6.0

Mon, 21 Nov 2022 06:32:03 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lage-run/scheduler",
"version": "0.6.0",
"version": "0.7.0",
"description": "Scheduler for Lage",
"repository": {
"url": "https://github.com/microsoft/lage"
Expand Down

0 comments on commit 171a52a

Please sign in to comment.