From 1098630201cdef136f6472a27c32cda3259c6dd5 Mon Sep 17 00:00:00 2001 From: siyuniu-ms <123212536+siyuniu-ms@users.noreply.github.com> Date: Thu, 21 Mar 2024 18:58:52 -0700 Subject: [PATCH] 17.1.2 (#89) --- README.md | 1 + RELEASES.md | 6 ++++++ applicationinsights-react-js/package.json | 2 +- package.json | 2 +- sample/applicationinsights-react-sample/package.json | 4 ++-- version.json | 4 ++-- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1de6fe1..cdf5910 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.1.2 | ^3.1.2 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.1.1 | ^3.1.1 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.1.0 | ^3.1.0 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) | 17.0.4 | ^3.0.8 | >= 17.0.2 | [main](https://github.com/microsoft/applicationinsights-react-js) diff --git a/RELEASES.md b/RELEASES.md index 00a4481..c824695 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,11 @@ # Releases +## 17.1.2 (Mar 21st, 2024) + +### Changelog + +- #87 [pre-release] update application insight to 3.1.2 and remove node 14 from build + ## 17.1.1 (Mar 13rd, 2024) ### Changelog diff --git a/applicationinsights-react-js/package.json b/applicationinsights-react-js/package.json index 9977416..42e46bf 100644 --- a/applicationinsights-react-js/package.json +++ b/applicationinsights-react-js/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-js", - "version": "17.1.1", + "version": "17.1.2", "description": "Microsoft Application Insights React plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/package.json b/package.json index 028afe0..b3b9995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/applicationinsights-react-js", - "version": "17.1.1", + "version": "17.1.2", "description": "Microsoft Application Insights React plugin", "author": "Microsoft Application Insights Team", "license": "MIT", diff --git a/sample/applicationinsights-react-sample/package.json b/sample/applicationinsights-react-sample/package.json index 9f01760..b0eabea 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.1.1", + "version": "1.1.2", "description": "Microsoft Application Insights React plugin Sample", "author": "Microsoft Application Insights Team", "license": "MIT", "dependencies": { "@microsoft/applicationinsights-core-js": "^3.1.2", - "@microsoft/applicationinsights-react-js": "17.1.1", + "@microsoft/applicationinsights-react-js": "17.1.2", "@microsoft/applicationinsights-web": "^3.1.2", "react": "^17.0.2", "react-dom": "^17.0.2", diff --git a/version.json b/version.json index ff3e604..8961557 100644 --- a/version.json +++ b/version.json @@ -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.1.1", + "release": "17.1.2", "next": "patch", "pkgs": { "@microsoft/applicationinsights-react-js": { "package": "package.json", - "release": "17.1.1" + "release": "17.1.2" }, "@microsoft/applicationinsights-react-sample": { "package": "sample/applicationinsights-react-sample/package.json",