Skip to content

Commit

Permalink
[Release] Increase version to 17.0.1 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 26, 2023
1 parent 7a9509b commit c5faf64
Show file tree
Hide file tree
Showing 8 changed files with 38 additions and 28 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Additionally, as part of this change the existing v3.x extension has been moved

| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 17.0.1 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.0 | ^3.0.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 3.4.3 | ^2.8.14 | >= 17.0.2 | [release3.x](https://github.com/microsoft/applicationinsights-react-js/tree/release3.x)
| 3.4.2 | ^2.8.12 | >= 17.0.1 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Releases

## 17.0.1 (Sep 26th, 2023)

### Changelog

- #32 Fix Type error caused by application-insights
- #52 Update sample dependency
- #55 Fix skipFirstRun at useCustomEvent in strict mode


## 17.0.0 (July 21st, 2023)

Major update to support ApplicationInsights v3.x, see the [ApplicationInsights breaking changes](https://microsoft.github.io/ApplicationInsights-JS/upgrade/v3_BreakingChanges.html)
Expand Down
6 changes: 3 additions & 3 deletions 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": "17.0.0",
"version": "17.0.1",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down Expand Up @@ -66,8 +66,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/applicationinsights-core-js": "^3.0.2",
"@microsoft/applicationinsights-common": "^3.0.2",
"@microsoft/applicationinsights-core-js": "^3.0.3",
"@microsoft/applicationinsights-common": "^3.0.3",
"@microsoft/dynamicproto-js": "^2.0.2"
},
"peerDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions common/config/rush/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "17.0.0",
"version": "17.0.1",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@microsoft/applicationinsights-react-sample",
"version": "1.0.0",
"version": "1.0.1",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-core-js": "^3.0.2",
"@microsoft/applicationinsights-react-js": "17.0.0",
"@microsoft/applicationinsights-web": "^3.0.2",
"@microsoft/applicationinsights-core-js": "^3.0.3",
"@microsoft/applicationinsights-react-js": "17.0.1",
"@microsoft/applicationinsights-web": "^3.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "~6.11.2",
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
"release": "4.0.0",
"release": "4.0.1",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "17.0.0"
"release": "17.0.1"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "1.0.0"
"release": "1.0.1"
}
}
}

0 comments on commit c5faf64

Please sign in to comment.