@ot-builder/cli-proc 1.4.0 → 1.5.0

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,58 @@
2
2
  "name": "@ot-builder/cli-proc",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 26 Feb 2022 01:26:05 GMT",
5
+ "date": "Sat, 26 Mar 2022 01:35:44 GMT",
6
+ "tag": "@ot-builder/cli-proc_v1.5.0",
7
+ "version": "1.5.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ot-builder/cli-proc",
13
+ "comment": "Bump @ot-builder/io-bin-font to v1.5.0",
14
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ot-builder/cli-proc",
19
+ "comment": "Bump @ot-builder/primitive to v1.5.0",
20
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@ot-builder/cli-proc",
25
+ "comment": "Bump @ot-builder/common-impl to v1.5.0",
26
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@ot-builder/cli-proc",
31
+ "comment": "Bump @ot-builder/rectify to v1.5.0",
32
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@ot-builder/cli-proc",
37
+ "comment": "Bump @ot-builder/trace to v1.5.0",
38
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@ot-builder/cli-proc",
43
+ "comment": "Bump @ot-builder/prelude to v1.5.0",
44
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@ot-builder/cli-proc",
49
+ "comment": "Bump @ot-builder/ot to v1.5.0",
50
+ "commit": "0d6eb83609255ffdfd147ed0610aab1aa424b357"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Sat, 26 Feb 2022 01:27:19 GMT",
6
57
  "tag": "@ot-builder/cli-proc_v1.4.0",
7
58
  "version": "1.4.0",
8
59
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,26 @@
1
1
  # Change Log - @ot-builder/cli-proc
2
2
 
3
- This log was last generated on Sat, 26 Feb 2022 01:26:05 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 26 Mar 2022 01:35:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.5.0
8
+
9
+ Sat, 26 Mar 2022 01:35:44 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Bump @ot-builder/io-bin-font to v1.5.0
14
+ - Bump @ot-builder/primitive to v1.5.0
15
+ - Bump @ot-builder/common-impl to v1.5.0
16
+ - Bump @ot-builder/rectify to v1.5.0
17
+ - Bump @ot-builder/trace to v1.5.0
18
+ - Bump @ot-builder/prelude to v1.5.0
19
+ - Bump @ot-builder/ot to v1.5.0
20
+
7
21
  ## 1.4.0
8
22
 
9
- Sat, 26 Feb 2022 01:26:05 GMT
23
+ Sat, 26 Feb 2022 01:27:19 GMT
10
24
 
11
25
  ### Minor changes
12
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-proc",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.0.0",
27
- "@ot-builder/io-bin-font": "1.4.0",
28
- "@ot-builder/primitive": "1.4.0",
29
- "@ot-builder/common-impl": "1.4.0",
30
- "@ot-builder/rectify": "1.4.0",
31
- "@ot-builder/trace": "1.4.0",
32
- "@ot-builder/prelude": "1.4.0",
33
- "@ot-builder/ot": "1.4.0"
27
+ "@ot-builder/io-bin-font": "1.5.0",
28
+ "@ot-builder/primitive": "1.5.0",
29
+ "@ot-builder/common-impl": "1.5.0",
30
+ "@ot-builder/rectify": "1.5.0",
31
+ "@ot-builder/trace": "1.5.0",
32
+ "@ot-builder/prelude": "1.5.0",
33
+ "@ot-builder/ot": "1.5.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/jest": "^26.0.23",