Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Jan 29, 2024
1 parent 9453ce1 commit 1272fcc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { mostReadable, colorMix } from './engine/primitives/color'
import type {
UmbraOutput,
UmbraSettings,
UmbraScheme,
UmbraInput,
UmbraRange,
FormatedRange
} from './engine/types'
Expand All @@ -31,7 +31,7 @@ export {

export type {
Umbra,
UmbraScheme,
UmbraInput,
UmbraSettings,
UmbraOutput,
UmbraOutputs,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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<https://github.com/CarelessCourage>",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dye/package.json
Original file line number Diff line number Diff line change
@@ -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<https://github.com/CarelessCourage>",
"license": "MIT",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1272fcc

Please sign in to comment.