Skip to content

Commit

Permalink
build: release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Feb 25, 2020
1 parent 1cec831 commit fb34036
Show file tree
Hide file tree
Showing 9 changed files with 2,499 additions and 1,420 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.1.5 (Feb 25, 2020)

- Drop an useless dependency (#45).

## 1.1.4 (Dec 21, 2019)

- Fix an issue of losing time about one second per minute (#43).
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-countdown.common.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* vue-countdown v1.1.4
* vue-countdown v1.1.5
* https://fengyuanchen.github.io/vue-countdown
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-12-21T08:26:38.232Z
* Date: 2020-02-25T01:19:32.769Z
*/

'use strict';
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-countdown.esm.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* vue-countdown v1.1.4
* vue-countdown v1.1.5
* https://fengyuanchen.github.io/vue-countdown
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-12-21T08:26:38.232Z
* Date: 2020-02-25T01:19:32.769Z
*/

var MILLISECONDS_SECOND = 1000;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-countdown.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* vue-countdown v1.1.4
* vue-countdown v1.1.5
* https://fengyuanchen.github.io/vue-countdown
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-12-21T08:26:38.232Z
* Date: 2020-02-25T01:19:32.769Z
*/

(function (global, factory) {
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-countdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<meta name="description" content="Countdown component for Vue.js.">
<meta name="author" content="Chen Fengyuan">
<title>vue-countdown</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/highlightjs@9.12.0/styles/github.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/highlightjs@9.16.2/styles/github.css" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="navbar navbar-light navbar-expand-md">
<nav class="container">
<div class="container">
<a class="navbar-brand" href="./">vue-countdown</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
Expand All @@ -26,14 +26,14 @@
<a class="nav-link" href="https://chenfengyuan.com/" title="About the author">About</a>
</nav>
</div>
</nav>
</div>
</header>

<div class="jumbotron rounded-0 bg-primary text-white">
<div class="container">
<div class="row">
<div class="col-md">
<h1>vue-countdown <small class="h6">v1.1.4</small></h1>
<h1>vue-countdown <small class="h6">v1.1.5</small></h1>
<p class="lead">Countdown component for Vue.js.</p>
</div>
<div class="col-md">
Expand Down Expand Up @@ -122,9 +122,9 @@ <h6>JavaScript:</h6>
</footer>

<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/vue@2/dist/vue.min.js"></script>
<script src="https://unpkg.com/highlightjs@9.12.0/highlight.pack.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/vue@2/dist/vue.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/highlightjs@9.16.2/highlight.pack.js" crossorigin="anonymous"></script>
<script src="https://fengyuanchen.github.io/shared/google-analytics.js" crossorigin="anonymous"></script>
<script src="js/vue-countdown.js"></script>
<script src="js/main.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions docs/js/vue-countdown.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* vue-countdown v1.1.4
* vue-countdown v1.1.5
* https://fengyuanchen.github.io/vue-countdown
*
* Copyright 2018-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-12-21T08:26:38.232Z
* Date: 2020-02-25T01:19:32.769Z
*/

(function (global, factory) {
Expand Down
Loading

0 comments on commit fb34036

Please sign in to comment.