Skip to content

Commit

Permalink
chore: prepare release (#2494)
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 Jun 7, 2023
1 parent a2e88b5 commit aa69a96
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-shirts-think.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/empty-trainers-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-kiwis-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pf-icon-allow-string-getter.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pf-icon-copy-from-package.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/pf-tabs-id-cc.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-tools-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-donkeys-care.md

This file was deleted.

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

## 2.3.1

### Patch Changes

- c5d95880c: **roving-tabindex-controller**: fixes arrow keydown event listeners

## 2.3.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.3.0",
"version": "2.3.1",
"license": "MIT",
"description": "PatternFly Elements Core Library",
"customElements": "custom-elements.json",
Expand Down
19 changes: 19 additions & 0 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @patternfly/elements

## 2.2.0

### Minor Changes

- 12c59e9ac: `<pf-icon>`: allow `getIconUrl` to return a string, permitting users to import
icons from 'bare module specifiers'.

### Patch Changes

- c5d95880c: `<pf-accordion>`: fixed keyboard navigation inside of nested accordions
- a2e88b511: `<pf-tabs>`: fix vertical alignment of slotted icons
- 12c59e9ac: `<pf-icon>`: use fontawesome 5 icons. **NOTE**: imports from
`@patternfly/elements/pf-icon/icons/` are deprecated and will be removed in the
next major version.
- 6adf530c4: `<pf-tabs>`: prevent error when using in certain javascript frameworks
- 881c8a505: `<pf-timestamp>`: improved performance by using browser-standard features to calculate relative time
- Updated dependencies [c5d95880c]
- @patternfly/pfe-core@2.3.1

## 2.1.0

### Minor 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.1.0",
"version": "2.2.0",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
Expand Down Expand Up @@ -118,7 +118,7 @@
],
"dependencies": {
"@patternfly/icons": "^1.0.2",
"@patternfly/pfe-core": "^2.3.0",
"@patternfly/pfe-core": "^2.3.1",
"lit": "2.6.1",
"tslib": "^2.4.1"
}
Expand Down
6 changes: 6 additions & 0 deletions tools/pfe-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @patternfly/pfe-tools

## 1.3.1

### Patch Changes

- d5c6c199f: **Dev Server**: fixes `*-lightdom.css` support in config

## 1.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/pfe-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-tools",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"description": "Development and build tools for PatternFly Elements and related projects",
"keywords": [
Expand Down

0 comments on commit aa69a96

Please sign in to comment.