Skip to content

Commit

Permalink
[Release][React] - Increase versions to React 3.0.4 (#1398)
Browse files Browse the repository at this point in the history
[Release][ReactNative] - Increase versions ReactNative 2.2.8
[Release][AngularPlugin] - Increase versions ReactNative 2.5.9
  • Loading branch information
MSNev committed Oct 7, 2020
1 parent b5d7743 commit 27627e0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@

- #1375 Make AI JS SDK for with NativeScript-Angular

### Update React plugin to v3.0.4

- Update Core dependency to ^2.5.9 Core changes

### Update React Native plugin to v2.2.8

- Update Core dependency to ^2.5.9 Core changes

## 2.5.8 (August 31st, 2020)

### Changelog
Expand Down
4 changes: 2 additions & 2 deletions common/config/rush/npm-shrinkwrap.json

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

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.8",
"version": "2.5.9",
"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.8",
"@microsoft/applicationinsights-properties-js": "2.5.9",
"@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.8",
"@microsoft/applicationinsights-core-js": "2.5.8"
"@microsoft/applicationinsights-common": "2.5.9",
"@microsoft/applicationinsights-core-js": "2.5.9"
},
"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.3",
"version": "3.0.4",
"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.8",
"@microsoft/applicationinsights-common": "^2.5.8",
"@microsoft/applicationinsights-core-js": "^2.5.9",
"@microsoft/applicationinsights-common": "^2.5.9",
"history": "^4.10.1"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "2.2.8",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^2.5.8",
"@microsoft/applicationinsights-core-js": "^2.5.8",
"@microsoft/applicationinsights-common": "^2.5.9",
"@microsoft/applicationinsights-core-js": "^2.5.9",
"@microsoft/applicationinsights-shims": "^1.0.3",
"@microsoft/dynamicproto-js": "^1.0.0"
"@microsoft/dynamicproto-js": "^1.0.1"
},
"peerDependencies": {
"react-native": "*",
Expand Down

0 comments on commit 27627e0

Please sign in to comment.