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 0579ab0 commit 3a3f1f4Copy full SHA for 3a3f1f4
packages/react/CHANGELOG.md
@@ -6,6 +6,10 @@ description: All notable changes will be documented in this file.
6
7
## [Unreleased]
8
9
+### Fixed
10
+
11
+- **Utility**: Updated entrypoint in `package.json` for `/anatomy`.
12
13
## [4.4.1] - 2024-11-14
14
15
### Fixed
packages/react/package.json
@@ -74,7 +74,7 @@
74
"source": "./src/components/anatomy.ts",
75
"import": {
76
"types": "./dist/components/anatomy.d.ts",
77
- "default": "./dist/components/collection.js"
+ "default": "./dist/components/anatomy.js"
78
},
79
"require": {
80
"types": "./dist/components/anatomy.d.cts",
0 commit comments