Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 29, 2023
1 parent 486a2ba commit 5f19399
Show file tree
Hide file tree
Showing 5 changed files with 2,362 additions and 2,260 deletions.
8 changes: 7 additions & 1 deletion packages/eslint-config-airbnb-with-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @vue/eslint-config-airbnb-with-typescript

## 7.0.1

### Patch Changes

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

## 7.0.0

### Major Changes
Expand All @@ -12,4 +19,3 @@
For example, by default, only `<script lang="ts">` is allowed in `.vue` files.
You can opt-in the `@vue/eslint-config-airbnb-with-typescript/allow-js-in-vue` config to allow plain JavaScript `<script>`s.
It is strongly discouraged to use JSX and TSX syntaxes in `.vue` files, but we still provide corresponding configs to allow you opt-in them.

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.0",
"version": "7.0.1",
"description": "eslint-config-airbnb for Vue.js projects with TypeScript support",
"main": "index.js",
"exports": {
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-config-airbnb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @vue/eslint-config-airbnb

## 7.0.1

### Patch Changes

- fix: remove `vue/no-setup-props-destructure` rule (#59)

It's deprecated and removed from `eslint-plugin-vue`'s preset configs since v9.17. More discussions available at https://github.com/vuejs/eslint-plugin-vue/issues/2259

## 7.0.0

### Major 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.0",
"version": "7.0.1",
"description": "eslint-config-standard for Vue.js projects",
"main": "index.js",
"exports": {
Expand Down
Loading

0 comments on commit 5f19399

Please sign in to comment.