@knotx/typescript-config 0.4.14 → 0.4.16

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -60
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,63 +1,5 @@
1
1
  # @knotx/typescript-config
2
2
 
3
- ## 0.4.14
3
+ ## 0.4.16
4
4
 
5
- ## 0.4.13
6
-
7
- ## 0.4.12
8
-
9
- ### Patch Changes
10
-
11
- - 147531b: add direction config
12
-
13
- ## 0.4.11
14
-
15
- ## 0.4.10
16
-
17
- ### Patch Changes
18
-
19
- - 6769fe8: add forcerender method
20
-
21
- ## 0.4.9
22
-
23
- ### Patch Changes
24
-
25
- - 8a5d687: fix update contentsize
26
-
27
- ## 0.4.8
28
-
29
- ## 0.4.7
30
-
31
- ## 0.4.6
32
-
33
- ### Patch Changes
34
-
35
- - a16fd02: update canvas scrollbar logic
36
-
37
- ## 0.4.5
38
-
39
- ### Patch Changes
40
-
41
- - 26d89d9: daily publish
42
-
43
- ## 0.4.4
44
-
45
- ## 0.4.3
46
-
47
- ## 0.4.2
48
-
49
- ### Patch Changes
50
-
51
- - 48adc33: abstract knotx element
52
-
53
- ## 0.4.1
54
-
55
- ### Patch Changes
56
-
57
- - ff0a63f: daily publish
58
-
59
- ## 0.4.0
60
-
61
- ### Minor Changes
62
-
63
- - 20f4114: enhance selection & edgeType
5
+ ## 0.4.15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/typescript-config",
3
3
  "type": "module",
4
- "version": "0.4.14",
4
+ "version": "0.4.16",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "publishConfig": {