Skip to content

Commit

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

## [0.9.3](https://github.com/SocialGouv/linters/compare/v0.9.2...v0.9.3) (2019-07-24)


### Bug Fixes

* **deps:** update dependency eslint-plugin-import to ~2.18.1 ([1f8f37a](https://github.com/SocialGouv/linters/commit/1f8f37a))
* **deps:** update dependency eslint-plugin-import to ~2.18.2 ([a11fe50](https://github.com/SocialGouv/linters/commit/a11fe50))
* **deps:** update dependency eslint-plugin-jest to ^22.10.0 ([d3fb09c](https://github.com/SocialGouv/linters/commit/d3fb09c))
* **deps:** update dependency eslint-plugin-jest to ^22.11.1 ([d3bd681](https://github.com/SocialGouv/linters/commit/d3bd681))
* **deps:** update dependency eslint-plugin-jest to ^22.12.0 ([b511260](https://github.com/SocialGouv/linters/commit/b511260))
* **deps:** update dependency eslint-plugin-jest to ^22.13.0 ([19450c1](https://github.com/SocialGouv/linters/commit/19450c1))
* **deps:** update dependency eslint-plugin-jest to ^22.13.4 ([c5b9600](https://github.com/SocialGouv/linters/commit/c5b9600))
* **deps:** update dependency eslint-plugin-jest to ^22.13.5 ([64a904e](https://github.com/SocialGouv/linters/commit/64a904e))
* **deps:** update dependency eslint-plugin-jest to ^22.13.6 ([bba9c7c](https://github.com/SocialGouv/linters/commit/bba9c7c))
* **deps:** update dependency eslint-plugin-jest to ^22.7.2 ([74ab634](https://github.com/SocialGouv/linters/commit/74ab634))
* **deps:** update dependency eslint-plugin-jest to ^22.8.0 ([9f8049e](https://github.com/SocialGouv/linters/commit/9f8049e))
* **deps:** update dependency eslint-plugin-jest to ^22.9.0 ([16bfd3b](https://github.com/SocialGouv/linters/commit/16bfd3b))
* **deps:** update dependency eslint-plugin-react to ~7.14.3 ([0b256be](https://github.com/SocialGouv/linters/commit/0b256be))





## [0.9.2](https://github.com/SocialGouv/linters/compare/v0.9.1...v0.9.2) (2019-07-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": "0.9.2"
"version": "0.9.3"
}
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.

## [0.9.3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.2...v0.9.3) (2019-07-24)


### Bug Fixes

* **deps:** update dependency eslint-plugin-react to ~7.14.3 ([0b256be](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/commit/0b256be))





## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-react/compare/v0.9.1...v0.9.2) (2019-07-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": "0.9.2",
"version": "0.9.3",
"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.2",
"@socialgouv/eslint-config-recommended": "^0.9.3",
"babel-eslint": "^10.0.2",
"eslint-plugin-jsx-a11y": "~6.2.3",
"eslint-plugin-react": "~7.14.3",
Expand Down
22 changes: 22 additions & 0 deletions packages/eslint-config-recommended/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.3](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.2...v0.9.3) (2019-07-24)


### Bug Fixes

* **deps:** update dependency eslint-plugin-import to ~2.18.1 ([1f8f37a](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/1f8f37a))
* **deps:** update dependency eslint-plugin-import to ~2.18.2 ([a11fe50](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/a11fe50))
* **deps:** update dependency eslint-plugin-jest to ^22.10.0 ([d3fb09c](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/d3fb09c))
* **deps:** update dependency eslint-plugin-jest to ^22.11.1 ([d3bd681](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/d3bd681))
* **deps:** update dependency eslint-plugin-jest to ^22.12.0 ([b511260](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/b511260))
* **deps:** update dependency eslint-plugin-jest to ^22.13.0 ([19450c1](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/19450c1))
* **deps:** update dependency eslint-plugin-jest to ^22.13.4 ([c5b9600](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/c5b9600))
* **deps:** update dependency eslint-plugin-jest to ^22.13.5 ([64a904e](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/64a904e))
* **deps:** update dependency eslint-plugin-jest to ^22.13.6 ([bba9c7c](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/bba9c7c))
* **deps:** update dependency eslint-plugin-jest to ^22.7.2 ([74ab634](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/74ab634))
* **deps:** update dependency eslint-plugin-jest to ^22.8.0 ([9f8049e](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/9f8049e))
* **deps:** update dependency eslint-plugin-jest to ^22.9.0 ([16bfd3b](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/16bfd3b))





## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/compare/v0.9.1...v0.9.2) (2019-07-02)


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.2",
"version": "0.9.3",
"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.3](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.2...v0.9.3) (2019-07-24)

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





## [0.9.2](https://github.com/SocialGouv/linters/tree/master/packages/tslint-config-recommended/compare/v0.9.1...v0.9.2) (2019-07-02)

**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.2",
"version": "0.9.3",
"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.2",
"@socialgouv/eslint-config-recommended": "^0.9.3",
"eslint": "^6.1.0",
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
Expand Down

0 comments on commit 3180b77

Please sign in to comment.