Skip to content

Commit 0af514c

Browse files
authored
Merge pull request #2311 from patternfly/changeset-release/main
chore: prepare release (next)
2 parents 457eaa9 + a3e4848 commit 0af514c

File tree

11 files changed

+66
-8
lines changed

11 files changed

+66
-8
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"fluffy-rockets-swim",
105105
"forty-berries-cry",
106106
"forty-queens-deny",
107+
"four-schools-teach",
107108
"fuzzy-plants-peel",
108109
"gentle-dingos-count",
109110
"giant-goats-swim",
@@ -149,6 +150,7 @@
149150
"modal",
150151
"modern-readers-joke",
151152
"moody-games-applaud",
153+
"nasty-donuts-work",
152154
"nasty-swans-float",
153155
"nervous-meals-turn",
154156
"nervous-sheep-walk",
@@ -188,6 +190,7 @@
188190
"seven-phones-crash",
189191
"seven-phones-smash",
190192
"shaggy-windows-boil",
193+
"sharp-days-attack",
191194
"sharp-months-raise",
192195
"shiny-dots-rescue",
193196
"short-donuts-remain",
@@ -229,6 +232,7 @@
229232
"tough-days-unite",
230233
"tricky-tools-joke",
231234
"twenty-parrots-smile",
235+
"unlucky-doors-cheer",
232236
"violet-cows-film",
233237
"violet-sheep-ring",
234238
"warm-fishes-listen",

core/pfe-core/CHANGELOG.md

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

3+
## 2.0.0-next.14
4+
5+
### Minor Changes
6+
7+
- 82da44c11: ✨ Added `ScrollSpyController`
8+
✨ Added `RovingTabindexController`
9+
10+
- `ScrollSpyController` sets an attribute (`active` by default) on one of it's
11+
children when that child's `href` attribute is to a hash reference to an IDd
12+
heading on the page.
13+
- `RovingTabindexController` implements roving tabindex, as described in WAI-ARIA practices.
14+
315
## 2.0.0-next.13
416

517
### Major Changes

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

elements/pfe-accordion/CHANGELOG.md

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

3+
## 2.0.0-next.12
4+
5+
### Patch Changes
6+
7+
- 1a43f607f: Fixed: `expanded` attribute on headers in HTML will expand associated panels
8+
- Updated dependencies [82da44c11]
9+
- @patternfly/pfe-core@2.0.0-next.14
10+
311
## 2.0.0-next.11
412

513
### Patch Changes

elements/pfe-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-accordion",
3-
"version": "2.0.0-next.11",
3+
"version": "2.0.0-next.12",
44
"license": "MIT",
55
"description": "Accordion for PatternFly Elements",
66
"customElements": "custom-elements.json",
@@ -74,7 +74,7 @@
7474
"Michael Potter"
7575
],
7676
"dependencies": {
77-
"@patternfly/pfe-core": "^2.0.0-next.13",
77+
"@patternfly/pfe-core": "^2.0.0-next.14",
7878
"@patternfly/pfe-icon": "^2.0.0-next.5",
7979
"lit": "2.3.0"
8080
}

elements/pfe-jump-links/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
## 1.0.0-prerelease.50 ( TBD )
22

3+
## 2.0.0-next.7
4+
5+
### Major Changes
6+
7+
- 82da44c11: Reimplemented `<pfe-jump-links>` to align with [PatternFly
8+
v4](https://patternfly.org/components/jump-links).
9+
10+
See the [docs](https://patternflyelements.org/components/jump-links) for more
11+
info.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [82da44c11]
16+
- @patternfly/pfe-core@2.0.0-next.14
17+
318
## 2.0.0-next.6
419

520
### Patch Changes

elements/pfe-jump-links/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/pfe-jump-links",
33
"license": "MIT",
4-
"version": "2.0.0-next.6",
4+
"version": "2.0.0-next.7",
55
"description": "Jump links element for PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -68,7 +68,7 @@
6868
"Benny Powers <[email protected]>"
6969
],
7070
"dependencies": {
71-
"@patternfly/pfe-core": "^2.0.0-next.10",
71+
"@patternfly/pfe-core": "^2.0.0-next.14",
7272
"lit": "2.3.0"
7373
}
7474
}

elements/pfe-tooltip/CHANGELOG.md

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

3+
## 2.0.0-next.9
4+
5+
### Patch Changes
6+
7+
- 457eaa9d0: `pfe-tools`: Set typescript compilerOptions `composite: true`
8+
9+
`pfe-tooltip`: Added return type for anonymous function for content in constructor
10+
11+
- Updated dependencies [82da44c11]
12+
- @patternfly/pfe-core@2.0.0-next.14
13+
314
## 2.0.0-next.8
415

516
### Major Changes

elements/pfe-tooltip/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-tooltip",
3-
"version": "2.0.0-next.8",
3+
"version": "2.0.0-next.9",
44
"description": "PatternFly Elements | Tooltip",
55
"customElements": "custom-elements.json",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"!test/*"
5959
],
6060
"dependencies": {
61-
"@patternfly/pfe-core": "^2.0.0-next.13",
61+
"@patternfly/pfe-core": "^2.0.0-next.14",
6262
"lit": "2.3.0"
6363
}
6464
}

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-next.41
4+
5+
### Patch Changes
6+
7+
- 457eaa9d0: `pfe-tools`: Set typescript compilerOptions `composite: true`
8+
9+
`pfe-tooltip`: Added return type for anonymous function for content in constructor
10+
311
## 1.0.0-next.40
412

513
### Patch Changes

0 commit comments

Comments
 (0)