Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @nuxtjs/eslint-config-typescript@1.0.0
 - @nuxtjs/eslint-config@2.0.0
  • Loading branch information
clarkdo committed Nov 26, 2019
1 parent 89e176e commit b798c9e
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
Original file line number Diff line number Diff line change
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.

# [1.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@0.1.3...@nuxtjs/eslint-config-typescript@1.0.0) (2019-11-26)

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





## [0.1.3](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config-typescript@0.1.2...@nuxtjs/eslint-config-typescript@0.1.3) (2019-09-11)

**Note:** Version bump only for package @nuxtjs/eslint-config-typescript
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config-typescript",
"version": "0.1.3",
"version": "1.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": "1.1.2",
"@nuxtjs/eslint-config": "2.0.0",
"@typescript-eslint/eslint-plugin": "^2.9.0",
"@typescript-eslint/parser": "^2.9.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.0.0](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@1.1.2...@nuxtjs/eslint-config@2.0.0) (2019-11-26)


### Features

* update eslint config packages ([a3bb0bf](https://github.com/nuxt/eslint-config/commit/a3bb0bfb923f18fd11447e048a29d11f29a3aa75))





## [1.1.2](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@1.1.1...@nuxtjs/eslint-config@1.1.2) (2019-08-10)

**Note:** Version bump only for package @nuxtjs/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/eslint-config",
"version": "1.1.2",
"version": "2.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 b798c9e

Please sign in to comment.