Skip to content

Commit b608327

Browse files
chore(release): 1.3.2
## [1.3.2](v1.3.1...v1.3.2) (2022-10-28) ### Bug Fixes * fix stylis type in dash ([#26](#26)) ([94d3d85](94d3d85))
1 parent 94d3d85 commit b608327

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.3.2](https://github.com/dash-ui/styles/compare/v1.3.1...v1.3.2) (2022-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* fix stylis type in dash ([#26](https://github.com/dash-ui/styles/issues/26)) ([94d3d85](https://github.com/dash-ui/styles/commit/94d3d8545a6a77034ed88ac4e23ce9481601fbfc))
7+
18
## [1.3.1](https://github.com/dash-ui/styles/compare/v1.3.0...v1.3.1) (2022-10-28)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/styles",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "A tiny, powerful, framework-agnostic CSS-in-JS library.",
55
"keywords": [
66
"styles",

types/create-dash.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export declare type Dash = {
6969
/**
7070
* The instance of Stylis used by this Dash instance
7171
*/
72-
readonly stylis: typeof Stylis;
72+
readonly stylis: Stylis;
7373
/**
7474
* A cache of Stylis rules saved by their keys. This is only used
7575
* on the server for generating CSS files and strings from the keys

types/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)