Skip to content

Commit

Permalink
Merge pull request #53 from microsoft/MSNev/Release2.9.0
Browse files Browse the repository at this point in the history
[Release] Update 2.9.0 to ApplicationInsights to 2.8.1
  • Loading branch information
MSNev authored Apr 22, 2022
2 parents da8632f + 9f9ee99 commit 77d9a82
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 47 deletions.
6 changes: 4 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ This release adds support from the base SDK to

### Changelog

* Update to Application Insights v2.8.0
* [#1807](https://github.com/microsoft/ApplicationInsights-JS/issues/1807) [BUG] Angular project doesn't build after install latest version v.2.8.0
* Update to Application Insights v2.8.1
- [#1807](https://github.com/microsoft/ApplicationInsights-JS/issues/1807) [BUG] Angular project doesn't build after install latest version v.2.8.0
- [#1810](https://github.com/microsoft/ApplicationInsights-JS/issues/1810) v2.8.0 has incompatible TypeScript 3.x type declaration
- [#1812](https://github.com/microsoft/ApplicationInsights-JS/issues/1812) [BUG] Browser exceptions are no longer automatically tracked after 2.8.0

## 2.8.1 (Apr 19th, 2022)

Expand Down
76 changes: 38 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@angular/platform-browser": "~13.0.3",
"@angular/platform-browser-dynamic": "~13.0.3",
"@angular/router": "~13.0.3",
"@microsoft/applicationinsights-analytics-js": "~2.8.0",
"@microsoft/applicationinsights-common": "~2.8.0",
"@microsoft/applicationinsights-core-js": "~2.8.0",
"@microsoft/applicationinsights-properties-js": "~2.8.0",
"@microsoft/applicationinsights-analytics-js": "~2.8.1",
"@microsoft/applicationinsights-common": "~2.8.1",
"@microsoft/applicationinsights-core-js": "~2.8.1",
"@microsoft/applicationinsights-properties-js": "~2.8.1",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
Expand Down
6 changes: 3 additions & 3 deletions projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@angular/core": "^13.0.3"
},
"dependencies": {
"@microsoft/applicationinsights-common": "~2.8.0",
"@microsoft/applicationinsights-core-js": "~2.8.0",
"@microsoft/applicationinsights-properties-js": "~2.8.0",
"@microsoft/applicationinsights-common": "~2.8.1",
"@microsoft/applicationinsights-core-js": "~2.8.1",
"@microsoft/applicationinsights-properties-js": "~2.8.1",
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
"@microsoft/applicationinsights-shims": "^1.0.3",
"tslib": "^2.0.0"
Expand Down

0 comments on commit 77d9a82

Please sign in to comment.