Skip to content

Commit 574e251

Browse files
samples updated to UI Kit v0.2.6
1 parent e949795 commit 574e251

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

samples/react-chat-ui-kit-demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@types/node": "^16.18.28",
1212
"@types/react": "^18.2.6",
1313
"@types/react-dom": "^18.2.4",
14-
"quickblox-react-ui-kit": "^0.2.5",
14+
"quickblox-react-ui-kit": "^0.2.6-patch",
1515
"node-sass": "^8.0.0",
1616
"quickblox": "^2.16.1",
1717
"react": "^17.0.0 || ^18.0.0",

samples/react-chat-ui-kit-demo-app/src/layout/Auth/Auth.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ const Auth = ({children} : AuthProps) => {
5656
</div>
5757
<div className="login__footer">
5858
<div className="footer__logo_wrap">
59-
<p>Sample React Chat UIKit DemoApp v1.0.11</p>
59+
<p>Sample React Chat UIKit DemoApp v1.0.12</p>
6060
<br />
61-
<p>React Chat UIKit v0.2.5</p>
61+
<p>React Chat UIKit v0.2.6</p>
6262
<br />
6363
<p><Copyright /></p>
6464
</div>

samples/react-chat-ui-kit-init-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.18.37",
1111
"@types/react": "^18.2.14",
1212
"@types/react-dom": "^18.2.6",
13-
"quickblox-react-ui-kit": "^0.2.5",
13+
"quickblox-react-ui-kit": "^0.2.6-patch",
1414
"quickblox": "^2.16.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

samples/react-chat-ui-kit-init-with-ai-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.18.37",
1111
"@types/react": "^18.2.14",
1212
"@types/react-dom": "^18.2.6",
13-
"quickblox-react-ui-kit": "^0.2.5",
13+
"quickblox-react-ui-kit": "^0.2.6-patch",
1414
"quickblox": "^2.16.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

samples/react-chat-ui-kit-init-with-token-sample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^16.18.37",
1111
"@types/react": "^18.2.14",
1212
"@types/react-dom": "^18.2.6",
13-
"quickblox-react-ui-kit": "^0.2.5",
13+
"quickblox-react-ui-kit": "^0.2.6-patch",
1414
"quickblox": "^2.16.1",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0",

0 commit comments

Comments
 (0)