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

Commit acfdb0a

Browse files
author
Sergey Sova
committed
v8.0.0
1 parent a589f1b commit acfdb0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configs/javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomix/eslint-config",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Config for ESLint used in Atomix's projects",
55
"main": ".eslintrc.js",
66
"publishConfig": {

configs/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomix/eslint-config-react",
3-
"version": "7.1.0",
3+
"version": "8.0.0",
44
"description": "Config for ESLint used in Atomix's projects on React",
55
"main": ".eslintrc.js",
66
"publishConfig": {
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://github.com/atomixinteractions/eslint-config",
3737
"dependencies": {
38-
"@atomix/eslint-config": "^7.1.0",
38+
"@atomix/eslint-config": "^8.0.0",
3939
"babel-eslint": "^10.0.1",
4040
"eslint-config-airbnb": "^17.1.0",
4141
"eslint-plugin-import": "^2.16.0",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"configs/*"
44
],
5-
"version": "7.1.0"
5+
"version": "8.0.0"
66
}

0 commit comments

Comments
 (0)