Skip to content

Commit f9e6ef7

Browse files
committed
publishing patch version 2.0.1
1 parent b7d9a92 commit f9e6ef7

9 files changed

Lines changed: 59 additions & 18 deletions

File tree

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.0",
3+
"version": "2.0.1",
44
"main": [
55
"scss/base.scss",
66
"dist/js/base-apps.js"

dist/docs/assets/js/app.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/assets/js/routes.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/docs/partials/component-list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<li class="title">Setup</li>
66
<li ui-sref-active="is-active"><a ui-sref="installation">Installation</a></li>
77
<li ui-sref-active="is-active"><a ui-sref="migration">Foundation for Apps Migration</a></li>
8+
<li ui-sref-active="is-active"><a ui-sref="templates">Project Templates</a></li>
89
<li ui-sref-active="is-active"><a ui-sref="compatibility">Compatibility</a></li>
910
<li ui-sref-active="is-active"><a ui-sref="changelog">Changelog</a></li>
1011
</ul>

dist/docs/partials/global-nav.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<nav class="global-nav">
22
<ul class="title-area">
33
<li class="name">
4-
<h1><a><strong>Angular Base Apps 2.0.0</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.1</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">
8-
<li>
9-
<a class="current" href="https://base-apps.github.io/angular-base-apps">Docs</a>
10-
</li>
8+
<li><a ui-sref-active="current" ui-sref="templates">Templates</a></li>
119
<li><a href="https://github.com/base-apps/angular-base-apps">GitHub</a></li>
1210
</ul>
1311
</nav>

dist/docs/templates/changelog.html

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,28 @@ <h4>Bug Fixes</h4>
4747
<li></li>
4848
</ul>
4949
50+
<h4>Docs</h4>
51+
52+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.0">https://base-apps.github.io/angular-base-apps/v2.0.0</a>
53+
5054
<hr>
5155
-->
52-
<h3>Version 2.0.0 (prelease)</h3>
56+
57+
<h3>Version 2.0.1</h3>
58+
59+
<h4>Bug Fixes</h4>
60+
61+
<ul>
62+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/71">#71</a>: Update <code>npm</code> dependencies to match <code>bower</code> dependencies
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.1</a>
68+
69+
<hr>
70+
71+
<h3>Version 2.0.0</h3>
5372

5473
<h4>General</h4>
5574

@@ -64,12 +83,14 @@ <h4>Features</h4>
6483
<li><a href="https://github.com/base-apps/angular-base-apps/issues/37">#37</a>: Moved custom Iconic icons to <a href="https://github.com/base-apps/angular-icons">angular-icons</a></li>
6584
<li><a href="https://github.com/base-apps/angular-base-apps/issues/42">#42</a>: Refactored dynamic routing code into <a href="https://github.com/base-apps/angular-dynamic-routing">angular-dynamic-routing</a> and <a href="https://github.com/base-apps/base-apps-router">base-apps-router</a></li>
6685
<li><a href="https://github.com/base-apps/angular-base-apps/issues/59">#59</a>: Add <code>icon-left</code> and <code>icon-right</code> classes to position icons and loaders inside of buttons and button-groups</li>
86+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/63">#63</a>: Add <code>ba-no-support</code> directive to enable easy error display on unsupported browsers</li>
6787
</ul>
6888

6989
<h4>Bug Fixes</h4>
7090

7191
<ul>
7292
<li><a href="https://github.com/base-apps/angular-base-apps/issues/22">#22</a>: Links inside <code>ba-close</code>, <code>ba-open</code>, <code>ba-toggle</code>, and <code>ba-hard-toggle</code> aren't working</li>
93+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/53">#53</a>: Links inside <code>ba-close-all</code> weren't working when a notification or popup was active</li>
7394
<li><a href="https://github.com/base-apps/angular-base-apps/issues/62">#62</a>: Add vertical spacing for labels and badges</li>
7495
</ul>
7596

@@ -87,7 +108,7 @@ <h4>Sass Variable Changes</h4>
87108

88109
<h4>Docs</h4>
89110

90-
<a href="https://base-apps.github.io/angular-base-apps/latest">https://base-apps.github.io/angular-base-apps/latest</a>
111+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.0">https://base-apps.github.io/angular-base-apps/v2.0.0</a>
91112

92113
<hr>
93114

dist/docs/templates/installation.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ <h3 class="subheader">Ready to make sweet web apps? Install our Sass and JavaScr
88
<section>
99
<h3>Quick Setup</h3>
1010

11-
<p>Use our pre-built template to get your next app up and running fast! The template includes all the tools necessary to build production quality apps out of the gate.</p>
11+
<p>Use our pre-built templates to get your next app up and running fast! The templates includes all the tools necessary to build production quality apps out of the gate.</p>
1212

13-
<a class="button" href="https://github.com/base-apps/angular-base-apps-template">Get Started!</a>
13+
<a class="button" ui-sref="templates">Get Started!</a>
1414
</section>
1515

1616
<hr>
@@ -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.0/base-apps.css">
56-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/angular-base-apps/2.0.0/base-apps.min.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">
5757

5858
<!-- JavaScript -->
59-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.0/base-apps.js"></script>
60-
<script src="https://cdn.jsdelivr.net/angular-base-apps/2.0.0/base-apps.min.js"></script>
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>
6161
</hljs>
6262

6363
</section>

dist/docs/templates/templates.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
<h2>Project Templates</h2>
3+
<h3 class="subheader">Use our pre-built templates to get your next app up and running fast!</h3>
4+
5+
<hr />
6+
7+
<h3>Basic Template</h3>
8+
9+
<p>A basic starter project powered by <a href="https://babeljs.io/">Babel</a> and <a href="http://brunch.io/">Brunch</a>.</p>
10+
11+
<a class="button" href="http://base-apps.github.io/angular-base-apps/templates/angular-base-apps-template">View Template</a>
12+
<a class="button secondary" href="https://github.com/base-apps/angular-base-apps-template">Read Setup</a>
13+
14+
<hr />
15+
16+
<h3>Basic Template with Firebase</h3>
17+
18+
<p>Expands the Basic Template by including <a href="https://firebase.google.com/">Firebase</a> integration.</p>
19+
20+
<a class="button" href="http://base-apps.github.io/angular-base-apps/templates/angular-firebase-template">View Template</a>
21+
<a class="button secondary" href="https://github.com/base-apps/angular-firebase-template">Read Setup</a>

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.0",
3+
"version": "2.0.1",
44
"license": "MIT",
55
"description": "A responsive, Angular-powered framework for web apps",
66
"scripts": {

0 commit comments

Comments
 (0)