Skip to content

Commit

Permalink
v11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Aug 31, 2022
1 parent 9507b7b commit 8fce580
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)


### Bug Fixes

* disable vue/multi-word-component-names for files in subdirectories ([#211](https://github.com/nuxt/eslint-config/issues/211)) ([c54d7fd](https://github.com/nuxt/eslint-config/commit/c54d7fd648e39b139cd63ff5f96f63bd40ac4981)), closes [#208](https://github.com/nuxt/eslint-config/issues/208)





# [10.0.0](https://github.com/nuxt/eslint-config/compare/v1.0.1...v10.0.0) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -10,5 +10,5 @@
"npmClient": "npm"
}
},
"version": "10.0.0"
"version": "11.0.0"
}
8 changes: 8 additions & 0 deletions packages/eslint-config-typescript/CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript





# [10.0.0](https://github.com/nuxt/eslint-config/compare/v1.0.1...v10.0.0) (2022-05-02)


Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
@@ -1,14 +1,14 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "10.0.0",
"version": "11.0.0",
"description": "ESlint config used for Nuxt with Typescript support",
"repository": "nuxt/eslint-config",
"license": "MIT",
"files": [
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-config": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-import-resolver-typescript": "^3.5.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
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.

# [11.0.0](https://github.com/nuxt/eslint-config/compare/v10.0.0...v11.0.0) (2022-08-31)


### Bug Fixes

* disable vue/multi-word-component-names for files in subdirectories ([#211](https://github.com/nuxt/eslint-config/issues/211)) ([c54d7fd](https://github.com/nuxt/eslint-config/commit/c54d7fd648e39b139cd63ff5f96f63bd40ac4981)), closes [#208](https://github.com/nuxt/eslint-config/issues/208)





# [10.0.0](https://github.com/nuxt/eslint-config/compare/v1.0.1...v10.0.0) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "10.0.0",
"version": "11.0.0",
"description": "ESlint config used for Nuxt",
"repository": "nuxt/eslint-config",
"license": "MIT",
Expand Down

0 comments on commit 8fce580

Please sign in to comment.