Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.3.2...v2.0.0) (2019-04-15)

### Bug Fixes

* **View:** add name prop to View for Bara ([097d0c1](097d0c1))

### Features

* **useReactApp:** make hook accept params as object instead of primitive value ([ecca7e5](ecca7e5))

### BREAKING CHANGES

* **useReactApp:** **useReactApp** change params to object
  • Loading branch information
semantic-release-bot committed Apr 15, 2019
1 parent 8c16028 commit 3a21ead
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/barajs/bara-react/compare/v1.3.2...v2.0.0) (2019-04-15)


### Bug Fixes

* **View:** add name prop to View for Bara ([097d0c1](https://github.com/barajs/bara-react/commit/097d0c1))


### Features

* **useReactApp:** make hook accept params as object instead of primitive value ([ecca7e5](https://github.com/barajs/bara-react/commit/ecca7e5))


### BREAKING CHANGES

* **useReactApp:** **useReactApp** change params to object

## [1.3.2](https://github.com/barajs/bara-react/compare/v1.3.1...v1.3.2) (2019-04-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "BaraJS for React creative",
"homepage": "https://barajs.dev",
"repository": "https://github.com/barajs/bara-react",
"version": "1.3.2",
"version": "2.0.0",
"module": "dist/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 3a21ead

Please sign in to comment.