Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Release 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Mar 20, 2019
1 parent 40c4332 commit d365b07
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,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.4] - 2019-03-20
### Fixed
- Usage with styled-components (#69) - [@fsodano][]
- Improved Vue component detection (#71) - [@runebaas][]
- Builds and tests can now be run on Windows (#73) - [@runebaas][]

## [0.2.3] - 2018-10-13
### Fixed
- React 16.5 prop warnings (#62) - [@walts81][]
Expand Down Expand Up @@ -43,3 +49,5 @@ Initial release.

[@phillbaker]: https://github.com/phillbaker
[@walts81]: https://github.com/walts81
[@fsodano]: https://github.com/fsodano
[@runebaas]: https://github.com/runebaas
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuera",
"description": "Use React in Vue and Vue in React",
"version": "0.2.3",
"version": "0.2.4",
"repository": "akxcv/vuera",
"author": "Alexander Komarov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit d365b07

Please sign in to comment.