Skip to content

Commit

Permalink
Merge pull request #58 from microsoft/MSNev/Angular11
Browse files Browse the repository at this point in the history
[Release] Angular 11 - 2.7.2 (for Application Insights 2.7.5)
  • Loading branch information
MSNev authored May 2, 2022
2 parents de15915 + a723666 commit c787f5f
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 63 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Angular 11 Releases

## 2.7.2 (May 2nd, 2022)

## Changelog

- #59 [IE8] Support for IE8 and ES3 support was broken a while ago
- Update and change dependency to Application Insights ~2.7.5
- Fixes issues related to IE8 and ES3 Support

## 2.7.1 (Apr 22nd, 2022)

### Changelog
Expand Down
108 changes: 54 additions & 54 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.7.1",
"version": "2.7.2",
"description": "Microsoft Application Insights Angular 11 plugin",
"keywords": [
"angular",
Expand All @@ -27,10 +27,10 @@
"fullCleanBuild": "npm run fullClean && npm run build"
},
"dependencies": {
"@microsoft/applicationinsights-analytics-js": "~2.7.4",
"@microsoft/applicationinsights-common": "~2.7.4",
"@microsoft/applicationinsights-core-js": "~2.7.4",
"@microsoft/applicationinsights-properties-js": "~2.7.4"
"@microsoft/applicationinsights-analytics-js": "~2.7.5",
"@microsoft/applicationinsights-common": "~2.7.5",
"@microsoft/applicationinsights-core-js": "~2.7.5",
"@microsoft/applicationinsights-properties-js": "~2.7.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.19",
Expand Down
8 changes: 4 additions & 4 deletions projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"description": "Microsoft Application Insights Angular 11 Plugin",
"version": "2.7.1",
"version": "2.7.2",
"keywords": [
"angular",
"angular11",
Expand All @@ -17,9 +17,9 @@
"@angular/core": "^11.0.6"
},
"dependencies": {
"@microsoft/applicationinsights-common": "~2.7.4",
"@microsoft/applicationinsights-core-js": "~2.7.4",
"@microsoft/applicationinsights-properties-js": "~2.7.4",
"@microsoft/applicationinsights-common": "~2.7.5",
"@microsoft/applicationinsights-core-js": "~2.7.5",
"@microsoft/applicationinsights-properties-js": "~2.7.5",
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
"@microsoft/applicationinsights-shims": "^1.0.3",
"tslib": "^2.0.0"
Expand Down

0 comments on commit c787f5f

Please sign in to comment.