Skip to content

Commit c4bcf84

Browse files
chore: prepare release (#2443)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 79f30b8 commit c4bcf84

File tree

6 files changed

+41
-37
lines changed

6 files changed

+41
-37
lines changed

.changeset/cem-11ty-title.md

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

.changeset/pf-panel-2402.md

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

elements/CHANGELOG.md

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

3+
## 2.0.3
4+
5+
### Patch Changes
6+
7+
- 9fd329e21: `<pf-panel>`: fixed raised and bordered variants
8+
39
## 2.0.2
410

511
### Patch Changes

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "2.0.2",
4+
"version": "2.0.3",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/pfe-tools/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 79f30b8f6: `11ty/plugins/custom-elements-manifest.cjs`: added `renderTitleInOverview`
8+
option, a boolean flag which defaults to `true`.
9+
10+
When true, this option renders an `<h1>` in the element's docs page's "Overview"
11+
section.
12+
13+
Note: the next major release will switch this option to `false` by default, so
14+
to prepare your docs pages, add your own headings:
15+
16+
BEFORE:
17+
18+
```md
19+
{% renderOverview %}
20+
<pf-jazz-hands></pf-jazz-hands>
21+
{% endrenderOverview %}
22+
```
23+
24+
AFTER:
25+
26+
```md
27+
<section class="band">
28+
<h1 id="jazz-hands">Jazz Hands</h1>
29+
</section>
30+
31+
{% renderOverview %}
32+
<pf-jazz-hands></pf-jazz-hands>
33+
{% endrenderOverview %}
34+
```
35+
336
## 1.0.1
437

538
### Patch Changes

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

0 commit comments

Comments
 (0)