Skip to content

Commit 19e8928

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

File tree

14 files changed

+68
-60
lines changed

14 files changed

+68
-60
lines changed

.changeset/free-walls-sneeze.md

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

.changeset/pf-alert.md

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

.changeset/pf-helper-text.md

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

.changeset/real-comics-leave.md

Lines changed: 0 additions & 17 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.5
4+
### Patch Changes
5+
6+
- a13e259: Update dependencies
7+
38
## 5.0.4
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.4",
3+
"version": "5.0.5",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

elements/CHANGELOG.md

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

3+
## 4.3.0
4+
### Minor Changes
5+
6+
- 280ef9b: ✨ Added `<pf-alert>` component
7+
8+
An **alert** is a notification that provides brief information to the user without blocking their workflow.
9+
10+
```html
11+
<pf-alert variant="warning"
12+
title-text="Custom alert title"
13+
dismissable>
14+
This is the alert description.
15+
<pf-button slot="actions">Ok</pf-button>
16+
<pf-button slot="actions">Cancel</pf-button>
17+
</pf-alert>
18+
- 1eea604: ✨ Added `<pf-helper-text>` component
19+
20+
**Helper text** is an on-screen field guideline that helps provide context regarding field inputs.
21+
22+
```html
23+
<pf-helper-text variant="error">You must include an email address</pf-helper-text>
24+
```
25+
- 26b1faa: ✨ Added `<pf-hint>` component
26+
27+
A **hint** is in-app messaging that provides a one-step reminder, explanation,
28+
or call to action for a page or modal. Hints provide information about an
29+
interaction or prerequisite step that might not be immediately obvious to the
30+
user.
31+
32+
```html
33+
<pf-hint>
34+
Welcome to the new documentation experience.
35+
<a href="#">Learn more about the improved features</a>.
36+
</pf-hint>
37+
```
38+
39+
### Patch Changes
40+
41+
- a13e259: Update dependencies
42+
- Updated dependencies [a13e259]
43+
- @patternfly/pfe-core@5.0.5
44+
345
## 4.2.0
446
### Minor Changes
547

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": "4.2.0",
4+
"version": "4.3.0",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -139,7 +139,7 @@
139139
"dependencies": {
140140
"@lit/context": "^1.1.6",
141141
"@patternfly/icons": "^1.0.3",
142-
"@patternfly/pfe-core": "^5.0.4",
142+
"@patternfly/pfe-core": "^5.0.5",
143143
"lit": "^3.3.2",
144144
"tslib": "^2.8.1"
145145
}

tools/create-element/CHANGELOG.md

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

3+
## 1.0.5
4+
### Patch Changes
5+
6+
- a13e259: Update dependencies
7+
38
## 1.0.4
49
### Patch Changes
510

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.4",
3+
"version": "1.0.5",
44
"description": "Scaffold web components monorepos based on PatternFly Elements",
55
"author": "Benny Powers <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)