Skip to content

Commit

Permalink
Merge pull request #60 from microsoft/MSNev/PrepareRelease
Browse files Browse the repository at this point in the history
[Release] Increase version to 2.9.1
  • Loading branch information
MSNev authored May 2, 2022
2 parents 77d9a82 + 9bb568a commit 0db7ccb
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 63 deletions.
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## 2.9.1 (May 2nd, 2022)

### Changelog

- #59 [IE8] Support for IE8 and ES3 support was broken a while ago
* Updates to Application Insights v2.8.2
- [#1823 [BUG] IE8 Support was broken by several components](https://github.com/microsoft/ApplicationInsights-JS/issues/1823)
- [#47 [IE8] The _checkPrototype always fails on IE in IE8 mode](https://github.com/microsoft/DynamicProto-JS/issues/47)

## 2.9.0 (Apr 19th, 2022)

### Significant changes
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.9.0",
"version": "2.9.1",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",
Expand Down 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.1",
"@microsoft/applicationinsights-common": "~2.8.1",
"@microsoft/applicationinsights-core-js": "~2.8.1",
"@microsoft/applicationinsights-properties-js": "~2.8.1",
"@microsoft/applicationinsights-analytics-js": "~2.8.2",
"@microsoft/applicationinsights-common": "~2.8.2",
"@microsoft/applicationinsights-core-js": "~2.8.2",
"@microsoft/applicationinsights-properties-js": "~2.8.2",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
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,14 +1,14 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.9.0",
"version": "2.9.1",
"peerDependencies": {
"@angular/common": "^13.0.3",
"@angular/core": "^13.0.3"
},
"dependencies": {
"@microsoft/applicationinsights-common": "~2.8.1",
"@microsoft/applicationinsights-core-js": "~2.8.1",
"@microsoft/applicationinsights-properties-js": "~2.8.1",
"@microsoft/applicationinsights-common": "~2.8.2",
"@microsoft/applicationinsights-core-js": "~2.8.2",
"@microsoft/applicationinsights-properties-js": "~2.8.2",
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
"@microsoft/applicationinsights-shims": "^1.0.3",
"tslib": "^2.0.0"
Expand Down

0 comments on commit 0db7ccb

Please sign in to comment.