diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1fc136c7..65bf866ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -301,6 +301,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/ - Fixed [#5520](https://github.com/microsoft/BotFramework-WebChat/issues/5520). Version information should be injected when installed via npm, in PR [#5521](https://github.com/microsoft/BotFramework-WebChat/pull/5521), by [@compulim](https://github.com/compulim) - Fixed aria-label only announcing placeholder in feedback form, in PR [#5567](https://github.com/microsoft/BotFramework-WebChat/pull/5567) - Fixed placing focus on the code block content, so it is possible to scroll code via keyboard, in PR [#5575](https://github.com/microsoft/BotFramework-WebChat/pull/5575), by [@OEvgeny](https://github.com/OEvgeny) +- Fixed [#5581](https://github.com/microsoft/BotFramework-WebChat/issues/5581). Activities should be displayed after upgrading via `npm install`, in PR [#5582](https://github.com/microsoft/BotFramework-WebChat/pull/5582), by [@compulim](https://github.com/compulim) ### Removed diff --git a/package-lock.json b/package-lock.json index 0abc8945e6..fec9f0100c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20616,7 +20616,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", @@ -20660,7 +20660,7 @@ "license": "MIT", "dependencies": { "handler-chain": "^0.1.0", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-wrap-with": "0.1.0", "valibot": "1.1.0" }, @@ -21246,7 +21246,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9", diff --git a/packages/api-middleware/package.json b/packages/api-middleware/package.json index 83bcbd8519..4614784af4 100644 --- a/packages/api-middleware/package.json +++ b/packages/api-middleware/package.json @@ -89,7 +89,7 @@ }, "dependencies": { "handler-chain": "^0.1.0", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-wrap-with": "0.1.0", "valibot": "1.1.0" } diff --git a/packages/api/package.json b/packages/api/package.json index 0c50e5d314..5c5694a30c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -135,7 +135,7 @@ "iter-fest": "0.3.0", "math-random": "2.0.1", "prop-types": "15.8.1", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-redux": "7.2.9", "redux": "5.0.1", "simple-update-in": "2.2.0", diff --git a/packages/component/package.json b/packages/component/package.json index 8811b300c0..eb98eeb8fa 100644 --- a/packages/component/package.json +++ b/packages/component/package.json @@ -137,7 +137,7 @@ "merge-refs": "2.0.0", "prop-types": "15.8.1", "punycode": "2.3.1", - "react-chain-of-responsibility": "^0.4.0-main.c2f17da", + "react-chain-of-responsibility": "0.4.0-main.c2f17da", "react-dictate-button": "4.0.0", "react-film": "4.0.0", "react-redux": "7.2.9",