Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Jul 6, 2022
1 parent 75a135c commit 10b2aaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.1.0](https://github.com/mleralec/jsx-to-styled/compare/1.0.0...1.1.0)

- fix: other props is missing [`362f237`](https://github.com/mleralec/jsx-to-styled/commit/362f237291d9cc5e5074c688426fc51be465f287)
- fix: export theme as interface instead of type [`75a135c`](https://github.com/mleralec/jsx-to-styled/commit/75a135ca232e786ebab01047075d614e73a44ccd)

#### [1.0.0](https://github.com/mleralec/jsx-to-styled/compare/1.0.0-alpha.3...1.0.0)

> 2 July 2022
- feat: other styled props [`e091250`](https://github.com/mleralec/jsx-to-styled/commit/e091250ed39722fe4565b13681e2014642431d3d)
- chore: update documentation [`980cd95`](https://github.com/mleralec/jsx-to-styled/commit/980cd95acf126a2c17f8323f8b3ecbdaca164c2d)
- chore: release v1.0.0 [`006dfb4`](https://github.com/mleralec/jsx-to-styled/commit/006dfb40d7a91c39171648887a5799fe772ab069)

#### [1.0.0-alpha.3](https://github.com/mleralec/jsx-to-styled/compare/1.0.0-alpha.2...1.0.0-alpha.3)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jsx-to-styled",
"description": "jsx-to-styled adds styled props to your React components",
"version": "1.0.0",
"version": "1.1.0",
"author": "mleralec",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 10b2aaa

Please sign in to comment.