Skip to content

Commit f4af2db

Browse files
committed
chore: bump versions
1 parent 5f38827 commit f4af2db

File tree

7 files changed

+21
-14
lines changed

7 files changed

+21
-14
lines changed

.changeset/config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@
99
"linked": [],
1010
"access": "restricted",
1111
"baseBranch": "main",
12-
"updateInternalDependencies": "patch",
13-
"ignore": []
12+
"updateInternalDependencies": "patch"
1413
}

.changeset/orange-llamas-cry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-rats-try.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config-standard-with-typescript/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @vue/eslint-config-standard-with-typescript
22

3+
## 9.1.0
4+
5+
### Minor Changes
6+
7+
- [`ac560b5`](https://github.com/vuejs/eslint-config-standard/commit/ac560b52866adb8cb19a5df8fbe5f71b6ec1ad79) Thanks [@haoqunjiang](https://github.com/haoqunjiang)! - Added type declaration files
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5f38827`](https://github.com/vuejs/eslint-config-standard/commit/5f388277dac615c359a1cb297761e7d0fcc933ce)]:
12+
- @vue/eslint-config-standard@9.0.1
13+
314
## 9.0.0
415

516
### Major Changes

packages/eslint-config-standard-with-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/eslint-config-standard-with-typescript",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "eslint-config-standard-with-typescript for Vue.js projects",
55
"type": "module",
66
"main": "index.js",

packages/eslint-config-standard/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# @vue/eslint-config-standard
22

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- [`5f38827`](https://github.com/vuejs/eslint-config-standard/commit/5f388277dac615c359a1cb297761e7d0fcc933ce) Thanks [@haoqunjiang](https://github.com/haoqunjiang)! - Updated dependencies
8+
39
## 9.0.0
410

511
### Major Changes
612

713
- [#33](https://github.com/vuejs/eslint-config-standard/pull/33) [`07f63fd`](https://github.com/vuejs/eslint-config-standard/commit/07f63fd143d075df55b681fb3f847d88ceb04281)
14+
815
- Added support for ESLint ^9.10, Node.js ^18.18.0 || ^20.9.0 || >=21.1.0. Dropped support for older versions.
916
- Switched to ESLint Flat Config, dropping legacy `.eslintrc*` format.
1017
- Applied stylistic rules to expressions in `<template>` blocks.

packages/eslint-config-standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/eslint-config-standard",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "eslint-config-standard for Vue.js projects",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)