Skip to content

Commit 26d91be

Browse files
authored
[CSYS-392] release 0.1.0-alpha 10 crashing tests labrary (#56)
* fix: updating the hooks import * fix: removing the duplicated hook * fix: updating the Confetti's version
1 parent e8d4bbf commit 26d91be

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed

packages/confetti-ds/hooks.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/confetti-ds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@labcodes/confetti-ds",
3-
"version": "0.1.0-alpha.10",
3+
"version": "0.1.0-alpha.11",
44
"description": "Labcodes' design system, focused on accessibility and ease to use",
55
"main": "dist/index.js",
66
"husky": {

packages/confetti-ds/src/Dropdown/AbstractDropdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import DropdownSectionTitle from "./DropdownSectionTitle";
88
import DropdownOption from "./DropdownOption";
99
import TagDropdownItem from "./TagDropdownItem";
1010
import TagDropdownTrigger from "./TagDropdownTrigger";
11-
import { usePrevious } from "../../hooks";
11+
import { usePrevious } from "../hooks";
1212

1313
export default function AbstractDropdown({
1414
id,

0 commit comments

Comments
 (0)