Skip to content

Commit

Permalink
fix(solid): correctly export color picker
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Sep 2, 2023
1 parent 2d8a1b4 commit f3a1b8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ description: All notable changes to this project will be documented in this file

## [Unreleased]

### Fixed

- Resolved an issue where the `ColorPicker` was not exported correctly.

## [0.10.0] - 2023-09-02

### Addded
Expand Down Expand Up @@ -156,5 +160,4 @@ description: All notable changes to this project will be documented in this file
[0.8.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.8.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
[0.9.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]

[0.10.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
1 change: 1 addition & 0 deletions packages/solid/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from './accordion'
export * from './avatar'
export * from './carousel'
export * from './checkbox'
export * from './color-picker'
export * from './combobox'
export * from './date-picker'
export * from './dialog'
Expand Down

2 comments on commit f3a1b8b

@vercel
Copy link

@vercel vercel bot commented on f3a1b8b Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ark-astro – ./web

ark-astro.vercel.app
ark-astro-git-main-chakra-ui.vercel.app
ark-astro-chakra-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f3a1b8b Sep 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ark-website – ./website

ark-website-git-main-chakra-ui.vercel.app
ark-website-three.vercel.app
ark-ui.com
ark-website-chakra-ui.vercel.app

Please sign in to comment.