otb-ttc-bundle 1.3.3 → 1.4.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,40 @@
2
2
  "name": "otb-ttc-bundle",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Dec 2021 01:17:29 GMT",
5
+ "date": "Sat, 26 Feb 2022 01:26:05 GMT",
6
+ "tag": "otb-ttc-bundle_v1.4.0",
7
+ "version": "1.4.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "otbbuilder-dev@users.noreply.github.com",
12
+ "package": "otb-ttc-bundle",
13
+ "commit": "d5ef5ade3424ec81b7545c9967badddeb9cc8f1b",
14
+ "comment": "Enhance OTBCLI with better subset, drop and transform-glyphs"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "otb-ttc-bundle",
19
+ "comment": "Bump ot-builder to v1.4.0",
20
+ "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "otb-ttc-bundle",
25
+ "comment": "Bump @ot-builder/cli-help-shower to v1.4.0",
26
+ "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "otb-ttc-bundle",
31
+ "comment": "Bump @ot-builder/cli-shared to v1.4.0",
32
+ "commit": "f1c3eedd84cadff44ee97d878a245b451ce7bd59"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Sat, 18 Dec 2021 01:19:54 GMT",
6
39
  "tag": "otb-ttc-bundle_v1.3.3",
7
40
  "version": "1.3.3",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - otb-ttc-bundle
2
2
 
3
- This log was last generated on Sat, 18 Dec 2021 01:17:29 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 26 Feb 2022 01:26:05 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.4.0
8
+
9
+ Sat, 26 Feb 2022 01:26:05 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Enhance OTBCLI with better subset, drop and transform-glyphs (otbbuilder-dev@users.noreply.github.com)
14
+ - Bump ot-builder to v1.4.0
15
+ - Bump @ot-builder/cli-help-shower to v1.4.0
16
+ - Bump @ot-builder/cli-shared to v1.4.0
17
+
7
18
  ## 1.3.3
8
19
 
9
- Sat, 18 Dec 2021 01:17:29 GMT
20
+ Sat, 18 Dec 2021 01:19:54 GMT
10
21
 
11
22
  ### Patches
12
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "otb-ttc-bundle",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "bin": {
5
5
  "otb-ttc-bundle": "./bin/otb-ttc-bundle"
6
6
  },
@@ -27,12 +27,12 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "tslib": "^2.0.0",
30
- "ot-builder": "1.3.3",
31
- "@ot-builder/cli-help-shower": "1.3.3",
32
- "@ot-builder/cli-shared": "1.3.3"
30
+ "ot-builder": "1.4.0",
31
+ "@ot-builder/cli-help-shower": "1.4.0",
32
+ "@ot-builder/cli-shared": "1.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/jest": "^26.0.23",
36
- "jest": "^27.0.6"
36
+ "jest": "^27.5.1"
37
37
  }
38
38
  }