Skip to content

Commit

Permalink
chore: release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mleralec committed Jul 2, 2022
1 parent e091250 commit 006dfb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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.0.0](https://github.com/mleralec/jsx-to-styled/compare/1.0.0-alpha.3...1.0.0)

- 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)

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

> 2 July 2022
- chore: update documentation [`cd94e88`](https://github.com/mleralec/jsx-to-styled/commit/cd94e8826cbb1eaf821ae58217e88abb02920599)
- feat: add borders props [`4dffdc1`](https://github.com/mleralec/jsx-to-styled/commit/4dffdc17d515366541d3233cadaf2920800fccf9)
- feat: add typography.textDecoration [`fe0405b`](https://github.com/mleralec/jsx-to-styled/commit/fe0405bb86edee64067ea1cb1570fb61128f423b)
- chore: release v1.0.0-alpha.3 [`74f90f9`](https://github.com/mleralec/jsx-to-styled/commit/74f90f9299e4a2f20a7c64c6ca7b776f3ca2a16a)

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

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-alpha.3",
"version": "1.0.0",
"author": "mleralec",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 006dfb4

Please sign in to comment.