Skip to content

Commit

Permalink
Merge pull request #469 from TAMULib/operational-staging
Browse files Browse the repository at this point in the history
Operational staging
  • Loading branch information
rmathew1011 authored Sep 16, 2024
2 parents 4b54ded + b363135 commit e93e0f7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.0.5] - 09-12-24
### Resolves

- Adding galveston link. (#468)
- Update the version to fix dependency conflicts.

## [2.0.4] - 09-22-23
### Resolves

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "git+https://github.com/TAMULib/tamu-library-components.git"
},
"version": "2.0.4",
"version": "2.0.5",
"private": false,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -69,7 +69,7 @@
"@ngrx/store-devtools": "12.5.1",
"@stomp/stompjs": "6.1.2",
"@tinymce/tinymce-angular": "4.2.4",
"@wvr/elements": "2.0.5-rc.1",
"@wvr/elements": "2.0.5-rc.2",
"bootstrap": "4.6.2",
"ng-lazyload-image": "9.1.3",
"ngx-build-plus": "12.2.0",
Expand Down Expand Up @@ -114,9 +114,12 @@
"ts-node": "10.9.1"
},
"overrides": {
"@angular/common": "12.2.16",
"@angular/compiler": "12.2.16",
"@angular/core": "12.2.16",
"@types/eslint": "6.8.1",
"@types/node": "18.11.10",
"cheerio": "1.0.0-rc.10",
"chokidar": "3.5.3",
"fs-extra": "10.1.0",
"glob": "7.2.3",
Expand Down
2 changes: 1 addition & 1 deletion projects/tl-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wvr/tl-elements",
"version": "2.0.4",
"version": "2.0.5",
"description": "Collection of angular components for TAMU's Custom Web Component UI",
"author": "Texas A&M University Libraries",
"private": false,
Expand Down
13 changes: 13 additions & 0 deletions projects/tl-elements/src/lib/tl-header/tl-header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@
<wvr-text-component value=" / 979-845-1951"></wvr-text-component>
</p>
</wvre-dropdown-menu-item>
<wvre-dropdown-menu-item>
<div class="libraries-link">
<a href="//library.tamu.edu/galveston/index.php" title="Go to Jack K. Williams Library - Galveston">
<wvr-text-component value="Jack K. Williams Library - Galveston"></wvr-text-component>
</a>
</div>
<p>
<a href="//library.tamu.edu/galveston/about/visit.php" title="Parking Directions for Jack K. Williams Library - Galveston">
<wvr-text-component value="Parking Directions"></wvr-text-component>
</a>
<wvr-text-component value=" / 409-740-4560"></wvr-text-component>
</p>
</wvre-dropdown-menu-item>
<wvre-dropdown-menu-item>
<div class="libraries-link">
<a href="//msl.library.tamu.edu" title="Go to Medical Sciences Library website">
Expand Down

0 comments on commit e93e0f7

Please sign in to comment.