@knotx/eslint-config 0.2.13 → 0.3.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 +9 -94
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,105 +1,20 @@
1
1
  # @knotx/eslint-config
2
2
 
3
- ## 0.2.13
4
-
5
- ### Patch Changes
6
-
7
- - 8e21871: daily publish
8
- - Updated dependencies [8e21871]
9
- - @knotx/typescript-config@0.2.13
10
-
11
- ## 0.2.12
12
-
13
- ### Patch Changes
14
-
15
- - 0f1c53b: daily publish
16
- - Updated dependencies [0f1c53b]
17
- - @knotx/typescript-config@0.2.12
18
-
19
- ## 0.2.11
20
-
21
- ### Patch Changes
22
-
23
- - 56391c0: daily publish
24
- - Updated dependencies [56391c0]
25
- - @knotx/typescript-config@0.2.11
26
-
27
- ## 0.2.10
28
-
29
- ### Patch Changes
30
-
31
- - f6fde8c: daily publish
32
- - Updated dependencies [f6fde8c]
33
- - @knotx/typescript-config@0.2.10
34
-
35
- ## 0.2.9
36
-
37
- ### Patch Changes
38
-
39
- - 22af871: daily publish
40
- - Updated dependencies [22af871]
41
- - @knotx/typescript-config@0.2.9
42
-
43
- ## 0.2.8
44
-
45
- ### Patch Changes
46
-
47
- - c57e19a: daily publish
48
- - Updated dependencies [c57e19a]
49
- - @knotx/typescript-config@0.2.8
50
-
51
- ## 0.2.7
52
-
53
- ### Patch Changes
54
-
55
- - d61ecfd: dataManager dryRun
56
- - Updated dependencies [d61ecfd]
57
- - @knotx/typescript-config@0.2.7
58
-
59
- ## 0.2.6
60
-
61
- ### Patch Changes
62
-
63
- - 3da0444: daily publish
64
- - Updated dependencies [3da0444]
65
- - @knotx/typescript-config@0.2.6
66
-
67
- ## 0.2.5
68
-
69
- ### Patch Changes
3
+ ## 0.3.0
70
4
 
71
- - fcc9333: refactor decorators
72
- - Updated dependencies [fcc9333]
73
- - @knotx/typescript-config@0.2.5
5
+ ### Minor Changes
74
6
 
75
- ## 0.2.4
7
+ - 7f4f1e2: docs(changeset): 0.3.0 (plugin callTool property)
76
8
 
77
9
  ### Patch Changes
78
10
 
79
- - 94fc743: republish
80
- - Updated dependencies [94fc743]
81
- - @knotx/typescript-config@0.2.4
11
+ - Updated dependencies [7f4f1e2]
12
+ - @knotx/typescript-config@0.3.0
82
13
 
83
- ## 0.2.3
84
-
85
- ### Patch Changes
86
-
87
- - 3fc0f0b: build config change
88
- - Updated dependencies [3fc0f0b]
89
- - @knotx/typescript-config@0.2.3
90
-
91
- ## 0.2.2
92
-
93
- ### Patch Changes
94
-
95
- - 82d596c: .mjs to .js
96
- - Updated dependencies [82d596c]
97
- - @knotx/typescript-config@0.2.2
98
-
99
- ## 0.2.1
14
+ ## 0.2.13
100
15
 
101
16
  ### Patch Changes
102
17
 
103
- - 2ffd3c5: restart 0.2.0
104
- - Updated dependencies [2ffd3c5]
105
- - @knotx/typescript-config@0.2.1
18
+ - 8e21871: daily publish
19
+ - Updated dependencies [8e21871]
20
+ - @knotx/typescript-config@0.2.13
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knotx/eslint-config",
3
3
  "type": "module",
4
- "version": "0.2.13",
4
+ "version": "0.3.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.2.13"
19
+ "@knotx/typescript-config": "0.3.0"
20
20
  }
21
21
  }