Skip to content

Commit

Permalink
6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bburgerHCAP committed Apr 25, 2024
1 parent c154594 commit 3518679
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions projects/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="6.3.1"></a>

# 6.3.1 (2024-04-25)

- Fix for datadog.

<a name="6.3.0"></a>

# 6.3.0 (2024-04-23)
Expand Down
3 changes: 2 additions & 1 deletion projects/angular-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hopper-cloud-airlines/angular-sdk",
"version": "6.3.0",
"version": "6.3.1",
"license": "Apache-2.0",
"author": {
"name": "HTS - Airlines Team",
Expand All @@ -17,6 +17,7 @@
"@angular/platform-browser-dynamic": ">=15.2.9",
"@angular/flex-layout": ">=15.0.0-beta.42",
"@ngx-translate/core": ">=14.0.0",
"@datadog/browser-logs": ">=5.5.0",
"rxjs": ">=7.5.6"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ <h4 class="offer-title m-0">
>
<img
class="responsive-image"
alt="Offer banner image"
aria-label="Offer banner image"
src="{{ imageBasePath || '' }}assets/offer-banner-image.jpg"
/>
</div>
Expand Down

0 comments on commit 3518679

Please sign in to comment.