Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Commit

Permalink
Fix publishing via Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Sanches committed Dec 4, 2018
1 parent c2f5491 commit 675a7d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ before_deploy:
deploy:
provider: npm
email: g@lonemaker.com
skip_cleanup: true
api_key:
secure: TBFaEu1QkJ3bQNHOWox4ednyhzHmfwkAuS6TPaFm+dyE8nlwxEFXkg+wTbcVAJfa34t7U73LqzIyQaXTHISa/b2/tOKWxx0qsAMh77ozJdHrpcN18IIz94QSGerbV/xfj4enPHffMGeheJwHzHvM/SNQeq1ewEZGX+gqFJGexSNAvR8grnq17G1D275TSxBE0gevNG7VUySZRBF2ANsutoSePBAc6qy933918OiK1f5uMI+0gfMnPY9UkABqTypykmsoUMI2OAous85q2V4x42ZGECMoniHtjC8hqrvYtwtc2eIFfrfZOS/IrW7PvHWK0Q/eHg7N6PsqPRHm/82MiKQKXUmcqbPrRioN75z6x5x/6Af0xIoGfF+BQqcta8LlalTqZaW/nittlJbFlygLC5tGbHcFkAESeauRYt2bhFDOv5I+AX3vBAWY9znrmTJT0JM/9qJq3tJPtV3XEFnm+qbFSYlIfle7/kXrRKm0/7rO1vNPOm6g+1Sj2Z02m79IxdFSL1qtUg4uh3NwhoTBC6xYzza2m75Drdcgj99/PxlWlV/QcjAX2a52yXKiEyUBh/RnpICvyfAyYTgjT9vXBP0srmQt2SJsRGpRAJoe1sTQpeIQFS3HjVzouOhzAz4CMKEaElFbiUM9g+ky/KRTdKydBcXaWdeGaMsFpnSxGwY=
on:
Expand Down
5 changes: 5 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/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.1] - 2018-12-04
### Fixed
- Prevent cleanup when publishing via Travis CI.

## [0.3.0] - 2018-12-04
### Added
- Keyboard navigation.
Expand Down Expand Up @@ -56,6 +60,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Angular CLI files.
- Demo application project.

[0.3.1]: https://github.com/gbrlsnchs/material2-carousel/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/gbrlsnchs/material2-carousel/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/gbrlsnchs/material2-carousel/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/gbrlsnchs/material2-carousel/compare/v0.1.3...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion projects/carousel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ngmodule/material-carousel",
"description": "Carousel component for Angular using Material Design.",
"version": "0.3.0",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/gbrlsnchs/material2-carousel.git"
Expand Down

0 comments on commit 675a7d6

Please sign in to comment.