Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed Sep 1, 2020
1 parent 1bcfbd3 commit 801dcc8
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/inabagumi/eslint-config/compare/v5.3.1...v6.0.0) (2020-09-01)


### Features

* improve overrides ([#276](https://github.com/inabagumi/eslint-config/issues/276)) ([1bcfbd3](https://github.com/inabagumi/eslint-config/commit/1bcfbd3264ff1a656ecd22dde20f41d5096eef37))


### BREAKING CHANGES

* big change in structure





## [5.3.1](https://github.com/inabagumi/eslint-config/compare/v5.3.0...v5.3.1) (2020-07-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "5.3.1"
"version": "6.0.0"
}
16 changes: 16 additions & 0 deletions packages/eslint-config-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/inabagumi/eslint-config/compare/v5.3.1...v6.0.0) (2020-09-01)


### Features

* improve overrides ([#276](https://github.com/inabagumi/eslint-config/issues/276)) ([1bcfbd3](https://github.com/inabagumi/eslint-config/commit/1bcfbd3264ff1a656ecd22dde20f41d5096eef37))


### BREAKING CHANGES

* big change in structure





## [5.3.1](https://github.com/inabagumi/eslint-config/compare/v5.3.0...v5.3.1) (2020-07-04)

**Note:** Version bump only for package @inabagumi/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
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/inabagumi/eslint-config/issues"
},
"dependencies": {
"@inabagumi/eslint-config": "^5.3.1",
"@inabagumi/eslint-config": "^6.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
Expand Down Expand Up @@ -35,5 +35,5 @@
"scripts": {
"build": "tsc"
},
"version": "5.3.1"
"version": "6.0.0"
}
16 changes: 16 additions & 0 deletions packages/eslint-config-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/inabagumi/eslint-config/compare/v5.3.1...v6.0.0) (2020-09-01)


### Features

* improve overrides ([#276](https://github.com/inabagumi/eslint-config/issues/276)) ([1bcfbd3](https://github.com/inabagumi/eslint-config/commit/1bcfbd3264ff1a656ecd22dde20f41d5096eef37))


### BREAKING CHANGES

* big change in structure





## [5.3.1](https://github.com/inabagumi/eslint-config/compare/v5.3.0...v5.3.1) (2020-07-04)

**Note:** Version bump only for package @inabagumi/eslint-config-vue
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"url": "https://github.com/inabagumi/eslint-config/issues"
},
"dependencies": {
"@inabagumi/eslint-config": "^5.3.1",
"@inabagumi/eslint-config": "^6.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-vue": "^6.2.2"
},
Expand Down Expand Up @@ -32,5 +32,5 @@
"scripts": {
"build": "tsc"
},
"version": "5.3.1"
"version": "6.0.0"
}
16 changes: 16 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [6.0.0](https://github.com/inabagumi/eslint-config/compare/v5.3.1...v6.0.0) (2020-09-01)


### Features

* improve overrides ([#276](https://github.com/inabagumi/eslint-config/issues/276)) ([1bcfbd3](https://github.com/inabagumi/eslint-config/commit/1bcfbd3264ff1a656ecd22dde20f41d5096eef37))


### BREAKING CHANGES

* big change in structure





## [5.3.1](https://github.com/inabagumi/eslint-config/compare/v5.3.0...v5.3.1) (2020-07-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"scripts": {
"build": "tsc"
},
"version": "5.3.1"
"version": "6.0.0"
}

0 comments on commit 801dcc8

Please sign in to comment.