Skip to content

Commit

Permalink
[CSYS-392] release 0.1.0-alpha 10 crashing tests labrary (#56)
Browse files Browse the repository at this point in the history
* fix: updating the hooks import

* fix: removing the duplicated hook

* fix: updating the Confetti's version
  • Loading branch information
tiidadavena authored Dec 29, 2022
1 parent e8d4bbf commit 26d91be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions packages/confetti-ds/hooks.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/confetti-ds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labcodes/confetti-ds",
"version": "0.1.0-alpha.10",
"version": "0.1.0-alpha.11",
"description": "Labcodes' design system, focused on accessibility and ease to use",
"main": "dist/index.js",
"husky": {
Expand Down
2 changes: 1 addition & 1 deletion packages/confetti-ds/src/Dropdown/AbstractDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import DropdownSectionTitle from "./DropdownSectionTitle";
import DropdownOption from "./DropdownOption";
import TagDropdownItem from "./TagDropdownItem";
import TagDropdownTrigger from "./TagDropdownTrigger";
import { usePrevious } from "../../hooks";
import { usePrevious } from "../hooks";

export default function AbstractDropdown({
id,
Expand Down

0 comments on commit 26d91be

Please sign in to comment.