Skip to content

Commit

Permalink
chore(release): version 1.92.2
Browse files Browse the repository at this point in the history
## [1.92.2](v1.92.1...v1.92.2) (2021-10-06)

### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to ~24.5.2 ([#774](#774)) ([a580384](a580384))
  • Loading branch information
SocialGroovyBot committed Oct 6, 2021
1 parent a580384 commit a01504c
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 6 deletions.
11 changes: 11 additions & 0 deletions 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.92.2](https://github.com/SocialGouv/linters/compare/v1.92.1...v1.92.2) (2021-10-06)


### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to ~24.5.2 ([#774](https://github.com/SocialGouv/linters/issues/774)) ([a580384](https://github.com/SocialGouv/linters/commit/a5803845a6bf77fee38b9a0e1f987ca5e8be99ce))





## [1.92.1](https://github.com/SocialGouv/linters/compare/v1.92.0...v1.92.1) (2021-10-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.92.1"
"version": "1.92.2"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-react/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.92.2](https://github.com/SocialGouv/linters/compare/v1.92.1...v1.92.2) (2021-10-06)

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





## [1.92.1](https://github.com/SocialGouv/linters/compare/v1.92.0...v1.92.1) (2021-10-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/eslint-config-react",
"version": "1.92.1",
"version": "1.92.2",
"description": "SocialGouv recommended eslint React config",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"eslint": "7"
},
"dependencies": {
"@socialgouv/eslint-config-recommended": "^1.92.1",
"@socialgouv/eslint-config-recommended": "^1.92.2",
"babel-eslint": "^10.1.0",
"eslint-plugin-jsx-a11y": "~6.4.1",
"eslint-plugin-react": "~7.26.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config-recommended/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.92.2](https://github.com/SocialGouv/linters/compare/v1.92.1...v1.92.2) (2021-10-06)


### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to ~24.5.2 ([#774](https://github.com/SocialGouv/linters/issues/774)) ([a580384](https://github.com/SocialGouv/linters/commit/a5803845a6bf77fee38b9a0e1f987ca5e8be99ce))





## [1.92.1](https://github.com/SocialGouv/linters/compare/v1.92.0...v1.92.1) (2021-10-02)

**Note:** Version bump only for package @socialgouv/eslint-config-recommended
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/eslint-config-recommended",
"version": "1.92.1",
"version": "1.92.2",
"description": "Social Gouv default recommended eslint config",
"main": "index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/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.92.2](https://github.com/SocialGouv/linters/compare/v1.92.1...v1.92.2) (2021-10-06)

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





## [1.92.1](https://github.com/SocialGouv/linters/compare/v1.92.0...v1.92.1) (2021-10-02)

**Note:** Version bump only for package @socialgouv/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@socialgouv/eslint-config-typescript",
"description": "Social Gouv typescript eslint config",
"version": "1.92.1",
"version": "1.92.2",
"author": "Incubateur des Ministères Sociaux <[email protected]> (https://incubateur.social.gouv.fr)",
"bugs": "https://github.com/SocialGouv/linters/issues",
"dependencies": {
"@socialgouv/eslint-config-recommended": "^1.92.1",
"@socialgouv/eslint-config-recommended": "^1.92.2",
"@typescript-eslint/eslint-plugin": "~4.31.2",
"@typescript-eslint/parser": "~4.31.2",
"eslint-import-resolver-typescript": "~2.5.0",
Expand Down

0 comments on commit a01504c

Please sign in to comment.