@wenkol/eslint-config 3.2.0-dev.0 → 3.2.2-dev.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 +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-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)
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.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)
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-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)
25
+
26
+ ### Bug Fixes
27
+
28
+ - set publish eslint-config pkg
29
+ ([#1526](https://github.com/clara-team/microfrontend-core-libs/issues/1526))
30
+ ([45b9623](https://github.com/clara-team/microfrontend-core-libs/commit/45b9623deb167f0a9186a5842e4d650158982976))
31
+
32
+ # Change Log
33
+
34
+ All notable changes to this project will be documented in this file. See
35
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
36
+
37
+ # [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)
38
+
39
+ **Note:** Version bump only for package @wenkol/eslint-config
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-dev.0 (2026-01-23)
7
47
 
8
48
  ### Bug Fixes
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@wenkol/eslint-config",
3
- "version": "3.2.0-dev.0",
3
+ "version": "3.2.2-dev.0",
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": "e697a56457eba2924183c11060e9162c7fd26aae"
29
+ "gitHead": "3f2c486242cb736e765aa4ac3ff82ddcaa3a91c8"
27
30
  }