Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessCourage committed Sep 7, 2024
1 parent 450fed4 commit 192b2f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import { format, hex, rgb } from './engine/primitives/format'
import type { FlattenColor, Formater, UmbraOutputs } from './engine/primitives/format'

import { attach } from './engine/primitives/attach'
import { mostReadable, colorMix } from './engine/primitives/color'
import { mostReadable, getReadability, colorMix } from './engine/primitives/color'
import type {
UmbraScheme,
UmbraInput,
UmbraOutput,
UmbraSettings,
UmbraRange,
Expand All @@ -22,6 +23,7 @@ export {
umbraHydrate,
randomScheme,
mostReadable,
getReadability,
colorMix,
isDark,
inverse,
Expand All @@ -36,6 +38,7 @@ export type {
Umbra,
UmbraScheme,
UmbraSettings,
UmbraInput,
UmbraOutput,
UmbraOutputs,
UmbraRange,
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.455",
"version": "0.0.456",
"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

0 comments on commit 192b2f8

Please sign in to comment.