Skip to content

Commit f2f7323

Browse files
authored
Use exact version for react-chain-of-responsibility (#5582)
* Use exact version * Add PR number
1 parent cbaf98f commit f2f7323

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
301301
- 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)
302302
- Fixed aria-label only announcing placeholder in feedback form, in PR [#5567](https://github.com/microsoft/BotFramework-WebChat/pull/5567)
303303
- 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)
304+
- 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)
304305

305306
### Removed
306307

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api-middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
},
9090
"dependencies": {
9191
"handler-chain": "^0.1.0",
92-
"react-chain-of-responsibility": "^0.4.0-main.c2f17da",
92+
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
9393
"react-wrap-with": "0.1.0",
9494
"valibot": "1.1.0"
9595
}

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"iter-fest": "0.3.0",
136136
"math-random": "2.0.1",
137137
"prop-types": "15.8.1",
138-
"react-chain-of-responsibility": "^0.4.0-main.c2f17da",
138+
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
139139
"react-redux": "7.2.9",
140140
"redux": "5.0.1",
141141
"simple-update-in": "2.2.0",

packages/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"merge-refs": "2.0.0",
138138
"prop-types": "15.8.1",
139139
"punycode": "2.3.1",
140-
"react-chain-of-responsibility": "^0.4.0-main.c2f17da",
140+
"react-chain-of-responsibility": "0.4.0-main.c2f17da",
141141
"react-dictate-button": "4.0.0",
142142
"react-film": "4.0.0",
143143
"react-redux": "7.2.9",

0 commit comments

Comments
 (0)