Skip to content

Commit f3f2d93

Browse files
committed
publishing patch version 2.0.2
1 parent 3b9295d commit f3f2d93

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-base-apps",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"main": [
55
"scss/base.scss",
66
"dist/js/base-apps.js"

dist/docs/partials/global-nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="global-nav">
22
<ul class="title-area">
33
<li class="name">
4-
<h1><a><strong>Angular Base Apps 2.0.1</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.2</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">

dist/docs/templates/changelog.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ <h4>Docs</h4>
5454
<hr>
5555
-->
5656

57+
<h3>Version 2.0.2</h3>
58+
59+
<h4>Bug Fixes</h4>
60+
61+
<ul>
62+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/74">#74</a>: Support <code>import</code> for ES6 templates
63+
</ul>
64+
65+
<h4>Docs</h4>
66+
67+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.1">https://base-apps.github.io/angular-base-apps/v2.0.2</a>
68+
5769
<h3>Version 2.0.1</h3>
5870

5971
<h4>Bug Fixes</h4>

dist/docs/templates/installation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ <h3>CDN</h3>
5252

5353
<hljs language="html">
5454
<!-- CSS -->
55-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.1/base-apps.css">
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.1/base-apps.min.css">
55+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.2/base-apps.css">
56+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.2/base-apps.min.css">
5757

5858
<!-- JavaScript -->
59-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.1/base-apps.js"></script>
60-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.1/base-apps.min.js"></script>
59+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.2/base-apps.js"></script>
60+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.2/base-apps.min.js"></script>
6161
</hljs>
6262

6363
</section>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-base-apps",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"description": "A responsive, Angular-powered framework for web apps",
66
"scripts": {

0 commit comments

Comments
 (0)