diff --git a/package-lock.json b/package-lock.json index 3aa2c01..56fb5cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23949,7 +23949,7 @@ }, "packages/eslint-config-react-native": { "name": "@strv/eslint-config-react-native", - "version": "3.3.2", + "version": "3.3.3", "license": "BSD-3-Clause", "dependencies": { "@strv/eslint-config-react": "^4.3.2", diff --git a/packages/eslint-config-react-native/CHANGELOG.md b/packages/eslint-config-react-native/CHANGELOG.md index 56440cc..5e6211e 100644 --- a/packages/eslint-config-react-native/CHANGELOG.md +++ b/packages/eslint-config-react-native/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.3](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react-native@3.3.2...@strv/eslint-config-react-native@3.3.3) (2023-11-20) + + +### Bug Fixes + +* added more exceptions to id length ([4d0f16f](https://github.com/strvcom/code-quality-tools/commit/4d0f16f899d4579e52b30808c6662fd5dc636596)) +* updated expo universe and added more id length exceptions ([e95b15e](https://github.com/strvcom/code-quality-tools/commit/e95b15e85ce666a5d13efe6f7d3a6a22db71e7e4)) + + + + + ## [3.3.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-react-native@3.3.1...@strv/eslint-config-react-native@3.3.2) (2023-11-16) **Note:** Version bump only for package @strv/eslint-config-react-native diff --git a/packages/eslint-config-react-native/package.json b/packages/eslint-config-react-native/package.json index b1184a5..f9357a0 100644 --- a/packages/eslint-config-react-native/package.json +++ b/packages/eslint-config-react-native/package.json @@ -1,7 +1,7 @@ { "name": "@strv/eslint-config-react-native", "description": "STRV's ESLint config for React Native projects", - "version": "3.3.2", + "version": "3.3.3", "author": "André Nanninga ", "bugs": { "url": "https://github.com/strvcom/code-quality-tools/issues"