You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,18 @@ title: Changelog
4
4
description: All notable changes will be documented in this file.
5
5
---
6
6
7
-
8
7
## [Unreleased]
9
8
9
+
### Fixed
10
+
11
+
-**Utility**: Incorrect entrypoint in `package.json` for `/anatomy`.
12
+
10
13
## [4.4.0] - 2024-11-11
11
14
12
15
### Added
13
16
14
-
-**Utility**: Exported `createAnatomy` for defining custom component anatomy, now accessible via `import { createAnatomy } from '@ark-ui/react/anatomy'`.
17
+
-**Utility**: Exported `createAnatomy` for defining custom component anatomy, now accessible via
18
+
`import { createAnatomy } from '@ark-ui/react/anatomy'`.
Copy file name to clipboardExpand all lines: packages/vue/CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,16 @@ description: All notable changes will be documented in this file.
6
6
7
7
## [Unreleased]
8
8
9
+
### Fixed
10
+
11
+
-**Utility**: Incorrect entrypoint in `package.json` for `/anatomy`.
12
+
9
13
## [4.4.0] - 2024-11-11
10
14
11
15
### Added
12
16
13
-
-**Utility**: Exported `createAnatomy` for defining custom component anatomy, now accessible via `import { createAnatomy } from '@ark-ui/vue/anatomy'`.
17
+
-**Utility**: Exported `createAnatomy` for defining custom component anatomy, now accessible via
18
+
`import { createAnatomy } from '@ark-ui/vue/anatomy'`.
0 commit comments