Skip to content

Commit 94261f6

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

File tree

6 files changed

+17
-12
lines changed

6 files changed

+17
-12
lines changed

.changeset/loud-rings-lay.md

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

.changeset/thin-aliens-smoke.md

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

core/pfe-core/CHANGELOG.md

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

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- 43b97bf: `InternalsController`: prevent Safari-detector from breaking SSR
8+
39
## 4.0.0
410

511
### Major 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.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"description": "PatternFly Elements Core Library",
66
"customElements": "custom-elements.json",

elements/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @patternfly/elements
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- bce98d2: `<pf-icon>`: fixed lazy icon lazy loading
8+
- Updated dependencies [43b97bf]
9+
- @patternfly/pfe-core@4.0.1
10+
311
## 4.0.0
412

513
### Major Changes

elements/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",
@@ -130,7 +130,7 @@
130130
"dependencies": {
131131
"@lit/context": "^1.1.2",
132132
"@patternfly/icons": "^1.0.3",
133-
"@patternfly/pfe-core": "^4.0.0",
133+
"@patternfly/pfe-core": "^4.0.1",
134134
"lit": "^3.2.0",
135135
"tslib": "^2.6.3"
136136
}

0 commit comments

Comments
 (0)