Skip to content

Commit

Permalink
Merge pull request #3 from microsoft/MSNev/PrepareRelease
Browse files Browse the repository at this point in the history
[Release] Increase version to 2.5.6
  • Loading branch information
MSNev authored Jul 27, 2022
2 parents f1b0cff + 5fba95d commit 91ba4ac
Show file tree
Hide file tree
Showing 7 changed files with 20,649 additions and 33 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ By default, this plugin automatically collects

| Version | Application Insights | React Native | Branch
|---------|-----------------------|----------------------|-----------
| 2.5.6 | ^2.8.5 | *<br/>dev:^0.68.0 | [main](https://github.com/microsoft/applicationinsights-react-native) <-- First release from this repo
| 2.5.5 | 2.8.5 | *<br/>dev:^0.68.0 | [main](https://github.com/microsoft/applicationinsights-react-native) and [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/
| 2.5.4 | 2.8.4 | *<br/>dev:^0.68.0 | [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/
| 2.5.3 | 2.8.3 | *<br/>dev:^0.68.0 | [AI master](https://github.com/microsoft/ApplicationInsights-JS/tree/master/extensions/
Expand Down Expand Up @@ -85,11 +86,11 @@ or contact [[email protected]](mailto:[email protected]) with any addi

As this SDK is designed to enable applications to perform data collection which is sent to the Microsoft collection endpoints the following is required to identify our privacy statement.

The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsofts privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.
The software may collect information about you and your use of the software and send it to Microsoft. Microsoft may use this information to provide services and improve our products and services. You may turn off the telemetry as described in the repository. There are also some features in the software that may enable you and Microsoft to collect data from users of your applications. If you use these features, you must comply with applicable law, including providing appropriate notices to users of your applications together with a copy of Microsofts privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data collection and use in the help documentation and our privacy statement. Your use of the software operates as your consent to these practices.

## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsofts Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-partys policies.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsofts Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-partys policies.

## License

Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Releases

## 2.5.6 (July 27th, 2022)

- First release from [new repo](https://github.com/microsoft/applicationinsights-react-native)
- Updates React Plugin to v2.5.6 (with UNPINNED ApplicationInsights ^2.8.5 as dependency)

## 2.5.5 (Jul 6th, 2022)

- [Released from ApplicationInsights Repo](https://github.com/Microsoft/ApplicationInsights-JS)
Expand Down
4 changes: 2 additions & 2 deletions 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.5.5",
"version": "2.5.6",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -71,7 +71,7 @@
"dependencies": {
"@microsoft/applicationinsights-common": "^2.8.5",
"@microsoft/applicationinsights-core-js": "^2.8.5",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-shims": "^2.0.1",
"@microsoft/dynamicproto-js": "^1.1.6"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 91ba4ac

Please sign in to comment.