Merge branch 'master' into bugfix/fix-chat-loading
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 3 additions, 13 deletions.gitlab-ci.yml
- .gitlab/issue_templates/bug.md 24 additions, 0 deletions.gitlab/issue_templates/bug.md
- package.json 2 additions, 2 deletionspackage.json
- plugins/converse-rai.js 109 additions, 0 deletionsplugins/converse-rai.js
- sib-chat.js 26 additions, 11 deletionssib-chat.js
- themes/converse-hd.css 74 additions, 28 deletionsthemes/converse-hd.css
.gitlab/issue_templates/bug.md
0 → 100644
... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
"main": "sib-chat.js", | "main": "sib-chat.js", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "git@git.happy-dev.fr:startinblox/components/sib-chat.git" | "url": "git@git.startinblox.com:components/sib-chat.git" | ||
}, | }, | ||
"author": "Alexandre Bourlier", | "author": "Alexandre Bourlier", | ||
"license": "MIT", | "license": "MIT", | ||
... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
"release": "minor" | "release": "minor" | ||
}, | }, | ||
{ | { | ||
"type": "/.*/", | "type": "*", | ||
"release": "patch" | "release": "patch" | ||
} | } | ||
] | ] | ||
... | ... |
plugins/converse-rai.js
0 → 100644
Please register or sign in to comment