Skip to content

Commit 3a3f1f4

Browse files
committed
chore: update entrypoint
1 parent 0579ab0 commit 3a3f1f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: All notable changes will be documented in this file.
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- **Utility**: Updated entrypoint in `package.json` for `/anatomy`.
12+
913
## [4.4.1] - 2024-11-14
1014

1115
### Fixed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"source": "./src/components/anatomy.ts",
7575
"import": {
7676
"types": "./dist/components/anatomy.d.ts",
77-
"default": "./dist/components/collection.js"
77+
"default": "./dist/components/anatomy.js"
7878
},
7979
"require": {
8080
"types": "./dist/components/anatomy.d.cts",

0 commit comments

Comments
 (0)