@lage-run/scheduler 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
2
2
  "name": "@lage-run/scheduler",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 21 Feb 2023 21:30:26 GMT",
5
+ "date": "Wed, 08 Mar 2023 17:35:15 GMT",
6
+ "tag": "@lage-run/scheduler_v0.9.2",
7
+ "version": "0.9.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/scheduler",
13
+ "comment": "Bump @lage-run/cache to v0.4.1",
14
+ "commit": "dfce517d96aacaa7d2e145c18a67e8b7cff00da8"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 08 Mar 2023 00:05:27 GMT",
21
+ "tag": "@lage-run/scheduler_v0.9.1",
22
+ "version": "0.9.1",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "beachball",
27
+ "package": "@lage-run/scheduler",
28
+ "comment": "Bump @lage-run/target-graph to v0.7.0",
29
+ "commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@lage-run/scheduler",
34
+ "comment": "Bump @lage-run/cache to v0.4.0",
35
+ "commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@lage-run/scheduler",
40
+ "comment": "Bump @lage-run/scheduler-types to v0.3.2",
41
+ "commit": "e2eb2c00d1b23e2c65943e9c64134c14e04f985f"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Tue, 21 Feb 2023 21:30:37 GMT",
6
48
  "tag": "@lage-run/scheduler_v0.9.0",
7
49
  "version": "0.9.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,30 @@
1
1
  # Change Log - @lage-run/scheduler
2
2
 
3
- This log was last generated on Tue, 21 Feb 2023 21:30:26 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Mar 2023 17:35:15 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.9.2
8
+
9
+ Wed, 08 Mar 2023 17:35:15 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/cache to v0.4.1
14
+
15
+ ## 0.9.1
16
+
17
+ Wed, 08 Mar 2023 00:05:27 GMT
18
+
19
+ ### Patches
20
+
21
+ - Bump @lage-run/target-graph to v0.7.0
22
+ - Bump @lage-run/cache to v0.4.0
23
+ - Bump @lage-run/scheduler-types to v0.3.2
24
+
7
25
  ## 0.9.0
8
26
 
9
- Tue, 21 Feb 2023 21:30:26 GMT
27
+ Tue, 21 Feb 2023 21:30:37 GMT
10
28
 
11
29
  ### Minor changes
12
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/scheduler",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Scheduler for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -15,13 +15,13 @@
15
15
  "lint": "monorepo-scripts lint"
16
16
  },
17
17
  "dependencies": {
18
- "@lage-run/target-graph": "^0.6.2",
18
+ "@lage-run/target-graph": "^0.7.0",
19
19
  "@lage-run/logger": "^1.2.2",
20
- "@lage-run/cache": "^0.3.0",
20
+ "@lage-run/cache": "^0.4.1",
21
21
  "@lage-run/worker-threads-pool": "^0.5.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@lage-run/scheduler-types": "^0.3.1",
24
+ "@lage-run/scheduler-types": "^0.3.2",
25
25
  "monorepo-scripts": "*"
26
26
  },
27
27
  "publishConfig": {