[Release][React] Increase version to 3.1.4 (#1605)
[Release][ReactNative] Increase version to 2.3.4
This commit is contained in:
Родитель
7e5282fcd4
Коммит
4120dbefcc
|
@ -15,6 +15,14 @@
|
|||
- #1599 Add visibilitychange event to the set of events tracked for triggering page unload
|
||||
- #1602 [BUG] DebugPlugin - helpers.js:334 Uncaught TypeError: Cannot convert a Symbol value to a string
|
||||
|
||||
### Update React plugin to v3.1.4
|
||||
|
||||
- Update Core dependency to ^2.6.4 Core changes
|
||||
|
||||
### Update React Native plugin to v2.3.4
|
||||
|
||||
- Update Core dependency to ^2.6.4 Core changes
|
||||
|
||||
## 2.6.3 (June 8th, 2021)
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "3.1.3",
|
||||
"version": "3.1.4",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -55,8 +55,8 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.3",
|
||||
"@microsoft/applicationinsights-common": "^2.6.3",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.4",
|
||||
"@microsoft/applicationinsights-common": "^2.6.4",
|
||||
"@microsoft/dynamicproto-js": "^1.1.4",
|
||||
"history": "^4.10.1"
|
||||
},
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.3.3",
|
||||
"version": "2.3.4",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
@ -46,8 +46,8 @@
|
|||
"uglify-js": "^3.11.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "^2.6.3",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.3",
|
||||
"@microsoft/applicationinsights-common": "^2.6.4",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.4",
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/dynamicproto-js": "^1.1.4"
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче