Skip to content

Commit

Permalink
chore(release): 1.3.2
Browse files Browse the repository at this point in the history
## [1.3.2](v1.3.1...v1.3.2) (2022-10-28)

### Bug Fixes

* fix stylis type in dash ([#26](#26)) ([94d3d85](94d3d85))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 94d3d85 commit b608327
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.3.2](https://github.com/dash-ui/styles/compare/v1.3.1...v1.3.2) (2022-10-28)


### Bug Fixes

* fix stylis type in dash ([#26](https://github.com/dash-ui/styles/issues/26)) ([94d3d85](https://github.com/dash-ui/styles/commit/94d3d8545a6a77034ed88ac4e23ce9481601fbfc))

## [1.3.1](https://github.com/dash-ui/styles/compare/v1.3.0...v1.3.1) (2022-10-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash-ui/styles",
"version": "1.3.1",
"version": "1.3.2",
"description": "A tiny, powerful, framework-agnostic CSS-in-JS library.",
"keywords": [
"styles",
Expand Down
2 changes: 1 addition & 1 deletion types/create-dash.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export declare type Dash = {
/**
* The instance of Stylis used by this Dash instance
*/
readonly stylis: typeof Stylis;
readonly stylis: Stylis;
/**
* A cache of Stylis rules saved by their keys. This is only used
* on the server for generating CSS files and strings from the keys
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit b608327

Please sign in to comment.