Skip to content

Commit 8ff162a

Browse files
chore: prepare release (#2450)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4935186 commit 8ff162a

File tree

7 files changed

+19
-17
lines changed

7 files changed

+19
-17
lines changed

.changeset/fair-melons-cough.md

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

.changeset/rti-focus-update.md

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

.changeset/rti-generic.md

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

core/pfe-core/CHANGELOG.md

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

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- 83024fe5e: `roving-tabindex-controller`: notify the host when the focused item changes.
8+
- 83024fe5e: `roving-tabindex-controller`: allow component authors to specify the type of items.
9+
310
## 2.1.0
411

512
### Minor Changes

core/pfe-core/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-core",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

elements/CHANGELOG.md

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

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- 83024fe5e: `<pf-tabs>`: improved keyboard navigation so it correctly activates the focused tab
8+
- Updated dependencies [83024fe5e]
9+
- Updated dependencies [83024fe5e]
10+
- @patternfly/pfe-core@2.2.0
11+
312
## 2.0.3
413

514
### Patch Changes

elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "2.0.3",
4+
"version": "2.0.4",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -116,7 +116,7 @@
116116
"Wes Ruvalcaba"
117117
],
118118
"dependencies": {
119-
"@patternfly/pfe-core": "^2.1.0",
119+
"@patternfly/pfe-core": "^2.2.0",
120120
"lit": "2.6.1",
121121
"tslib": "^2.4.1"
122122
}

0 commit comments

Comments
 (0)