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