Skip to content

Commit

Permalink
[Main] [Release] Increase version to 17.0.4 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Feb 12, 2024
1 parent 58ddb62 commit 5a4690e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 14 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.4 | ^3.0.8 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.3 | ^3.0.7 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.2 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
| 17.0.1 | ^3.0.3 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Releases

## 17.0.4 (Feb 12th, 2024)

### Changelog

- #76 [npm fix] remove sample project from rush
- #75 Update Application Insights to ^3.0.8
- #77 Update @microsoft/rush to ^5.113.4
- #78 Bump postcss from 8.4.29 to 8.4.35

## 17.0.3 (Nov 3rd, 2023)

### Changelog

- #65 [pre-release] udpate application insight dependency, get ready for release


## 17.0.2 (Oct 13rd, 2023)

### 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.0.3",
"version": "17.0.4",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "17.0.3",
"version": "17.0.4",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"sample": "cd sample/applicationinsights-react-sample && npm install && npm run build"
},
"devDependencies": {
"@microsoft/rush": "^5.82.1",
"@microsoft/rush": "^5.113.4",
"@nevware21/grunt-eslint-ts": "^0.2.2",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.0",
Expand Down
4 changes: 2 additions & 2 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@microsoft/applicationinsights-react-sample",
"version": "1.0.3",
"version": "1.0.4",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-core-js": "^3.0.8",
"@microsoft/applicationinsights-react-js": "17.0.3",
"@microsoft/applicationinsights-react-js": "17.0.4",
"@microsoft/applicationinsights-web": "^3.0.8",
"react": "^17.0.2",
"react-dom": "^17.0.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": "17.0.3",
"release": "17.0.4",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "17.0.3"
"release": "17.0.4"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "1.0.3"
"release": "1.0.4"
}
}
}

0 comments on commit 5a4690e

Please sign in to comment.