From 5a4690eb0176d95a079c9592b510e9610788ccee Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:47:23 -0800 Subject: [PATCH] [Main] [Release] Increase version to 17.0.4 (#79) --- README.md | 1 + RELEASES.md | 10 ++++++++++ applicationinsights-react-js/package.json | 2 +- common/config/rush/npm-shrinkwrap.json | 12 ++++++------ package.json | 4 ++-- sample/applicationinsights-react-sample/package.json | 4 ++-- version.json | 6 +++--- 7 files changed, 25 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 3202b2c..8e7a113 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/RELEASES.md b/RELEASES.md index 83b0e5e..d005ea9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 diff --git a/applicationinsights-react-js/package.json b/applicationinsights-react-js/package.json index 1f9e223..1b0b2e4 100644 --- a/applicationinsights-react-js/package.json +++ b/applicationinsights-react-js/package.json @@ -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", diff --git a/common/config/rush/npm-shrinkwrap.json b/common/config/rush/npm-shrinkwrap.json index 814a7f2..eed8ec3 100644 --- a/common/config/rush/npm-shrinkwrap.json +++ b/common/config/rush/npm-shrinkwrap.json @@ -2993,9 +2993,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.666", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.666.tgz", - "integrity": "sha512-q4lkcbQrUdlzWCUOxk6fwEza6bNCfV12oi4AJph5UibguD1aTfL4uD0nuzFv9hbPANXQMuUS0MxPSHQ1gqq5dg==" + "version": "1.4.667", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz", + "integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==" }, "node_modules/emittery": { "version": "0.8.1", @@ -9853,9 +9853,9 @@ } }, "electron-to-chromium": { - "version": "1.4.666", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.666.tgz", - "integrity": "sha512-q4lkcbQrUdlzWCUOxk6fwEza6bNCfV12oi4AJph5UibguD1aTfL4uD0nuzFv9hbPANXQMuUS0MxPSHQ1gqq5dg==" + "version": "1.4.667", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz", + "integrity": "sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==" }, "emittery": { "version": "0.8.1", diff --git a/package.json b/package.json index 05ee710..c3cc1fd 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", diff --git a/sample/applicationinsights-react-sample/package.json b/sample/applicationinsights-react-sample/package.json index 14e7740..25a0504 100644 --- a/sample/applicationinsights-react-sample/package.json +++ b/sample/applicationinsights-react-sample/package.json @@ -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", diff --git a/version.json b/version.json index 5716d68..1a500c0 100644 --- a/version.json +++ b/version.json @@ -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" } } }