Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge 7ed5ddc into f3c1b2c
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro committed Jan 14, 2021
2 parents f3c1b2c + 7ed5ddc commit 1f74aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ It is those war files that are being versioned.
+ Update `myuw-notifications` to v.1.4.1
+ Update `myuw-profile` to v.1.6.5
+ Update `myuw-app-bar` to v.1.7.2
+ Update `myuw-banner` to v1.2.3
+ Add `myuw-feedback` v.1.0.2
+ Fix MyUW custom Outbound Link event firing

Expand Down
4 changes: 2 additions & 2 deletions components/head-static.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
src="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.7.2/dist/myuw-app-bar.min.mjs"></script>
<script nomodule src="https://unpkg.com/@myuw-web-components/myuw-app-bar@1.7.2/dist/myuw-app-bar.min.js"></script>

<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-banner@1.2.2/dist/myuw-banner.min.mjs"></script>
<script nomodule scr="https://unpkg.com/@myuw-web-components/myuw-banner@1.2.2/dist/myuw-banner.min.js"></script>
<script type="module" src="https://unpkg.com/@myuw-web-components/myuw-banner@1.2.3/dist/myuw-banner.min.mjs"></script>
<script nomodule scr="https://unpkg.com/@myuw-web-components/myuw-banner@1.2.3/dist/myuw-banner.min.js"></script>

<script type="module" src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-help@1.5.3/myuw-help.min.mjs"></script>
<script nomodule src="https://cdn.my.wisc.edu/@myuw-web-components/myuw-help@1.5.3/myuw-help.min.js"></script>
Expand Down

0 comments on commit 1f74aa7

Please sign in to comment.