Skip to content
Open
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
10 changes: 0 additions & 10 deletions .changeset/free-walls-sneeze.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/real-comics-leave.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

## 5.0.5
### Patch Changes

- a13e259: Update dependencies

## 5.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": "5.0.4",
"version": "5.0.5",
"license": "MIT",
"description": "PatternFly Elements Core Library",
"customElements": "custom-elements.json",
Expand Down
13 changes: 13 additions & 0 deletions elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @patternfly/elements

## 4.3.0
### Minor Changes

- 26b1faa: ✨ Added `<pf-hint>` component

A **hint** is in-app messaging that provides a one-step reminder, explanation, or call to action for a page or modal. Hints provide information about an interaction or prerequisite step that might not be immediately obvious to the user.

### Patch Changes

- a13e259: Update dependencies
- Updated dependencies [a13e259]
- @patternfly/pfe-core@5.0.5

## 4.2.0
### Minor Changes

Expand Down
4 changes: 2 additions & 2 deletions elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@patternfly/elements",
"license": "MIT",
"version": "4.2.0",
"version": "4.3.0",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
Expand Down Expand Up @@ -135,7 +135,7 @@
"dependencies": {
"@lit/context": "^1.1.6",
"@patternfly/icons": "^1.0.3",
"@patternfly/pfe-core": "^5.0.4",
"@patternfly/pfe-core": "^5.0.5",
"lit": "^3.3.2",
"tslib": "^2.8.1"
}
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.5
### Patch Changes

- a13e259: Update dependencies

## 1.0.4
### 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.4",
"version": "1.0.5",
"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/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# @patternfly/eslint-config-elements

## 4.0.1
### Patch Changes

- a13e259: Update dependencies

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternfly/eslint-config-elements",
"version": "4.0.0",
"version": "4.0.1",
"description": "JavaScript Code Standards for 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

## 5.0.5
### Patch Changes

- a13e259: Update dependencies

## 5.0.4
### 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": "5.0.4",
"version": "5.0.5",
"type": "module",
"description": "Development and build tools for PatternFly Elements and related projects",
"keywords": [
Expand Down