Skip to content

Commit ee3509f

Browse files
committed
publishing patch version 2.0.3
1 parent 64e2017 commit ee3509f

File tree

9 files changed

+425
-399
lines changed

9 files changed

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

dist/docs/assets/js/app.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/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@
2626
</div>
2727
</div>
2828

29-
<!-- Right Off Canvas -->
29+
<!-- Top Off Canvas -->
3030
<ba-offcanvas id="example-canvas-top" position="top">
3131
<div class="grid-content">
3232
<a href="" ba-close class="close-button">&times;</a>
3333
<h3>This is a top off-canvas menu.</h3>
3434
</div>
3535
</ba-offcanvas>
3636

37-
<!-- Bottom Off Canvas -->
37+
<!-- Right Off Canvas -->
3838
<ba-offcanvas id="example-canvas-right" position="right">
3939
<div class="grid-content">
4040
<a href="" ba-close class="close-button">&times;</a>
4141
<h3>This is a right off-canvas menu.</h3>
4242
</div>
4343
</ba-offcanvas>
4444

45-
<!-- Left Off Canvas -->
45+
<!-- Bottom Off Canvas -->
4646
<ba-offcanvas id="example-canvas-bottom" position="bottom">
4747
<div class="grid-content">
4848
<a href="" ba-close class="close-button">&times;</a>
4949
<h3>This is a bottom off-canvas menu.</h3>
5050
</div>
5151
</ba-offcanvas>
5252

53-
<!-- Top Off Canvas -->
53+
<!-- Left Off Canvas -->
5454
<ba-offcanvas id="example-canvas-left" position="left" class="detached">
5555
<div class="grid-content">
5656
<a href="" ba-close class="close-button">&times;</a>

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.2</strong></a></h1>
4+
<h1><a><strong>Angular Base Apps 2.0.3</strong></a></h1>
55
</li>
66
</ul>
77
<ul class="right">

dist/docs/templates/changelog.html

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

57+
<h3>Version 2.0.3</h3>
58+
59+
<h4>Bug Fixes</h4>
60+
61+
<ul>
62+
<li><a href="https://github.com/base-apps/angular-base-apps/issues/72">#72</a>: Fix links used inside <code>ba-close</code>, <code>ba-open</code>, <code>ba-toggle</code>, and <code>ba-hard-toggle</code>
63+
</ul>
64+
65+
<h4>Docs</h4>
66+
67+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.3">https://base-apps.github.io/angular-base-apps/v2.0.3</a>
68+
5769
<h3>Version 2.0.2</h3>
5870

5971
<h4>Bug Fixes</h4>
@@ -64,7 +76,7 @@ <h4>Bug Fixes</h4>
6476

6577
<h4>Docs</h4>
6678

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>
79+
<a href="https://base-apps.github.io/angular-base-apps/v2.0.2">https://base-apps.github.io/angular-base-apps/v2.0.2</a>
6880

6981
<h3>Version 2.0.1</h3>
7082

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

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

6363
</section>

0 commit comments

Comments
 (0)