Skip to content

Commit a494466

Browse files
authored
Merge branch 'main' into fix/ssr-events
2 parents 9217a54 + 3d48094 commit a494466

File tree

11 files changed

+166
-698
lines changed

11 files changed

+166
-698
lines changed

.changeset/config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"linked": [],
6+
"prettier": false,
67
"access": "restricted",
78
"baseBranch": "main",
89
"updateInternalDependencies": "patch",

.changeset/dull-stingrays-film.md

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

.changeset/olive-rivers-stick.md

Lines changed: 0 additions & 4 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+
## 4.0.5
4+
### Patch Changes
5+
6+
- 0fb28b6: `SlotController`: `hasContent`/`isEmpty` now respects text nodes
7+
38
## 4.0.4
49

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

0 commit comments

Comments
 (0)