Skip to content

Commit

Permalink
chore(release): version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Sep 3, 2019
1 parent 068da5a commit a8ad14b
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.

## [0.9.7](https://github.com/SocialGouv/linters/compare/v0.9.6...v0.9.7) (2019-09-03)


### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to ^22.16.0 ([b1d4109](https://github.com/SocialGouv/linters/commit/b1d4109))





## [0.9.6](https://github.com/SocialGouv/linters/compare/v0.9.5...v0.9.6) (2019-08-26)


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": "0.9.6"
"version": "0.9.7"
}
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.

## [0.9.7](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.6...v0.9.7) (2019-09-03)

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





## [0.9.6](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.5...v0.9.6) (2019-08-26)


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": "0.9.6",
"version": "0.9.7",
"description": "SocialGouv recommended eslint React config",
"main": "index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"eslint": "6"
},
"dependencies": {
"@socialgouv/eslint-config-recommended": "^0.9.6",
"@socialgouv/eslint-config-recommended": "^0.9.7",
"babel-eslint": "^10.0.3",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-react": "~7.14.3",
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.

## [0.9.7](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.6...v0.9.7) (2019-09-03)


### Bug Fixes

* **deps:** update dependency eslint-plugin-jest to ^22.16.0 ([b1d4109](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/b1d4109))





## [0.9.6](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.5...v0.9.6) (2019-08-26)

**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": "0.9.6",
"version": "0.9.7",
"description": "Social Gouv default recommended eslint config",
"main": "index.js",
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions packages/tslint-config-recommended/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.

## [0.9.7](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.6...v0.9.7) (2019-09-03)

**Note:** Version bump only for package @socialgouv/tslint-config-recommended





## [0.9.6](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.5...v0.9.6) (2019-08-26)

**Note:** Version bump only for package @socialgouv/tslint-config-recommended
Expand Down
4 changes: 2 additions & 2 deletions packages/tslint-config-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socialgouv/tslint-config-recommended",
"version": "0.9.6",
"version": "0.9.7",
"description": "Social Gouv recommended tslint config",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"tslint-plugin-prettier": "~2.0.1"
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^0.9.6",
"@socialgouv/eslint-config-recommended": "^0.9.7",
"eslint": "^6.3.0",
"lint-staged": "^9.2.5",
"prettier": "^1.18.2",
Expand Down

0 comments on commit a8ad14b

Please sign in to comment.