@abinnovision/eslint-config-react 4.0.0-beta.2 → 4.0.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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.0](https://github.com/abinnovision/js-commons/compare/eslint-config-react-v3.2.0...eslint-config-react-v4.0.0) (2026-07-15)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * **eslint-config-react:** migrate @eslint-react/eslint-plugin to v5 ([#625](https://github.com/abinnovision/js-commons/issues/625))
9
+
10
+ ### Bug Fixes
11
+
12
+ * **eslint-config-react:** migrate @eslint-react/eslint-plugin to v5 ([#625](https://github.com/abinnovision/js-commons/issues/625)) ([f112ed3](https://github.com/abinnovision/js-commons/commit/f112ed38ef6f31daca77ecb040e0af0291a186f4))
13
+ * upgrade dependencies ([#623](https://github.com/abinnovision/js-commons/issues/623)) ([d8d4d55](https://github.com/abinnovision/js-commons/commit/d8d4d558fa08db29d8a7d97cc5b1be5a23709afe))
14
+
3
15
  ## [3.2.0](https://github.com/abinnovision/js-commons/compare/eslint-config-react-v3.1.1...eslint-config-react-v3.2.0) (2026-04-28)
4
16
 
5
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abinnovision/eslint-config-react",
3
- "version": "4.0.0-beta.2",
3
+ "version": "4.0.0",
4
4
  "description": "Shared ESLint configuration for React applications, building on @abinnovision/eslint-config-base.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -64,7 +64,7 @@
64
64
  "eslint-plugin-react-hooks": "^7.1.1"
65
65
  },
66
66
  "devDependencies": {
67
- "@abinnovision/eslint-config-base": "^3.4.2-beta.1",
67
+ "@abinnovision/eslint-config-base": "^3.4.2",
68
68
  "@abinnovision/prettier-config": "^2.2.0",
69
69
  "@internal/tsconfig": "^1.0.0",
70
70
  "eslint": "^10.7.0",