Skip to content

Commit b7a9556

Browse files
chore: prepare release (#2522)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5f2e653 commit b7a9556

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

.changeset/generator-instance-check.md

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

.changeset/tabs-imperative-instance.md

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

elements/CHANGELOG.md

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

3+
## 2.2.2
4+
5+
### Patch Changes
6+
7+
- 5f2e653c1: `<pf-tabs>`: prevent error when using tabs-panel with certain frameworks or imperative javascript code
8+
39
## 2.2.1
410

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

tools/create-element/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 5f2e653c1: Tests: check for imperative element instantiation
8+
39
## 1.0.1
410

511
### Patch Changes

tools/create-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/create-element",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Scaffold web components monorepos based on PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)