Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Aug 9, 2023
1 parent 7a53f10 commit 009f587
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 14 deletions.
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

**Note:** Version bump only for package @bothrs/eslint-config-jest

## [2.0.6](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-04-20)

**Note:** Version bump only for package @bothrs/eslint-config-jest
Expand Down
4 changes: 2 additions & 2 deletions packages/@bothrs-eslint-config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest",
"bothrs"
],
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -39,7 +39,7 @@
"test:verbose": "jest --verbose"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1",
"@bothrs/eslint-config": "^2.2.2",
"eslint-plugin-jest": "^27.1.4",
"eslint-plugin-jest-formatting": "^3.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

**Note:** Version bump only for package @bothrs/eslint-config-next

## [2.0.6](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-04-20)

**Note:** Version bump only for package @bothrs/eslint-config-next
Expand Down
4 changes: 2 additions & 2 deletions packages/@bothrs-eslint-config-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nextjs",
"bothrs"
],
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -42,7 +42,7 @@
"@next/eslint-plugin-next": "^13.1.6"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1",
"@bothrs/eslint-config": "^2.2.2",
"@next/eslint-plugin-next": "^13.1.6"
},
"peerDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.4](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

**Note:** Version bump only for package @bothrs/eslint-config-node

## [2.0.3](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-02-07)

**Note:** Version bump only for package @bothrs/eslint-config-node
Expand Down
4 changes: 2 additions & 2 deletions packages/@bothrs-eslint-config-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"node",
"bothrs"
],
"version": "2.0.3",
"version": "2.0.4",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -39,7 +39,7 @@
"test:verbose": "jest --verbose"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1"
"@bothrs/eslint-config": "^2.2.2"
},
"peerDependencies": {
"eslint": "8",
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

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

## [2.0.6](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-04-20)

**Note:** Version bump only for package @bothrs/eslint-config-react-native
Expand Down
6 changes: 3 additions & 3 deletions packages/@bothrs-eslint-config-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-native",
"bothrs"
],
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -43,8 +43,8 @@
"eslint": "8.33.0"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1",
"@bothrs/eslint-config-react": "^2.0.6",
"@bothrs/eslint-config": "^2.2.2",
"@bothrs/eslint-config-react": "^2.0.7",
"@react-native-community/eslint-config": "^3.2.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-react-native-a11y": "^3.3.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.7](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

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

## [2.0.6](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-04-20)

**Note:** Version bump only for package @bothrs/eslint-config-react
Expand Down
4 changes: 2 additions & 2 deletions packages/@bothrs-eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react",
"bothrs"
],
"version": "2.0.6",
"version": "2.0.7",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -42,7 +42,7 @@
"@types/react": "^18.0.25"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1",
"@bothrs/eslint-config": "^2.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.5.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.8](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

**Note:** Version bump only for package @bothrs/eslint-config-typescript

## [2.0.7](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-04-20)

**Note:** Version bump only for package @bothrs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/@bothrs-eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"typescript",
"bothrs"
],
"version": "2.0.7",
"version": "2.0.8",
"main": "index.js",
"files": [
"index.js"
Expand All @@ -44,7 +44,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@bothrs/eslint-config": "^2.2.1",
"@bothrs/eslint-config": "^2.2.2",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint-import-resolver-typescript": "^3.5.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/@bothrs-eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.2.2](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-08-09)

**Note:** Version bump only for package @bothrs/eslint-config

## [2.2.1](https://github.com/bothrs/eslint-config/compare/@bothrs/[email protected]...@bothrs/[email protected]) (2023-02-07)

**Note:** Version bump only for package @bothrs/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/@bothrs-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"eslint-config",
"bothrs"
],
"version": "2.2.1",
"version": "2.2.2",
"main": "index.js",
"files": [
"index.js"
Expand Down

0 comments on commit 009f587

Please sign in to comment.