Skip to content

Commit

Permalink
samples updated to UI Kit v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Nov 22, 2023
1 parent e949795 commit 574e251
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/react-chat-ui-kit-demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/node": "^16.18.28",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"quickblox-react-ui-kit": "^0.2.5",
"quickblox-react-ui-kit": "^0.2.6-patch",
"node-sass": "^8.0.0",
"quickblox": "^2.16.1",
"react": "^17.0.0 || ^18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions samples/react-chat-ui-kit-demo-app/src/layout/Auth/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ const Auth = ({children} : AuthProps) => {
</div>
<div className="login__footer">
<div className="footer__logo_wrap">
<p>Sample React Chat UIKit DemoApp v1.0.11</p>
<p>Sample React Chat UIKit DemoApp v1.0.12</p>
<br />
<p>React Chat UIKit v0.2.5</p>
<p>React Chat UIKit v0.2.6</p>
<br />
<p><Copyright /></p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion samples/react-chat-ui-kit-init-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.37",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"quickblox-react-ui-kit": "^0.2.5",
"quickblox-react-ui-kit": "^0.2.6-patch",
"quickblox": "^2.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/react-chat-ui-kit-init-with-ai-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.37",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"quickblox-react-ui-kit": "^0.2.5",
"quickblox-react-ui-kit": "^0.2.6-patch",
"quickblox": "^2.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/node": "^16.18.37",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"quickblox-react-ui-kit": "^0.2.5",
"quickblox-react-ui-kit": "^0.2.6-patch",
"quickblox": "^2.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down

0 comments on commit 574e251

Please sign in to comment.