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.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akxcv committed Jun 22, 2018
1 parent 6c452d7 commit baac0f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.2] - 2018-06-22
### Fixed
- React component check for native (ES6) arrow functions (#44).

## [0.2.1] - 2018-02-14
### Fixed
- Only pass wrapped children if children exist to pass prop type validation. (#27) - [@phillbaker][]
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": "vuera",
"description": "Use React in Vue and Vue in React",
"version": "0.2.1",
"version": "0.2.2",
"repository": "akxcv/vuera",
"author": "Alexander Komarov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit baac0f5

Please sign in to comment.