Skip to content

Commit 867715d

Browse files
committed
chore(release): publish
- @linters/eslint-config-react-native@1.10.1 - @linters/eslint-config-react@1.15.0
1 parent f557092 commit 867715d

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/eslint-config-react-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.10.1](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.10.0...@linters/eslint-config-react-native@1.10.1) (2023-12-27)
7+
8+
**Note:** Version bump only for package @linters/eslint-config-react-native
9+
10+
11+
12+
13+
614
# [1.10.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react-native@1.9.0...@linters/eslint-config-react-native@1.10.0) (2023-02-03)
715

816

packages/eslint-config-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react-native",
33
"description": "The eslint config for react native applications you have been looking for.",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {
@@ -16,7 +16,7 @@
1616
"eslint-plugin-import": ">=2.18.0"
1717
},
1818
"dependencies": {
19-
"@linters/eslint-config-react": "^1.14.0",
19+
"@linters/eslint-config-react": "^1.15.0",
2020
"eslint-plugin-react-native": "4.0.0"
2121
},
2222
"keywords": [

packages/eslint-config-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.15.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.14.0...@linters/eslint-config-react@1.15.0) (2023-12-27)
7+
8+
9+
### Features
10+
11+
* update eslint config react ([f557092](https://github.com/developer239/linters/commit/f557092290a5234a0bc7955a0f1dd1f80d3c96da))
12+
13+
14+
15+
16+
617
# [1.14.0](https://github.com/developer239/linters/compare/@linters/eslint-config-react@1.13.0...@linters/eslint-config-react@1.14.0) (2023-01-24)
718

819

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@linters/eslint-config-react",
33
"description": "The eslint configuration for react applications you have been looking for.",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"repository": "https://github.com/developer239/linters",
66
"main": "index.js",
77
"publishConfig": {

0 commit comments

Comments
 (0)