Skip to content

Commit

Permalink
chore(release): version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Jan 31, 2019
1 parent da63f54 commit ee647a5
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.4.5 (2019-01-31)


### Bug Fixes

* **deps:** update dependency eslint-plugin-import to ~2.16.0 ([b45c73f](https://github.com/SocialGouv/linters/commit/b45c73f))





## 0.4.4 (2019-01-17)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"packages": [
"packages/*"
],
"version": "0.4.4"
"version": "0.4.5"
}
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.4.5 (2019-01-31)

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





## 0.4.4 (2019-01-17)


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.4.4",
"version": "0.4.5",
"description": "SocialGouv recommended eslint React config",
"main": "index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"eslint": "5"
},
"dependencies": {
"@socialgouv/eslint-config-recommended": "^0.4.4",
"@socialgouv/eslint-config-recommended": "^0.4.5",
"babel-eslint": "^10.0.1",
"eslint-plugin-jsx-a11y": "~6.2.0",
"eslint-plugin-react": "~7.12.4"
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.4.5 (2019-01-31)


### Bug Fixes

* **deps:** update dependency eslint-plugin-import to ~2.16.0 ([b45c73f](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/b45c73f))





## 0.4.4 (2019-01-17)


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.4.4",
"version": "0.4.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.4.5 (2019-01-31)

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





## 0.4.4 (2019-01-17)

**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.4.4",
"version": "0.4.5",
"description": "Social Gouv recommended tslint config",
"main": "index.js",
"publishConfig": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"tslint-config-prettier": "~1.17.0"
},
"devDependencies": {
"@socialgouv/eslint-config-recommended": "^0.4.4",
"@socialgouv/eslint-config-recommended": "^0.4.5",
"eslint": "^5.12.1",
"lint-staged": "^8.1.1",
"prettier": "^1.16.3",
Expand Down

0 comments on commit ee647a5

Please sign in to comment.