Skip to content

Commit

Permalink
chore: 🤖 release v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
phun-ky committed Nov 27, 2023
1 parent ac61d1c commit 114b51a
Show file tree
Hide file tree
Showing 4 changed files with 151 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.3](https://github.com/phun-ky/moebius/compare/0.1.2...0.1.3) (2023-11-27)


### Bug

* 🐛 Export types ([e080f5f](https://github.com/phun-ky/moebius/commit/e080f5fa136d9b4734be66b2a8fc137b7dc1f810))

## [0.1.2](https://github.com/phun-ky/moebius/compare/0.1.1...0.1.2) (2023-11-24)


Expand Down Expand Up @@ -45,4 +52,4 @@

### Bug

* 🐛 reinstall ([0b7a594](https://github.com/phun-ky/moebius/commit/0b7a5943c8e8fe11ca7532de7c5ba1b1aed506f2))
* 🐛 reinstall ([0b7a594](https://github.com/phun-ky/moebius/commit/0b7a5943c8e8fe11ca7532de7c5ba1b1aed506f2))
142 changes: 140 additions & 2 deletions api/modules/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,144 @@

# Module: main

## References

### MoebiusCMYKObjectType

Re-exports [MoebiusCMYKObjectType](types.md#moebiuscmykobjecttype)

___

### MoebiusChromaColorInputType

Re-exports [MoebiusChromaColorInputType](types.md#moebiuschromacolorinputtype)

___

### MoebiusColorInterface

Re-exports [MoebiusColorInterface](../interfaces/types.MoebiusColorInterface.md)

___

### MoebiusColorValueHexType

Re-exports [MoebiusColorValueHexType](types.md#moebiuscolorvaluehextype)

___

### MoebiusColorValueHslType

Re-exports [MoebiusColorValueHslType](types.md#moebiuscolorvaluehsltype)

___

### MoebiusColorValueHslaType

Re-exports [MoebiusColorValueHslaType](types.md#moebiuscolorvaluehslatype)

___

### MoebiusColorValueRgbType

Re-exports [MoebiusColorValueRgbType](types.md#moebiuscolorvaluergbtype)

___

### MoebiusColorValueRgbaType

Re-exports [MoebiusColorValueRgbaType](types.md#moebiuscolorvaluergbatype)

___

### MoebiusHSIObjectType

Re-exports [MoebiusHSIObjectType](types.md#moebiushsiobjecttype)

___

### MoebiusHSLObjectType

Re-exports [MoebiusHSLObjectType](types.md#moebiushslobjecttype)

___

### MoebiusHSVObjectType

Re-exports [MoebiusHSVObjectType](types.md#moebiushsvobjecttype)

___

### MoebiusHWBObjectType

Re-exports [MoebiusHWBObjectType](types.md#moebiushwbobjecttype)

___

### MoebiusLABObjectType

Re-exports [MoebiusLABObjectType](types.md#moebiuslabobjecttype)

___

### MoebiusLCHObjectType

Re-exports [MoebiusLCHObjectType](types.md#moebiuslchobjecttype)

___

### MoebiusPaletteAccentColorsInterface

Re-exports [MoebiusPaletteAccentColorsInterface](../interfaces/types.MoebiusPaletteAccentColorsInterface.md)

___

### MoebiusPaletteColorsInterface

Re-exports [MoebiusPaletteColorsInterface](../interfaces/types.MoebiusPaletteColorsInterface.md)

___

### MoebiusPaletteDefaultOptionsType

Re-exports [MoebiusPaletteDefaultOptionsType](types.md#moebiuspalettedefaultoptionstype)

___

### MoebiusPaletteInterface

Re-exports [MoebiusPaletteInterface](../interfaces/types.MoebiusPaletteInterface.md)

___

### MoebiusPaletteOptionsType

Re-exports [MoebiusPaletteOptionsType](types.md#moebiuspaletteoptionstype)

___

### MoebiusRGBObjectType

Re-exports [MoebiusRGBObjectType](types.md#moebiusrgbobjecttype)

___

### MoebiusXYZObjectType

Re-exports [MoebiusXYZObjectType](types.md#moebiusxyzobjecttype)

___

### NearestColorColorMatchInterface

Re-exports [NearestColorColorMatchInterface](../interfaces/types.NearestColorColorMatchInterface.md)

___

### NearestColorColorSpecInterface

Re-exports [NearestColorColorSpecInterface](../interfaces/types.NearestColorColorSpecInterface.md)

## Type Aliases

### MoebiusReturnType
Expand All @@ -10,7 +148,7 @@

#### Defined in

[main.ts:13](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L13)
[main.ts:15](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L15)

## Functions

Expand All @@ -30,4 +168,4 @@ An object with Moebius classes

#### Defined in

[main.ts:41](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L41)
[main.ts:43](https://github.com/phun-ky/moebius/blob/main/src/main.ts#L43)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@phun-ky/moebius",
"version": "0.1.2",
"version": "0.1.3",
"description": "Automatically generate color palettes!",
"main": "moebius.js",
"types": "moebius.d.ts",
Expand Down

0 comments on commit 114b51a

Please sign in to comment.