Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .changeset/beige-worlds-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-stingrays-film.md

This file was deleted.

4 changes: 0 additions & 4 deletions .changeset/olive-rivers-stick.md

This file was deleted.

5 changes: 5 additions & 0 deletions core/pfe-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @patternfly/pfe-core

## 4.0.5
### Patch Changes

- 0fb28b6: `SlotController`: `hasContent`/`isEmpty` now respects text nodes

## 4.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion core/pfe-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-core",
"version": "4.0.4",
"version": "4.0.5",
"license": "MIT",
"description": "PatternFly Elements Core Library",
"customElements": "custom-elements.json",
Expand Down
5 changes: 5 additions & 0 deletions tools/create-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @patternfly/create-element

## 1.0.4
### Patch Changes

- fe349ea: Fixed type errors in create-element template

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/create-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/create-element",
"version": "1.0.3",
"version": "1.0.4",
"description": "Scaffold web components monorepos based on PatternFly Elements",
"author": "Benny Powers <bennyp@redhat.com>",
"license": "MIT",
Expand Down
5 changes: 5 additions & 0 deletions tools/pfe-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @patternfly/pfe-tools

## 4.0.2
### Patch Changes

- 2910260: Update changesets version

## 4.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/pfe-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/pfe-tools",
"version": "4.0.1",
"version": "4.0.2",
"type": "module",
"description": "Development and build tools for PatternFly Elements and related projects",
"keywords": [
Expand Down
Loading