Skip to content

Commit

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

### Bug Fixes

* revert adding themes to style object ([#25](#25)) ([0712080](0712080))
  • Loading branch information
semantic-release-bot committed Oct 28, 2022
1 parent 0712080 commit ad7f023
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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.1](https://github.com/dash-ui/styles/compare/v1.3.0...v1.3.1) (2022-10-28)


### Bug Fixes

* revert adding themes to style object ([#25](https://github.com/dash-ui/styles/issues/25)) ([0712080](https://github.com/dash-ui/styles/commit/07120809125a1a8f934e441467556af1ed8e9168))

# [1.3.0](https://github.com/dash-ui/styles/compare/v1.2.0...v1.3.0) (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.0",
"version": "1.3.1",
"description": "A tiny, powerful, framework-agnostic CSS-in-JS library.",
"keywords": [
"styles",
Expand Down
4 changes: 0 additions & 4 deletions types/create-styles.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ export interface Styles<Tokens extends DashTokens = DashTokens, Themes extends D
* The CSS tokens currently defined in the instance
*/
tokens: TokensUnion<Tokens, Themes>;
/**
* The themes defined in the instance
*/
themes: Themes;
/**
* A hashing function for creating unique selector names
*
Expand Down
2 changes: 1 addition & 1 deletion types/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

0 comments on commit ad7f023

Please sign in to comment.