@wenkol/eslint-config 3.2.2 → 3.2.3

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.3](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.3-dev.0...@wenkol/eslint-config@3.2.3) (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.3-dev.0](https://github.com/clara-team/microfrontend-core-libs/compare/@wenkol/eslint-config@3.2.2...@wenkol/eslint-config@3.2.3-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
+
6
24
  ## [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
25
 
8
26
  **Note:** Version bump only for package @wenkol/eslint-config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wenkol/eslint-config",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "description": "ESLint configutation used by Clara CLI",
5
5
  "author": "Noe Sanchez <jonathan.sanchez@clara.team>",
6
6
  "license": "MIT",
@@ -26,5 +26,5 @@
26
26
  "eslint-plugin-react": "7.31.11",
27
27
  "eslint-plugin-react-hooks": "4.6.0"
28
28
  },
29
- "gitHead": "d60bc294339973a7207a4a86545323bfa15fd8f2"
29
+ "gitHead": "8713289c6f78764b04e1eff83c403297a3cbadef"
30
30
  }