diff --git a/package-lock.json b/package-lock.json index fac14aa..3b2484f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sippy-platform/mellow-ui", - "version": "0.8.0", + "version": "0.8.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sippy-platform/mellow-ui", - "version": "0.8.0", + "version": "0.8.1", "license": "AGPL-3.0-or-later", "dependencies": { "@headlessui/react": "1.6.5", diff --git a/package.json b/package.json index f1f0ad3..099a593 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sippy-platform/mellow-ui", - "version": "0.8.0", + "version": "0.8.1", "description": "React components for the Mellow Design System.", "main": "./dist/mellow-ui.umd.js", "module": "./dist/mellow-ui.es.js", diff --git a/tsconfig.json b/tsconfig.json index db5d081..c3ac84f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ "@hooks/*": ["./src/hooks/*"] } }, - "include": ["src/components"], + "include": ["src/components", "src/hooks"], "references": [{ "path": "./tsconfig.node.json" }] }