otb-ttc-bundle 1.6.1 → 1.6.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,61 @@
2
2
  "name": "otb-ttc-bundle",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 28 Jan 2023 01:10:30 GMT",
5
+ "date": "Sat, 22 Apr 2023 00:59:44 GMT",
6
+ "tag": "otb-ttc-bundle_v1.6.3",
7
+ "version": "1.6.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "otb-ttc-bundle",
13
+ "comment": "Bump ot-builder to v1.6.3",
14
+ "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "otb-ttc-bundle",
19
+ "comment": "Bump @ot-builder/cli-help-shower to v1.6.3",
20
+ "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "otb-ttc-bundle",
25
+ "comment": "Bump @ot-builder/cli-shared to v1.6.3",
26
+ "commit": "b19d6f897aa2a52a78cc95ca4832baeda71446a2"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Sat, 15 Apr 2023 01:06:43 GMT",
33
+ "tag": "otb-ttc-bundle_v1.6.2",
34
+ "version": "1.6.2",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "otb-ttc-bundle",
40
+ "comment": "Bump ot-builder to v1.6.2",
41
+ "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "otb-ttc-bundle",
46
+ "comment": "Bump @ot-builder/cli-help-shower to v1.6.2",
47
+ "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "otb-ttc-bundle",
52
+ "comment": "Bump @ot-builder/cli-shared to v1.6.2",
53
+ "commit": "904070a829a8f0464bb379923786f95a40dbbbb9"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Sat, 28 Jan 2023 01:12:19 GMT",
6
60
  "tag": "otb-ttc-bundle_v1.6.1",
7
61
  "version": "1.6.1",
8
62
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - otb-ttc-bundle
2
2
 
3
- This log was last generated on Sat, 28 Jan 2023 01:10:30 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 22 Apr 2023 00:59:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.6.3
8
+
9
+ Sat, 22 Apr 2023 00:59:44 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump ot-builder to v1.6.3
14
+ - Bump @ot-builder/cli-help-shower to v1.6.3
15
+ - Bump @ot-builder/cli-shared to v1.6.3
16
+
17
+ ## 1.6.2
18
+
19
+ Sat, 15 Apr 2023 01:06:43 GMT
20
+
21
+ ### Patches
22
+
23
+ - Bump ot-builder to v1.6.2
24
+ - Bump @ot-builder/cli-help-shower to v1.6.2
25
+ - Bump @ot-builder/cli-shared to v1.6.2
26
+
7
27
  ## 1.6.1
8
28
 
9
- Sat, 28 Jan 2023 01:10:30 GMT
29
+ Sat, 28 Jan 2023 01:12:19 GMT
10
30
 
11
31
  ### Patches
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otb-ttc-bundle",
3
- "version": "1.6.1",
3
+ "version": "1.6.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.6.1",
31
- "@ot-builder/cli-help-shower": "1.6.1",
32
- "@ot-builder/cli-shared": "1.6.1"
30
+ "ot-builder": "1.6.3",
31
+ "@ot-builder/cli-help-shower": "1.6.3",
32
+ "@ot-builder/cli-shared": "1.6.3"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^26.0.23",