Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
v7.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Nov 23, 2018
1 parent db94f74 commit f37a9d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "7.0.0-alpha.2"
"version": "7.0.0-alpha.3"
}
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomix/eslint-config",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "Config for ESLint used in Atomix",
"main": ".eslintrc",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atomix/eslint-config-react",
"version": "7.0.0-alpha.2",
"version": "7.0.0-alpha.3",
"description": "ESLint config for React used in Atomix",
"main": ".eslintrc",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"eslint": "5.5.*"
},
"dependencies": {
"@atomix/eslint-config": "^7.0.0-alpha.2",
"@atomix/eslint-config": "^7.0.0-alpha.3",
"babel-eslint": "^10.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.10.0",
Expand Down

0 comments on commit f37a9d8

Please sign in to comment.