@knotx/eslint-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 +4 -101
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,110 +1,13 @@
1
1
  # @knotx/eslint-config
2
2
 
3
- ## 0.4.14
3
+ ## 0.4.16
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @knotx/typescript-config@0.4.14
7
+ - @knotx/typescript-config@0.4.16
8
8
 
9
- ## 0.4.13
9
+ ## 0.4.15
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - @knotx/typescript-config@0.4.13
14
-
15
- ## 0.4.12
16
-
17
- ### Patch Changes
18
-
19
- - 147531b: add direction config
20
- - Updated dependencies [147531b]
21
- - @knotx/typescript-config@0.4.12
22
-
23
- ## 0.4.11
24
-
25
- ### Patch Changes
26
-
27
- - @knotx/typescript-config@0.4.11
28
-
29
- ## 0.4.10
30
-
31
- ### Patch Changes
32
-
33
- - 6769fe8: add forcerender method
34
- - Updated dependencies [6769fe8]
35
- - @knotx/typescript-config@0.4.10
36
-
37
- ## 0.4.9
38
-
39
- ### Patch Changes
40
-
41
- - 8a5d687: fix update contentsize
42
- - Updated dependencies [8a5d687]
43
- - @knotx/typescript-config@0.4.9
44
-
45
- ## 0.4.8
46
-
47
- ### Patch Changes
48
-
49
- - @knotx/typescript-config@0.4.8
50
-
51
- ## 0.4.7
52
-
53
- ### Patch Changes
54
-
55
- - @knotx/typescript-config@0.4.7
56
-
57
- ## 0.4.6
58
-
59
- ### Patch Changes
60
-
61
- - a16fd02: update canvas scrollbar logic
62
- - Updated dependencies [a16fd02]
63
- - @knotx/typescript-config@0.4.6
64
-
65
- ## 0.4.5
66
-
67
- ### Patch Changes
68
-
69
- - 26d89d9: daily publish
70
- - Updated dependencies [26d89d9]
71
- - @knotx/typescript-config@0.4.5
72
-
73
- ## 0.4.4
74
-
75
- ### Patch Changes
76
-
77
- - @knotx/typescript-config@0.4.4
78
-
79
- ## 0.4.3
80
-
81
- ### Patch Changes
82
-
83
- - @knotx/typescript-config@0.4.3
84
-
85
- ## 0.4.2
86
-
87
- ### Patch Changes
88
-
89
- - 48adc33: abstract knotx element
90
- - Updated dependencies [48adc33]
91
- - @knotx/typescript-config@0.4.2
92
-
93
- ## 0.4.1
94
-
95
- ### Patch Changes
96
-
97
- - ff0a63f: daily publish
98
- - Updated dependencies [ff0a63f]
99
- - @knotx/typescript-config@0.4.1
100
-
101
- ## 0.4.0
102
-
103
- ### Minor Changes
104
-
105
- - 20f4114: enhance selection & edgeType
106
-
107
- ### Patch Changes
108
-
109
- - Updated dependencies [20f4114]
110
- - @knotx/typescript-config@0.4.0
13
+ - @knotx/typescript-config@0.4.15
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/eslint-config",
3
3
  "type": "module",
4
- "version": "0.4.14",
4
+ "version": "0.4.16",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -16,6 +16,6 @@
16
16
  "module": "./index.js",
17
17
  "dependencies": {
18
18
  "@antfu/eslint-config": "^4.11.0",
19
- "@knotx/typescript-config": "0.4.14"
19
+ "@knotx/typescript-config": "0.4.16"
20
20
  }
21
21
  }