Skip to content

Commit

Permalink
chore(release): version 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Aug 23, 2019
1 parent cd6fcd3 commit 02a49f8
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 6 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.5](https://github.com/SocialGouv/linters/compare/v0.9.4...v0.9.5) (2019-08-23)


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to ~6.1.0 ([1c4c986](https://github.com/SocialGouv/linters/commit/1c4c986))
* **deps:** update dependency eslint-plugin-jest to ^22.15.1 ([7622510](https://github.com/SocialGouv/linters/commit/7622510))
* **deps:** update dependency eslint-plugin-jest to ^22.15.2 ([cd6fcd3](https://github.com/SocialGouv/linters/commit/cd6fcd3))
* **deps:** update dependency eslint-plugin-react-hooks to ~1.7.0 ([e2186f3](https://github.com/SocialGouv/linters/commit/e2186f3))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([e9506a8](https://github.com/SocialGouv/linters/commit/e9506a8))





## [0.9.4](https://github.com/SocialGouv/linters/compare/v0.9.3...v0.9.4) (2019-08-08)


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.4"
"version": "0.9.5"
}
12 changes: 12 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency eslint-plugin-react-hooks to ~1.7.0 ([e2186f3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/commit/e2186f3))
* **deps:** update dependency eslint-plugin-react-hooks to v2 ([e9506a8](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/commit/e9506a8))





## [0.9.4](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.3...v0.9.4) (2019-08-08)

**Note:** Version bump only for package @socialgouv/eslint-config-react
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.4",
"version": "0.9.5",
"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.4",
"@socialgouv/eslint-config-recommended": "^0.9.5",
"babel-eslint": "^10.0.2",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-react": "~7.14.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/eslint-config-recommended/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **deps:** update dependency eslint-config-prettier to ~6.1.0 ([1c4c986](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/1c4c986))
* **deps:** update dependency eslint-plugin-jest to ^22.15.1 ([7622510](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/7622510))
* **deps:** update dependency eslint-plugin-jest to ^22.15.2 ([cd6fcd3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/cd6fcd3))





## [0.9.4](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.3...v0.9.4) (2019-08-08)


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.4",
"version": "0.9.5",
"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.5](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.4...v0.9.5) (2019-08-23)

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





## [0.9.4](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.3...v0.9.4) (2019-08-08)

**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.4",
"version": "0.9.5",
"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.4",
"@socialgouv/eslint-config-recommended": "^0.9.5",
"eslint": "^6.2.1",
"lint-staged": "^9.2.3",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 02a49f8

Please sign in to comment.