Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Dec 28, 2023
1 parent 05a0f18 commit 70ffeb2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
11 changes: 11 additions & 0 deletions packages/eslint-config-airbnb-with-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @vue/eslint-config-airbnb-with-typescript

## 8.0.0

### Major Changes

- Upgrade to @typescript-eslint v6

### Patch Changes

- Updated dependencies []:
- @vue/eslint-config-airbnb@8.0.0

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb-with-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/eslint-config-airbnb-with-typescript",
"version": "7.0.1",
"version": "8.0.0",
"description": "eslint-config-airbnb for Vue.js projects with TypeScript support",
"main": "index.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vue/eslint-config-airbnb

## 8.0.0

### Major Changes

- Apply more airbnb rules to vue template

## 7.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-airbnb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vue/eslint-config-airbnb",
"version": "7.0.1",
"version": "8.0.0",
"description": "eslint-config-standard for Vue.js projects",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 70ffeb2

Please sign in to comment.