Skip to content

Commit

Permalink
Dependencies fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thsoud committed May 8, 2024
1 parent 7322ab1 commit 1a05190
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions projects/angular-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# 6.3.3 (2024-05-06)

- Fix for datadog.

<a name="6.3.3"></a>

# 6.3.3 (2024-05-06)

- Add support for Node v16.

<a name="6.3.2"></a>
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "6.3.4",
"license": "Apache-2.0",
"author": {
"name": "HTS - Airlines Team",
Expand All @@ -16,10 +16,10 @@
"@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": {
"@datadog/browser-logs": "^5.5.0",
"tslib": "^2.3.0"
},
"repository": {
Expand Down

0 comments on commit 1a05190

Please sign in to comment.