diff --git a/packages/core/index.ts b/packages/core/index.ts index a9b6e06..cf6c696 100644 --- a/packages/core/index.ts +++ b/packages/core/index.ts @@ -7,7 +7,7 @@ import { mostReadable, colorMix } from './engine/primitives/color' import type { UmbraOutput, UmbraSettings, - UmbraScheme, + UmbraInput, UmbraRange, FormatedRange } from './engine/types' @@ -31,7 +31,7 @@ export { export type { Umbra, - UmbraScheme, + UmbraInput, UmbraSettings, UmbraOutput, UmbraOutputs, diff --git a/packages/core/package.json b/packages/core/package.json index a85fb24..281b629 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@umbrajs/core", - "version": "0.0.454", + "version": "0.0.4541", "description": "Umbra is a theme managment library that allows you to create semantic color themes that are easy to dynamically customize, change retroactively and scale progressively", "author": "Samuel M. Bednarz", "repository": { diff --git a/packages/dye/package.json b/packages/dye/package.json index afa94d3..ff830fd 100644 --- a/packages/dye/package.json +++ b/packages/dye/package.json @@ -1,7 +1,7 @@ { "name": "@umbrajs/dye", "private": false, - "version": "0.0.002", + "version": "0.0.0021", "description": "Vue color picker using umbra", "author": "Samuel M. Bednarz", "license": "MIT", @@ -37,7 +37,7 @@ "preview": "vite preview" }, "dependencies": { - "@umbrajs/core": "workspace:*", + "@umbrajs/core": "^0.0.454", "@vueuse/components": "^10.1.2", "@vueuse/core": "^10.1.2", "colord": "^2.9.3",