Skip to content

Commit

Permalink
[Release][React] - Increase React plugin to version 3.0.5 (#1426)
Browse files Browse the repository at this point in the history
[Release][ReactNative] - Increase ReactNative Plugin to version 2.2.9
[Release][Angular] - Increase Angular Plugin to version 2.5.10
  • Loading branch information
MSNev committed Nov 17, 2020
1 parent d69d546 commit 4ab54ac
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Provides the ability to gather telemetry in Web pages to automatic track clicks
- #1402 [BUG] "ReferenceError: method is not defined" from 2.5.5+
- #420 CDN endpoint

### Update React plugin to v3.0.5

- Update Core dependency to ^2.5.10 Core changes

### Update React Native plugin to v2.2.9

- Update Core dependency to ^2.5.10 Core changes

## 2.5.9 (October 5th, 2020)

### Changelog
Expand Down
8 changes: 4 additions & 4 deletions extensions/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.5.9",
"version": "2.5.10",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/applicationinsights-angularplugin-js.js",
"module": "dist-esm/applicationinsights-angularplugin-js.js",
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.5.9",
"@microsoft/applicationinsights-properties-js": "2.5.10",
"@angular/core": "~8.1.2",
"@angular/router": "~8.1.2",
"grunt": "1.0.1",
Expand All @@ -41,8 +41,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^1.0.3",
"@microsoft/applicationinsights-common": "2.5.9",
"@microsoft/applicationinsights-core-js": "2.5.9"
"@microsoft/applicationinsights-common": "2.5.10",
"@microsoft/applicationinsights-core-js": "2.5.10"
},
"license": "MIT"
}
6 changes: 3 additions & 3 deletions extensions/applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "3.0.4",
"version": "3.0.5",
"description": "Microsoft Application Insights React plugin",
"main": "dist/applicationinsights-react-js.js",
"module": "dist-esm/applicationinsights-react-js.js",
Expand Down Expand Up @@ -48,8 +48,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^1.0.3",
"@microsoft/applicationinsights-core-js": "^2.5.9",
"@microsoft/applicationinsights-common": "^2.5.9",
"@microsoft/applicationinsights-core-js": "^2.5.10",
"@microsoft/applicationinsights-common": "^2.5.10",
"history": "^4.10.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions extensions/applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "2.2.8",
"version": "2.2.9",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^2.5.9",
"@microsoft/applicationinsights-core-js": "^2.5.9",
"@microsoft/applicationinsights-common": "^2.5.10",
"@microsoft/applicationinsights-core-js": "^2.5.10",
"@microsoft/applicationinsights-shims": "^1.0.3",
"@microsoft/dynamicproto-js": "^1.1.0"
},
Expand Down

0 comments on commit 4ab54ac

Please sign in to comment.