Skip to content

Commit

Permalink
bump version and chang log after PR #70 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pors committed Aug 6, 2016
1 parent 5849645 commit 30cf8cd
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Change Log

## [Unreleased](https://github.com/reactionic/reactionic/tree/HEAD)

[Full Changelog](https://github.com/reactionic/reactionic/compare/v1.0...HEAD)

**Implemented enhancements:**

- IonSideMenu: would be nice to have the possibility to set the width of the side menu [\#46](https://github.com/reactionic/reactionic/issues/46)

**Fixed bugs:**

- Reactionic iOS index page slip [\#44](https://github.com/reactionic/reactionic/issues/44)

**Closed issues:**

- Back button [\#68](https://github.com/reactionic/reactionic/issues/68)
- Flow Router [\#64](https://github.com/reactionic/reactionic/issues/64)
- Overwriting scss color vars [\#62](https://github.com/reactionic/reactionic/issues/62)
- Can I use reactionic with flow-router or iorn:router ? [\#61](https://github.com/reactionic/reactionic/issues/61)
- IonNavBar leftButton : has anyone experience duplicate left button [\#60](https://github.com/reactionic/reactionic/issues/60)
- Text inputs? [\#57](https://github.com/reactionic/reactionic/issues/57)
- How to Structure your App [\#56](https://github.com/reactionic/reactionic/issues/56)
- Right side menu will not disable [\#55](https://github.com/reactionic/reactionic/issues/55)
- Accounts UI for React Ionic [\#53](https://github.com/reactionic/reactionic/issues/53)
- Pass down props down to the components [\#48](https://github.com/reactionic/reactionic/issues/48)
- Remove customClasses and start passing down className [\#47](https://github.com/reactionic/reactionic/issues/47)
- ionPopup never clears this.state.inputValue [\#43](https://github.com/reactionic/reactionic/issues/43)
- ionSnapper is undefined [\#41](https://github.com/reactionic/reactionic/issues/41)
- Data loading example [\#40](https://github.com/reactionic/reactionic/issues/40)

**Merged pull requests:**

- Delete props from RouteCSSTransitionGroup [\#70](https://github.com/reactionic/reactionic/pull/70) ([gabrielseco](https://github.com/gabrielseco))
- Increment minor version [\#50](https://github.com/reactionic/reactionic/pull/50) ([johnslemmer](https://github.com/johnslemmer))
- ionItem should be able to have a link and onClick. And big context changes. [\#45](https://github.com/reactionic/reactionic/pull/45) ([johnslemmer](https://github.com/johnslemmer))
- Fix typo in guide [\#42](https://github.com/reactionic/reactionic/pull/42) ([gbhrdt](https://github.com/gbhrdt))

## [v1.0](https://github.com/reactionic/reactionic/tree/v1.0) (2016-05-05)
[Full Changelog](https://github.com/reactionic/reactionic/compare/v1.0-beta...v1.0)

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactionic",
"version": "1.2.0",
"version": "1.2.0-beta.0",
"description": "React Ionic Library. Use Ionic to build hybrid mobile apps with React. No Angular needed.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -33,9 +33,9 @@
"dependencies": {
"classnames": "^2.2.3",
"lodash": "^4.11.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-addons-css-transition-group": "^15.0.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-addons-css-transition-group": "^15.2.1",
"history": "^2.1.0",
"react-router": "^2.3.0",
"react-slick": "^0.12.0",
Expand Down

0 comments on commit 30cf8cd

Please sign in to comment.