Skip to content

Commit

Permalink
Bump version 1.0.5 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Apr 1, 2020
1 parent 0c6197c commit 6c0ab11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.0.4"
"version": "1.0.5"
}
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oacore/eslint-config-base",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint plugin for non React projects",
"author": "CORE Team <[email protected]>",
"license": "MIT",
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,11 +1,11 @@
{
"name": "@oacore/eslint-config-react",
"version": "1.0.4",
"version": "1.0.5",
"description": "ESLint config for React projects",
"author": "CORE Team <[email protected]>",
"license": "MIT",
"dependencies": {
"@oacore/eslint-config-base": "^1.0.4",
"@oacore/eslint-config-base": "^1.0.5",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oacore/prettier-config",
"version": "1.0.4",
"version": "1.0.5",
"description": "Global prettier configuration across our projects",
"author": "CORE Team <[email protected]>",
"homepage": "https://github.com/oacore/configs#readme",
Expand Down

0 comments on commit 6c0ab11

Please sign in to comment.