Skip to content

Commit 939e030

Browse files
chore: prepare release (#2440)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent af77424 commit 939e030

File tree

9 files changed

+20
-28
lines changed

9 files changed

+20
-28
lines changed

.changeset/eslint-config-more-rules.md

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

.changeset/pf-accordion-accent-full-height.md

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

.changeset/pf-accordion-header-tags.md

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

.changeset/pf-accordion-headers.md

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

.changeset/pf-switch-2372.md

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

elements/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @patternfly/elements
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- af77424f8: `<pf-accordion>`: fixed issue where accent would not display full height if the
8+
`large` attribute was set on `<pf-accordion>` and `<pf-accordion-panel>` slotted
9+
content had padding or margins
10+
- caabed634: `<pf-accordion-header>`: fixed duplicated/nested headings when slotted heading
11+
elements are used instead of the `header-text` attribute.
12+
- caabed634: `<pf-accordion-header>`: fixed broken `header-tag` and `header-text` attributes
13+
- ed747e98e: `<pf-switch>`: documented the `change` event
14+
315
## 2.0.1
416

517
### Patch Changes

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/eslint-config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/eslint-config-elements
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- c2e901f81: Added more formatting rules (infix spacing and type annotation spacing).
8+
39
## 2.0.0
410

511
### Patch Changes

tools/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/eslint-config-elements",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JavaScript Code Standards for PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)