Skip to content

Commit f2dc263

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

File tree

9 files changed

+18
-16
lines changed

9 files changed

+18
-16
lines changed

.changeset/beige-worlds-begin.md

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

.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",

tools/create-element/CHANGELOG.md

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

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

510
### Patch Changes

tools/create-element/package.json

Lines changed: 1 addition & 1 deletion
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 <[email protected]>",
66
"license": "MIT",

tools/pfe-tools/CHANGELOG.md

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

3+
## 4.0.2
4+
### Patch Changes
5+
6+
- 2910260: Update changesets version
7+
38
## 4.0.1
49

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

0 commit comments

Comments
 (0)