Skip to content

Commit dc21fed

Browse files
authored
Merge pull request #37 from Pear-Trading/Release-v0.0.5
Release v0.0.5
2 parents 281404b + a87ddca commit dc21fed

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Next Release
44

5+
# v0.0.5
6+
7+
* Change page name from Story Trail to Lancaster Independent Story
8+
59
# v0.0.4
610

711
* Info window on map replaced with modals

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "localloop-web",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "LocalLoop Web - Web interface for LocalLoop app",
55
"author": "",
66
"url": "http://www.peartrade.org",

src/app/dashboard/dashboard.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const routes: Routes = [
6666
{
6767
path: 'story-trail',
6868
component: TrailMapComponent,
69-
data: { title: 'Story Trail' },
69+
data: { title: 'Lancaster Independent Story' },
7070
},
7171
{
7272
path: 'payroll-log',

src/app/dashboard/map.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-lg-12">
44
<div class="card">
55
<div class="card-header">
6-
<strong>Purchase Map</strong>
6+
<strong>Lancaster Independent Story</strong>
77
<small>Required Data marked in <strong>bold</strong>.</small>
88
</div>
99
<div class="modal fade" bsModal #statusModal="bs-modal" [config]="{backdrop: false, animated: false}"

src/app/layouts/full-layout.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</li>
4848
<li class="nav-item">
4949
<a class="nav-link" routerLinkActive="active" [routerLink]="['/story-trail']">
50-
<i class="icon-map"></i> Story Trail
50+
<i class="icon-map"></i> Lancaster Independent Story
5151
</a>
5252
</li>
5353
<li *ngIf="accountType == 'customer'" class="nav-item">

0 commit comments

Comments
 (0)