Skip to content

Commit

Permalink
chore(release): version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialGroovyBot committed Nov 21, 2018
1 parent 1e172ee commit 27d8b48
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
12 changes: 12 additions & 0 deletions 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.2.3 (2018-11-21)


### Bug Fixes

* **deps:** update dependency lint-staged to ^8.0.5 ([689d6d4](https://github.com/SocialGouv/linters/commit/689d6d4))
* **reco:** swap devdep and dependencies -_- ([e53fcf5](https://github.com/SocialGouv/linters/commit/e53fcf5))





## 0.2.2 (2018-11-15)

**Note:** Version bump only for package @socialgouv/linters
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.2.2"
"version": "0.2.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.2.3 (2018-11-21)


### Bug Fixes

* **deps:** update dependency lint-staged to ^8.0.5 ([689d6d4](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/689d6d4))





## 0.2.2 (2018-11-15)

**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.2.2",
"version": "0.2.3",
"description": "",
"main": "index.js",
"publishConfig": {
Expand All @@ -25,7 +25,7 @@
"eslint": "5"
},
"dependencies": {
"@socialgouv/eslint-config-recommended": "^0.2.2",
"@socialgouv/eslint-config-recommended": "^0.2.3",
"babel-eslint": "^10.0.1",
"eslint-plugin-jsx-a11y": "~6.1.2",
"eslint-plugin-react": "~7.11.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/eslint-config-recommended/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.2.3 (2018-11-21)


### Bug Fixes

* **deps:** update dependency lint-staged to ^8.0.5 ([689d6d4](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/689d6d4))
* **reco:** swap devdep and dependencies -_- ([e53fcf5](https://github.com/SocialGouv/linters/tree/master/packages/eslint-config-recommended/commit/e53fcf5))





## 0.2.2 (2018-11-15)

**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.2.2",
"version": "0.2.3",
"description": "",
"main": "index.js",
"publishConfig": {
Expand Down

0 comments on commit 27d8b48

Please sign in to comment.