@camunda/camunda-composite-components 0.2.16-rc.0 → 0.2.16-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,7 +139,10 @@ export const C3HelpCenter = ({ autoStartSurvey, origin, flags, onRequestClose, m
139
139
  const closeFn = () => {
140
140
  if (persona && userToken && activeOrganizationId && decodedAudience) {
141
141
  updatePersona({
142
- newPersona: persona,
142
+ newPersona: {
143
+ ...persona,
144
+ wasShown: true,
145
+ },
143
146
  audience: decodedAudience,
144
147
  accessToken: userToken,
145
148
  orgId: activeOrganizationId,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/camunda-composite-components",
3
- "version": "0.2.16-rc.0",
3
+ "version": "0.2.16-rc.1",
4
4
  "scripts": {
5
5
  "clean": "rimraf lib/",
6
6
  "build": "yarn clean && tsc",