Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1280 from AlexKVal/react-pre
Browse files Browse the repository at this point in the history
Announce about 'React-0.14' branch and 'react-pre' tag.
  • Loading branch information
taion committed Sep 3, 2015
2 parents c65b1cf + d73736d commit b9384be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export default class HomePage extends React.Component{
<p><Glyphicon glyph="warning-sign" /> The project is under active development, and APIs will change. </p>
<p><Glyphicon glyph="bullhorn" /> Prior to the 1.0.0 release, breaking changes should result in a Minor version bump.</p>
</Alert>
<Alert bsStyle="info">
<p><Glyphicon glyph="bullhorn" /> If you want to try / play with <b>React-0.14</b> betas, we cut releases from the <b>react-14</b> branch. They're on the <b>react-pre</b> tag.</p>
<p><kbd>$ npm install react-bootstrap@react-pre</kbd></p>
</Alert>
</Grid>

<PageFooter />
Expand Down

0 comments on commit b9384be

Please sign in to comment.