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