@ot-builder/cli-shared 1.5.5 → 1.6.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 +22 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,28 @@
|
|
|
2
2
|
"name": "@ot-builder/cli-shared",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat,
|
|
5
|
+
"date": "Sat, 21 Jan 2023 01:08:43 GMT",
|
|
6
|
+
"tag": "@ot-builder/cli-shared_v1.6.0",
|
|
7
|
+
"version": "1.6.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "@ot-builder/cli-shared",
|
|
13
|
+
"comment": "Bump @ot-builder/ot to v1.6.0",
|
|
14
|
+
"commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@ot-builder/cli-shared",
|
|
19
|
+
"comment": "Bump @ot-builder/io-bin-font to v1.6.0",
|
|
20
|
+
"commit": "e80cd99ac2e97a339ecbe083e3c9a2c10a6b12d7"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Sat, 03 Dec 2022 01:09:39 GMT",
|
|
6
27
|
"tag": "@ot-builder/cli-shared_v1.5.5",
|
|
7
28
|
"version": "1.5.5",
|
|
8
29
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,21 @@
|
|
|
1
1
|
# Change Log - @ot-builder/cli-shared
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat,
|
|
3
|
+
This log was last generated on Sat, 21 Jan 2023 01:08:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.6.0
|
|
8
|
+
|
|
9
|
+
Sat, 21 Jan 2023 01:08:43 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump @ot-builder/ot to v1.6.0
|
|
14
|
+
- Bump @ot-builder/io-bin-font to v1.6.0
|
|
15
|
+
|
|
7
16
|
## 1.5.5
|
|
8
17
|
|
|
9
|
-
Sat, 03 Dec 2022 01:
|
|
18
|
+
Sat, 03 Dec 2022 01:09:39 GMT
|
|
10
19
|
|
|
11
20
|
### Patches
|
|
12
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ot-builder/cli-shared",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
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.
|
|
28
|
-
"@ot-builder/io-bin-font": "1.
|
|
27
|
+
"@ot-builder/ot": "1.6.0",
|
|
28
|
+
"@ot-builder/io-bin-font": "1.6.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/jest": "^26.0.23",
|