Skip to content

Commit

Permalink
chore: prepare release (#2440)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 26, 2023
1 parent af77424 commit 939e030
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 28 deletions.
4 changes: 0 additions & 4 deletions .changeset/eslint-config-more-rules.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pf-accordion-accent-full-height.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pf-accordion-header-tags.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pf-accordion-headers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pf-switch-2372.md

This file was deleted.

12 changes: 12 additions & 0 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @patternfly/elements

## 2.0.2

### Patch Changes

- af77424f8: `<pf-accordion>`: fixed issue where accent would not display full height if the
`large` attribute was set on `<pf-accordion>` and `<pf-accordion-panel>` slotted
content had padding or margins
- caabed634: `<pf-accordion-header>`: fixed duplicated/nested headings when slotted heading
elements are used instead of the `header-text` attribute.
- caabed634: `<pf-accordion-header>`: fixed broken `header-tag` and `header-text` attributes
- ed747e98e: `<pf-switch>`: documented the `change` event

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/elements",
"license": "MIT",
"version": "2.0.1",
"version": "2.0.2",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions tools/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @patternfly/eslint-config-elements

## 2.0.1

### Patch Changes

- c2e901f81: Added more formatting rules (infix spacing and type annotation spacing).

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/eslint-config-elements",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript Code Standards for PatternFly Elements",
"author": "Benny Powers <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 939e030

Please sign in to comment.