Skip to content

Commit 933a0d6

Browse files
chore: prepare release (#2518)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ba0b43 commit 933a0d6

File tree

8 files changed

+16
-21
lines changed

8 files changed

+16
-21
lines changed

.changeset/docs-headings-md.md

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

.changeset/few-hotels-punch.md

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

.changeset/fuzzy-walls-walk.md

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

.changeset/perfect-rockets-approve.md

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

elements/CHANGELOG.md

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

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- 78f3333c5: `<pf-tabs>`: fixed style regression on tab when a slotted icon is not present
8+
- 2ba0b4360: `<pf-popover>`: prevent memory leak by removing event listeners event on popover close
9+
310
## 2.2.0
411

512
### Minor 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.2.0",
4+
"version": "2.2.1",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/pfe-tools/CHANGELOG.md

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

3+
## 1.3.2
4+
5+
### Patch Changes
6+
7+
- cdd1d4232: `DocsPage`: renders headings as markdown ([PR](https://github.com/patternfly/patternfly-elements/pull/2516))
8+
- d7dd0353b: `dev-server`: Corrects aliased elements redirects
9+
310
## 1.3.1
411

512
### Patch Changes

tools/pfe-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-tools",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)