Skip to content

Commit

Permalink
chore: prepare release (#2450)
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 28, 2023
1 parent 4935186 commit 8ff162a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-melons-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rti-focus-update.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/rti-generic.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- 83024fe5e: `roving-tabindex-controller`: notify the host when the focused item changes.
- 83024fe5e: `roving-tabindex-controller`: allow component authors to specify the type of items.

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion core/pfe-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-core",
"version": "2.1.0",
"version": "2.2.0",
"license": "MIT",
"description": "PatternFly Elements Core Library",
"customElements": "custom-elements.json",
Expand Down
9 changes: 9 additions & 0 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @patternfly/elements

## 2.0.4

### Patch Changes

- 83024fe5e: `<pf-tabs>`: improved keyboard navigation so it correctly activates the focused tab
- Updated dependencies [83024fe5e]
- Updated dependencies [83024fe5e]
- @patternfly/pfe-core@2.2.0

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "2.0.4",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
Expand Down Expand Up @@ -116,7 +116,7 @@
"Wes Ruvalcaba"
],
"dependencies": {
"@patternfly/pfe-core": "^2.1.0",
"@patternfly/pfe-core": "^2.2.0",
"lit": "2.6.1",
"tslib": "^2.4.1"
}
Expand Down

0 comments on commit 8ff162a

Please sign in to comment.