@ot-builder/cli-shared 1.5.0 → 1.5.3

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,70 @@
2
2
  "name": "@ot-builder/cli-shared",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 26 Mar 2022 01:35:44 GMT",
5
+ "date": "Fri, 24 Jun 2022 07:03:56 GMT",
6
+ "tag": "@ot-builder/cli-shared_v1.5.3",
7
+ "version": "1.5.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@ot-builder/cli-shared",
13
+ "comment": "Bump @ot-builder/ot to v1.5.3",
14
+ "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@ot-builder/cli-shared",
19
+ "comment": "Bump @ot-builder/io-bin-font to v1.5.3",
20
+ "commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 30 Apr 2022 01:52:52 GMT",
27
+ "tag": "@ot-builder/cli-shared_v1.5.2",
28
+ "version": "1.5.2",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "beachball",
33
+ "package": "@ot-builder/cli-shared",
34
+ "comment": "Bump @ot-builder/ot to v1.5.2",
35
+ "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@ot-builder/cli-shared",
40
+ "comment": "Bump @ot-builder/io-bin-font to v1.5.2",
41
+ "commit": "5a0c2cbaa1e9aa34821a913004e8c8ae0f4cb1d7"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Sat, 02 Apr 2022 01:40:06 GMT",
48
+ "tag": "@ot-builder/cli-shared_v1.5.1",
49
+ "version": "1.5.1",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "author": "beachball",
54
+ "package": "@ot-builder/cli-shared",
55
+ "comment": "Bump @ot-builder/ot to v1.5.1",
56
+ "commit": "f87981f0891315771cda43fb56a3d8e85731a0af"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@ot-builder/cli-shared",
61
+ "comment": "Bump @ot-builder/io-bin-font to v1.5.1",
62
+ "commit": "f87981f0891315771cda43fb56a3d8e85731a0af"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Sat, 26 Mar 2022 01:37:00 GMT",
6
69
  "tag": "@ot-builder/cli-shared_v1.5.0",
7
70
  "version": "1.5.0",
8
71
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @ot-builder/cli-shared
2
2
 
3
- This log was last generated on Sat, 26 Mar 2022 01:35:44 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 24 Jun 2022 07:03:56 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.5.3
8
+
9
+ Fri, 24 Jun 2022 07:03:56 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @ot-builder/ot to v1.5.3
14
+ - Bump @ot-builder/io-bin-font to v1.5.3
15
+
16
+ ## 1.5.2
17
+
18
+ Sat, 30 Apr 2022 01:52:52 GMT
19
+
20
+ ### Patches
21
+
22
+ - Bump @ot-builder/ot to v1.5.2
23
+ - Bump @ot-builder/io-bin-font to v1.5.2
24
+
25
+ ## 1.5.1
26
+
27
+ Sat, 02 Apr 2022 01:40:06 GMT
28
+
29
+ ### Patches
30
+
31
+ - Bump @ot-builder/ot to v1.5.1
32
+ - Bump @ot-builder/io-bin-font to v1.5.1
33
+
7
34
  ## 1.5.0
8
35
 
9
- Sat, 26 Mar 2022 01:35:44 GMT
36
+ Sat, 26 Mar 2022 01:37:00 GMT
10
37
 
11
38
  ### Minor changes
12
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ot-builder/cli-shared",
3
- "version": "1.5.0",
3
+ "version": "1.5.3",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "tslib": "^2.0.0",
27
- "@ot-builder/ot": "1.5.0",
28
- "@ot-builder/io-bin-font": "1.5.0"
27
+ "@ot-builder/ot": "1.5.3",
28
+ "@ot-builder/io-bin-font": "1.5.3"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/jest": "^26.0.23",