Skip to content

Commit a89072b

Browse files
Version Packages (#2534)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d9350a2 commit a89072b

File tree

10 files changed

+30
-26
lines changed

10 files changed

+30
-26
lines changed

.changeset/dirty-socks-leave.md

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

.changeset/perfect-months-do.md

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

.changeset/six-pears-hunt.md

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

.changeset/sweet-moons-call.md

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

packages/eslint-config/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 6525833a: Update aria-query to v5, fix switch role rules
8+
- 9779c746: Update eslint-plugin-html to 7.1.0
9+
- dcc4e759: Update eslint-plugin-no-only-tests to 3.1.0
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [6525833a]
14+
15+
316
## 8.0.2
417

518
### Patch Changes

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/eslint-config",
3-
"version": "8.0.2",
3+
"version": "9.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -27,7 +27,7 @@
2727
"eslint-plugin-html": "^7.1.0",
2828
"eslint-plugin-import": "^2.26.0",
2929
"eslint-plugin-lit": "^1.3.0",
30-
"eslint-plugin-lit-a11y": "^2.2.3",
30+
"eslint-plugin-lit-a11y": "^2.3.0",
3131
"eslint-plugin-no-only-tests": "^3.1.0",
3232
"eslint-plugin-wc": "^1.2.0"
3333
},
@@ -36,7 +36,7 @@
3636
"eslint-plugin-html": "^7.1.0",
3737
"eslint-plugin-import": "^2.26.0",
3838
"eslint-plugin-lit": "^1.2.0",
39-
"eslint-plugin-lit-a11y": "^2.2.2",
39+
"eslint-plugin-lit-a11y": "^2.3.0",
4040
"eslint-plugin-no-only-tests": "^3.1.0",
4141
"eslint-plugin-wc": "^1.2.0"
4242
}

packages/eslint-plugin-lit-a11y/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- 6525833a: Update aria-query to v5, fix switch role rules
8+
39
## 2.2.3
410

511
### Patch Changes

packages/eslint-plugin-lit-a11y/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-lit-a11y",
3-
"version": "2.2.3",
3+
"version": "2.3.0",
44
"description": "linting plugin for lit-a11y",
55
"license": "ISC",
66
"repository": {

packages/lit-helpers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- 7c9e5c42: Include spread types and exclude their TS source
8+
39
## 0.5.0
410

511
### Minor Changes

packages/lit-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-wc/lit-helpers",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)