Skip to content

Commit b1cf8c6

Browse files
committed
publishing patch version 2.0.10
1 parent 5d35b6e commit b1cf8c6

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-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.9",
3+
"version": "2.0.10",
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.9</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.10</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">

dist/docs/templates/changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,20 @@ <h4>Docs</h4>
5353
5454
<hr>
5555
-->
56+
<h3>Version 2.0.10</h3>
57+
58+
<h4>General</h4>
59+
60+
<ul>
61+
<li>Add support for angular 1.6.x</li>
62+
</ul>
63+
64+
<h4>Docs</h4>
65+
66+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.10">https://base-apps.github.io/angular-base-apps/v2.0.10</a>
67+
68+
<hr>
69+
5670
<h3>Version 2.0.9</h3>
5771

5872
<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.9/base-apps.css">
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.9/base-apps.min.css">
55+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.10/base-apps.css">
56+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.10/base-apps.min.css">
5757

5858
<!-- JavaScript -->
59-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.9/base-apps.js"></script>
60-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.9/base-apps.min.js"></script>
59+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.10/base-apps.js"></script>
60+
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.10/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.9",
3+
"version": "2.0.10",
44
"license": "MIT",
55
"description": "A responsive, Angular-powered framework for web apps",
66
"scripts": {

0 commit comments

Comments
 (0)