We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484fa68 commit 55eaf92Copy full SHA for 55eaf92
.changeset/pre.json
@@ -13,6 +13,7 @@
13
"core",
14
"create-element",
15
"elements",
16
+ "package-dot-export",
17
"package-entrypoints",
18
"pf-accordion",
19
"pf-avatar",
elements/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @patternfly/elements
2
3
+## 2.0.0-rc.3
4
+
5
+### Patch Changes
6
7
+- 484fa68e6: Fixed `.` module export
8
9
## 2.0.0-rc.2
10
11
### Patch Changes
elements/package.json
@@ -1,7 +1,7 @@
{
"name": "@patternfly/elements",
"license": "MIT",
- "version": "2.0.0-rc.2",
+ "version": "2.0.0-rc.3",
"description": "PatternFly Elements",
"customElements": "custom-elements.json",
"type": "module",
0 commit comments