Skip to content

Commit

Permalink
[Release] Increase version to 17.3.2 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 3, 2024
1 parent 348cede commit 4f67921
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Additionally, as part of this change the existing v3.x extension has been moved
| Version | Application Insights | React | Branch
|---------|-----------------------|-----------|-----------
| 17.3.2 | ^3.3.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.1 | ^3.3.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.3.0 | ^3.3.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.2.0 | ^3.2.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
11 changes: 11 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Releases

## 17.3.2 (Sep 3rd, 2024)

This release contains a potential type break change due to the definition of the expCfg in [IConfiguration](https://github.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts)

### Changelog

- #107 [doc] add document for how to fix type error in extensions for #95
- #109 Bump braces from 3.0.2 to 3.0.3
- #111 Bump webpack in /sample/applicationinsights-react-sample
- #113 [Pre-Release] Update Application Insights dependencies to v3.3.2

## 17.3.1 (Aug 20th, 2024)

### Changelog
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "17.3.2",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
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.3.1",
"version": "17.3.2",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-core-js": "^3.3.2",
"@microsoft/applicationinsights-react-js": "17.3.1",
"@microsoft/applicationinsights-react-js": "17.3.2",
"@microsoft/applicationinsights-web": "^3.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"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": "17.3.1",
"release": "17.3.2",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "17.3.1"
"release": "17.3.2"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
Expand Down

0 comments on commit 4f67921

Please sign in to comment.