Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem-K-Koltunov committed Mar 28, 2024
1 parent 2b3e1b4 commit 729b723
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 527 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quickblox-react-ui-kit",
"version": "0.3.0-beta.4",
"version": "0.3.0",
"main": "dist/index-ui.js",
"license": "MIT",
"dependencies": {
Expand Down Expand Up @@ -86,7 +86,7 @@
"lint": "eslint ./src",
"eject": "react-scripts eject",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
"build:storybook": "storybook build"
},
"lint-staged": {
"src/**/*.{ts,tsx}": "eslint"
Expand Down
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function App() {
const { connectionRepository } = useQBConnection();

const initLoginData: LoginData = {
login: 'artik', // vit1 380990579507
password: 'quickblox',
login: '',
password: '',
};

const [currentUser, setCurrentUser] = React.useState(initLoginData);
Expand Down
8 changes: 4 additions & 4 deletions src/Data/DefaultConfigurations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ export class DefaultConfigurations {
static getDefaultQBConfig(): QBConfig {
return {
credentials: {
appId: 75949,
accountKey: 'uK_8uinNyz8-npTNB6tx',
authKey: 'DdS7zxMEm5Q7DaS',
authSecret: 'g88RhdOjnDOqFkv',
appId: -1,
accountKey: '',
authKey: '',
authSecret: '',
sessionToken: '',
},
configAIApi: {
Expand Down
Loading

0 comments on commit 729b723

Please sign in to comment.