Skip to content

Commit

Permalink
feat: release stable v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atom2ueki committed Feb 13, 2018
1 parent dd284a6 commit b8bc9b1
Show file tree
Hide file tree
Showing 10 changed files with 18,293 additions and 188 deletions.
14 changes: 3 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
language: node_js
node_js:
- "6"
- "4"
- "8"
before_script:
npm run build
after_success:
- npm run lint
- curl -Lo travis_after_all.py https://git.io/travis_after_all
- python travis_after_all.py
- export $(cat .to_export_back)
- |
if [ "$BUILD_LEADER" = "YES" ]; then
if [ "$BUILD_AGGREGATE_STATUS" = "others_succeeded" ]; then
npm run semantic-release
fi
fi
- echo "All jobs succeeded! PUBLISHING..."
- npm run travis-deploy-once "npm run semantic-release"
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ Simple HTML5 drawer menu for React.js.
[quality-badge]: http://npm.packagequality.com/shield/react-drawer.svg
[quality-url]: http://packagequality.com/#?package=react-drawer

New Planing
============
On the way:
- update all dependencies libraries
- prepare supporting for React 16

for React 15 use `"react-drawer": "^1.3.0"`
for React 16 use `"react-drawer": "^2.0.0"` (not release yet)

Installation
============
Expand Down
Loading

0 comments on commit b8bc9b1

Please sign in to comment.