diff --git a/CHANGELOG.md b/CHANGELOG.md index f2a4a79..7e6693f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.5](https://github.com/dash-ui/styles/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2021-10-30) + + +### Bug Fixes + +* fix missing number variant types ([bf6b466](https://github.com/dash-ui/styles/commit/bf6b466d01d4cca98bbdc5bd2d18bc5c787a35e2)) + # [1.0.0-alpha.4](https://github.com/dash-ui/styles/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-10-30) diff --git a/package.json b/package.json index 3496978..dafd827 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dash-ui/styles", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "A tiny, powerful, framework-agnostic CSS-in-JS library.", "keywords": [ "styles", diff --git a/types/create-styles.d.ts b/types/create-styles.d.ts index f684e39..e5f38d2 100644 --- a/types/create-styles.d.ts +++ b/types/create-styles.d.ts @@ -127,7 +127,7 @@ export interface Styles
*/ - variants(styleMap: StyleMap): Style; + variants(styleMap: StyleMap): Style; /** * A function that accepts a tagged template literal, style object, or style callback, * and returns a function. That function inserts the style into a `