Skip to content

Commit ef900df

Browse files
chore: prepare release (#2914)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9cba233 commit ef900df

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

.changeset/green-aliens-begin.md

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

.changeset/solid-rice-arrive.md

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

core/pfe-core/CHANGELOG.md

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

3+
## 5.0.3
4+
### Patch Changes
5+
6+
- 2cf37ca: `InternalsController`: add `ariaRelevant` property
7+
38
## 5.0.2
49
### Patch Changes
510

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

tools/pfe-tools/CHANGELOG.md

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

3+
## 5.0.0
4+
### Major Changes
5+
6+
- 2cf37ca: Removes the (previously deprecated) `@custom-elements-manifest/analyzer` config. Instead, use [`@pwrs/cem`](https://bennypowers.dev/cem). See PR [#2912](https://github.com/patternfly/patternfly-elements/pull/2912/files) for an example of how to migrate an npm monorepo.
7+
38
## 4.0.3
49
### Patch Changes
510

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": "4.0.3",
3+
"version": "5.0.0",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)