@wenkol/eslint-config 3.2.0 → 3.2.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 +40 -0
  2. package/package.json +5 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.2.2](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.2-dev.0...@wenkol/eslint-config@3.2.2) (2026-01-26)
7
+
8
+ **Note:** Version bump only for package @wenkol/eslint-config
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## [3.2.2-dev.0](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.1...@wenkol/eslint-config@3.2.2-dev.0) (2026-01-26)
16
+
17
+ **Note:** Version bump only for package @wenkol/eslint-config
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
24
+ ## [3.2.1](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.1-dev.0...@wenkol/eslint-config@3.2.1) (2026-01-26)
25
+
26
+ **Note:** Version bump only for package @wenkol/eslint-config
27
+
28
+ # Change Log
29
+
30
+ All notable changes to this project will be documented in this file. See
31
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
32
+
33
+ ## [3.2.1-dev.0](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.0...@wenkol/eslint-config@3.2.1-dev.0) (2026-01-26)
34
+
35
+ ### Bug Fixes
36
+
37
+ - set publish eslint-config pkg
38
+ ([#1526](https://github.com/clara-team/microfrontend-core-libs/issues/1526))
39
+ ([45b9623](https://github.com/clara-team/microfrontend-core-libs/commit/45b9623deb167f0a9186a5842e4d650158982976))
40
+
41
+ # Change Log
42
+
43
+ All notable changes to this project will be documented in this file. See
44
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
45
+
6
46
  # [3.2.0](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.0-dev.0...@wenkol/eslint-config@3.2.0) (2026-01-23)
7
47
 
8
48
  **Note:** Version bump only for package @wenkol/eslint-config
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@wenkol/eslint-config",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "description": "ESLint configutation used by Clara CLI",
5
5
  "author": "Noe Sanchez <jonathan.sanchez@clara.team>",
6
6
  "license": "MIT",
7
7
  "main": "src/index.js",
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
8
11
  "peerDependencies": {
9
12
  "eslint": "^8.0.0"
10
13
  },
@@ -23,5 +26,5 @@
23
26
  "eslint-plugin-react": "7.31.11",
24
27
  "eslint-plugin-react-hooks": "4.6.0"
25
28
  },
26
- "gitHead": "4d80087a232ad43bcdc55fd743337004331d4227"
29
+ "gitHead": "d60bc294339973a7207a4a86545323bfa15fd8f2"
27
30
  }