Skip to content

Commit 6261ef1

Browse files
github-actions[bot]bennypowers
authored andcommitted
chore: prepare release (rc)
1 parent 3bbac99 commit 6261ef1

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@patternfly/pfe-tools": "1.0.0-rc.0"
1111
},
1212
"changesets": [
13+
"chilled-dogs-guess",
1314
"core",
1415
"create-element",
1516
"elements",
@@ -35,6 +36,7 @@
3536
"pf-timestamp",
3637
"pf-tooltip",
3738
"rc-1",
39+
"tools-11ty-anchor",
3840
"tools-remove-esbuild",
3941
"tools"
4042
]

elements/CHANGELOG.md

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

3+
## 2.0.0-rc.4
4+
5+
### Patch Changes
6+
7+
- 1af2749db: `<pf-tabs>`: improved accessibility
8+
- added `manual` boolean attribute which enables [manual tab activation](https://w3c.github.io/aria-practices/examples/tabs/tabs-manual.html) option.
9+
310
## 2.0.0-rc.3
411

512
### 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.0-rc.3",
4+
"version": "2.0.0-rc.4",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/pfe-tools/CHANGELOG.md

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

3+
## 1.0.0-rc.3
4+
5+
### Minor Changes
6+
7+
- 99db432f4: ✨ Added `anchors` 11ty plugin, based on [@orchidjs/eleventy-plugin-ids][npm]
8+
9+
[npm]: https://npm.im/@orchidjs/eleventy-plugin-ids
10+
311
## 1.0.0-rc.2
412

513
### Major 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.0-rc.2",
3+
"version": "1.0.0-rc.3",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)