Skip to content

Commit

Permalink
[Release] Increase version to 17.0.3 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Dec 15, 2023
1 parent 2537dc2 commit f47e4f2
Show file tree
Hide file tree
Showing 10 changed files with 3,776 additions and 7,252 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Update rush shrinkwrap dependencies (for different node versions)
run: node common/scripts/install-run-rush.js update --full
- run: npm install rollup -g
- run: npm install grunt-cli
- run: npm install
Expand Down
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.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)
| 17.0.0 | ^3.0.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js)
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Releases

## 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
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.2",
"version": "17.0.3",
"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.5",
"@microsoft/applicationinsights-common": "^3.0.5",
"@microsoft/applicationinsights-core-js": "^3.0.7",
"@microsoft/applicationinsights-common": "^3.0.7",
"@microsoft/dynamicproto-js": "^2.0.2",
"@nevware21/ts-utils": ">= 0.10.1 < 2.x"
},
Expand Down
3,040 changes: 1,535 additions & 1,505 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

4,526 changes: 1,097 additions & 3,429 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

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.2",
"version": "17.0.3",
"description": "Microsoft Application Insights React plugin",
"author": "Microsoft Application Insights Team",
"license": "MIT",
Expand Down Expand Up @@ -35,7 +35,7 @@
"gh-status": "node ./tools/status-tools/github-status.js"
},
"devDependencies": {
"@microsoft/rush": "^5.105.0",
"@microsoft/rush": "^5.82.1",
"@nevware21/grunt-eslint-ts": "^0.2.2",
"@nevware21/grunt-ts-plugin": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.28.0",
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.2",
"version": "1.0.3",
"description": "Microsoft Application Insights React plugin Sample",
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-core-js": "^3.0.5",
"@microsoft/applicationinsights-react-js": "17.0.2",
"@microsoft/applicationinsights-web": "^3.0.5",
"@microsoft/applicationinsights-core-js": "^3.0.7",
"@microsoft/applicationinsights-react-js": "17.0.3",
"@microsoft/applicationinsights-web": "^3.0.7",
"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": "17.0.2",
"release": "17.0.3",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-react-js": {
"package": "package.json",
"release": "17.0.2"
"release": "17.0.3"
},
"@microsoft/applicationinsights-react-sample": {
"package": "sample/applicationinsights-react-sample/package.json",
"release": "1.0.2"
"release": "1.0.3"
}
}
}
Loading

0 comments on commit f47e4f2

Please sign in to comment.