@knotx/eslint-config 0.4.0 → 0.4.2

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 +12 -77
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,93 +1,28 @@
1
1
  # @knotx/eslint-config
2
2
 
3
- ## 0.4.0
4
-
5
- ### Minor Changes
6
-
7
- - 20f4114: enhance selection & edgeType
8
-
9
- ### Patch Changes
10
-
11
- - Updated dependencies [20f4114]
12
- - @knotx/typescript-config@0.4.0
13
-
14
- ## 0.3.9
15
-
16
- ### Patch Changes
17
-
18
- - fa49e5e: fix jsonschema
19
- - Updated dependencies [fa49e5e]
20
- - @knotx/typescript-config@0.3.9
21
-
22
- ## 0.3.8
23
-
24
- ### Patch Changes
25
-
26
- - @knotx/typescript-config@0.3.8
27
-
28
- ## 0.3.7
29
-
30
- ### Patch Changes
31
-
32
- - @knotx/typescript-config@0.3.7
33
-
34
- ## 0.3.6
3
+ ## 0.4.2
35
4
 
36
5
  ### Patch Changes
37
6
 
38
- - @knotx/typescript-config@0.3.6
7
+ - 48adc33: abstract knotx element
8
+ - Updated dependencies [48adc33]
9
+ - @knotx/typescript-config@0.4.2
39
10
 
40
- ## 0.3.5
11
+ ## 0.4.1
41
12
 
42
13
  ### Patch Changes
43
14
 
44
- - @knotx/typescript-config@0.3.5
45
-
46
- ## 0.3.4
15
+ - ff0a63f: daily publish
16
+ - Updated dependencies [ff0a63f]
17
+ - @knotx/typescript-config@0.4.1
47
18
 
48
- ### Patch Changes
49
-
50
- - @knotx/typescript-config@0.3.4
51
-
52
- ## 0.3.3
53
-
54
- ### Patch Changes
55
-
56
- - c40903b: daily publish
57
- - Updated dependencies [c40903b]
58
- - @knotx/typescript-config@0.3.3
59
-
60
- ## 0.3.2
61
-
62
- ### Patch Changes
63
-
64
- - 2d87753: daily publish
65
- - Updated dependencies [2d87753]
66
- - @knotx/typescript-config@0.3.2
67
-
68
- ## 0.3.1
69
-
70
- ### Patch Changes
71
-
72
- - d95a2a1: daily publish
73
- - Updated dependencies [d95a2a1]
74
- - @knotx/typescript-config@0.3.1
75
-
76
- ## 0.3.0
19
+ ## 0.4.0
77
20
 
78
21
  ### Minor Changes
79
22
 
80
- - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
81
-
82
- ### Patch Changes
83
-
84
- - Updated dependencies [7f4f1e2]
85
- - @knotx/typescript-config@0.3.0
86
-
87
- ## 0.2.13
23
+ - 20f4114: enhance selection & edgeType
88
24
 
89
25
  ### Patch Changes
90
26
 
91
- - 8e21871: daily publish
92
- - Updated dependencies [8e21871]
93
- - @knotx/typescript-config@0.2.13
27
+ - Updated dependencies [20f4114]
28
+ - @knotx/typescript-config@0.4.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.0",
4
+ "version": "0.4.2",
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.0"
19
+ "@knotx/typescript-config": "0.4.2"
20
20
  }
21
21
  }