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