[Release][React] Increase React Plugin to version 3.1.1 (#1552)
[Release][React-Native] Increase React Native Plugin to version 2.3.1
This commit is contained in:
Родитель
b63955bbdb
Коммит
3ddb6a6d96
12
RELEASES.md
12
RELEASES.md
|
@ -20,6 +20,18 @@
|
|||
- #1522 add click plugin version to sdkversion tag
|
||||
- #1535 add click plugin js to cdn
|
||||
|
||||
### Update React plugin to v3.1.1 (April 26th, 2021)
|
||||
|
||||
- Update Core dependency to ^2.6.2 Core changes
|
||||
- Update Shims dependency to ^2.0.0 (to address the __extends() and __assign()) issue
|
||||
- #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
|
||||
|
||||
### Update React Native plugin to v2.3.1
|
||||
|
||||
- Update Core dependency to ^2.6.2 Core changes
|
||||
- Update Shims dependency to ^2.0.0 (to address the __extends() and __assign()) issue
|
||||
- #1536 Update DynamicProto version 1.1.2 (Fixes IE7 mode issue originally reported in #1534)
|
||||
|
||||
## 2.6.1 (Hotfix - March 30th, 2021)
|
||||
|
||||
### Changelog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-js",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"description": "Microsoft Application Insights React plugin",
|
||||
"main": "dist/applicationinsights-react-js.js",
|
||||
"module": "dist-esm/applicationinsights-react-js.js",
|
||||
|
@ -50,9 +50,9 @@
|
|||
"tslib": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-shims": "^1.0.3",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.1",
|
||||
"@microsoft/applicationinsights-common": "^2.6.1",
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.2",
|
||||
"@microsoft/applicationinsights-common": "^2.6.2",
|
||||
"history": "^4.10.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@microsoft/applicationinsights-react-native",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Microsoft Application Insights React Native Plugin",
|
||||
"main": "dist-esm/index.js",
|
||||
"types": "dist-esm/index.d.ts",
|
||||
|
@ -38,9 +38,9 @@
|
|||
"tslib": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@microsoft/applicationinsights-common": "^2.6.1",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.1",
|
||||
"@microsoft/applicationinsights-shims": "^1.0.3",
|
||||
"@microsoft/applicationinsights-common": "^2.6.2",
|
||||
"@microsoft/applicationinsights-core-js": "^2.6.2",
|
||||
"@microsoft/applicationinsights-shims": "^2.0.0",
|
||||
"@microsoft/dynamicproto-js": "^1.1.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче