Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/eslint-config-typescript@8.0.0
 - @nuxtjs/eslint-config@8.0.0
  • Loading branch information
clarkdo committed Nov 28, 2021
1 parent 92e5e8f commit caaea1a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
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.

# [8.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@7.0.2...@nuxtjs/eslint-config-typescript@8.0.0) (2021-11-28)

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





## [7.0.2](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@7.0.1...@nuxtjs/eslint-config-typescript@7.0.2) (2021-10-24)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "7.0.2",
"version": "8.0.0",
"description": "Nuxt.js eslint typescript config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config-typescript",
"repository": "nuxt/eslint-config",
Expand All @@ -12,7 +12,7 @@
"index.js"
],
"dependencies": {
"@nuxtjs/eslint-config": "7.0.0",
"@nuxtjs/eslint-config": "8.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint-import-resolver-typescript": "^2.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.

# [8.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@7.0.0...@nuxtjs/eslint-config@8.0.0) (2021-11-28)


### Bug Fixes

* remove dependency on `eslint-plugin-standard` ([#185](https://github.com/nuxt/eslint-config/issues/185)) ([ee47f83](https://github.com/nuxt/eslint-config/commit/ee47f83e45497354c7002c30a2374a7941bc7ee8))





# [7.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@6.0.1...@nuxtjs/eslint-config@7.0.0) (2021-10-24)

**Note:** Version bump only for package @nuxtjs/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "7.0.0",
"version": "8.0.0",
"description": "Nuxt.js eslint config",
"homepage": "https://github.com/nuxt/eslint-config/tree/master/packages/eslint-config",
"repository": "nuxt/eslint-config",
Expand Down

0 comments on commit caaea1a

Please sign in to comment.