Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @linters/eslint-config-react-native@1.10.1
 - @linters/eslint-config-react@1.15.0
  • Loading branch information
developer239 committed Dec 27, 2023
1 parent f557092 commit 867715d
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-config-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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)

**Note:** Version bump only for package @linters/eslint-config-react-native





# [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)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-react-native",
"description": "The eslint config for react native applications you have been looking for.",
"version": "1.10.0",
"version": "1.10.1",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"eslint-plugin-import": ">=2.18.0"
},
"dependencies": {
"@linters/eslint-config-react": "^1.14.0",
"@linters/eslint-config-react": "^1.15.0",
"eslint-plugin-react-native": "4.0.0"
},
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [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)


### Features

* update eslint config react ([f557092](https://github.com/developer239/linters/commit/f557092290a5234a0bc7955a0f1dd1f80d3c96da))





# [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@linters/eslint-config-react",
"description": "The eslint configuration for react applications you have been looking for.",
"version": "1.14.0",
"version": "1.15.0",
"repository": "https://github.com/developer239/linters",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 867715d

Please sign in to comment.