otb-ttc-bundle 1.5.2 → 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 +28 -1
- package/CHANGELOG.md +12 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "otb-ttc-bundle",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 24 Jun 2022 07:03:56 GMT",
|
|
6
|
+
"tag": "otb-ttc-bundle_v1.5.3",
|
|
7
|
+
"version": "1.5.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "otb-ttc-bundle",
|
|
13
|
+
"comment": "Bump ot-builder to v1.5.3",
|
|
14
|
+
"commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "otb-ttc-bundle",
|
|
19
|
+
"comment": "Bump @ot-builder/cli-help-shower to v1.5.3",
|
|
20
|
+
"commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "otb-ttc-bundle",
|
|
25
|
+
"comment": "Bump @ot-builder/cli-shared to v1.5.3",
|
|
26
|
+
"commit": "de04c0b58fcaf7beaf9165568f674ff823549c22"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Sat, 30 Apr 2022 01:52:52 GMT",
|
|
6
33
|
"tag": "otb-ttc-bundle_v1.5.2",
|
|
7
34
|
"version": "1.5.2",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - otb-ttc-bundle
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
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 to v1.5.3
|
|
14
|
+
- Bump @ot-builder/cli-help-shower to v1.5.3
|
|
15
|
+
- Bump @ot-builder/cli-shared to v1.5.3
|
|
16
|
+
|
|
7
17
|
## 1.5.2
|
|
8
18
|
|
|
9
|
-
Sat, 30 Apr 2022 01:
|
|
19
|
+
Sat, 30 Apr 2022 01:52:52 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "otb-ttc-bundle",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"bin": {
|
|
5
5
|
"otb-ttc-bundle": "./bin/otb-ttc-bundle"
|
|
6
6
|
},
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"tslib": "^2.0.0",
|
|
30
|
-
"ot-builder": "1.5.
|
|
31
|
-
"@ot-builder/cli-help-shower": "1.5.
|
|
32
|
-
"@ot-builder/cli-shared": "1.5.
|
|
30
|
+
"ot-builder": "1.5.3",
|
|
31
|
+
"@ot-builder/cli-help-shower": "1.5.3",
|
|
32
|
+
"@ot-builder/cli-shared": "1.5.3"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/jest": "^26.0.23",
|