Skip to content

Commit 1a070d0

Browse files
chore: prepare release
1 parent 0fb28b6 commit 1a070d0

File tree

6 files changed

+14
-11
lines changed

6 files changed

+14
-11
lines changed

.changeset/dull-stingrays-film.md

-5
This file was deleted.

.changeset/olive-rivers-stick.md

-4
This file was deleted.

core/pfe-core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/pfe-core
22

3+
## 4.0.5
4+
5+
### Patch Changes
6+
7+
- 0fb28b6: `SlotController`: `hasContent`/`isEmpty` now respects text nodes
8+
39
## 4.0.4
410

511
### Patch Changes

core/pfe-core/package.json

+1-1
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",

tools/create-element/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @patternfly/create-element
22

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- fe349ea: Fixed type errors in create-element template
8+
39
## 1.0.3
410

511
### Patch Changes

tools/create-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/create-element",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Scaffold web components monorepos based on PatternFly Elements",
55
"author": "Benny Powers <bennyp@redhat.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)