From 1272fcc87038fcaf7b1f7f559917474de36bc13e Mon Sep 17 00:00:00 2001 From: "Samuel M. Bednarz" Date: Mon, 29 Jan 2024 16:07:00 +0100 Subject: [PATCH] bump --- packages/core/index.ts | 4 ++-- packages/core/package.json | 2 +- packages/dye/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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",