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

Commit

Permalink
Set up patch release
Browse files Browse the repository at this point in the history
This release resolves #9.
  • Loading branch information
gbrlsnchs committed Oct 3, 2019
1 parent 298a6e5 commit aa34980
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
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.5.1] - 2019-10-03
### Fixed
- Fix vertical scrolling on mobile devices (by [chriswnewman]).

## [0.5.0] - 2019-07-24
### Added
- Support for remote images (by [alerubis]).
Expand Down Expand Up @@ -88,3 +92,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[lenart91]: https://github.com/lenart91
[alerubis]: https://github.com/alerubis
[tiagoblackcode]: https://github.com/tiagoblackcode
[chriswnewman]: https://github.com/chriswnewman
2 changes: 1 addition & 1 deletion docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
<link rel="stylesheet" href="styles.14b69ed6694c22ad1255.css"></head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.7deb70c30fc4a10a948e.js"></script><script type="text/javascript" src="main.52aed20b9c92b4673ae2.js"></script></body>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.7deb70c30fc4a10a948e.js"></script><script type="text/javascript" src="main.fa605d52cf03a4f28898.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
<link rel="stylesheet" href="styles.14b69ed6694c22ad1255.css"></head>
<body>
<app-root></app-root>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.7deb70c30fc4a10a948e.js"></script><script type="text/javascript" src="main.52aed20b9c92b4673ae2.js"></script></body>
<script type="text/javascript" src="runtime.26209474bfa8dc87a77c.js"></script><script type="text/javascript" src="polyfills.7deb70c30fc4a10a948e.js"></script><script type="text/javascript" src="main.fa605d52cf03a4f28898.js"></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main.52aed20b9c92b4673ae2.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.fa605d52cf03a4f28898.js

Large diffs are not rendered by default.

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.5.0",
"version": "0.5.1",
"repository": {
"type": "git",
"url": "https://github.com/gbrlsnchs/material2-carousel.git"
Expand Down

0 comments on commit aa34980

Please sign in to comment.