Skip to content

Commit 991a893

Browse files
committed
v6.8.2
1 parent 08ea8f2 commit 991a893

File tree

12 files changed

+32
-10
lines changed

12 files changed

+32
-10
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/bb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ textarea.bb-feedback-required {
15061506

15071507
.bb-feedback-dialog-error {
15081508
background-color: #da0e0710;
1509-
padding: 16px;
1509+
padding: 16px 25px;
15101510
margin: 0px;
15111511
font-size: 14px;
15121512
font-weight: normal;

demo/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const Gleap = window.Gleap;
22

3-
// Gleap.setApiUrl("http://localhost:9000");
3+
Gleap.setApiUrl("http://localhost:9000");
44
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
55
Gleap.identify(123, {
66
email: "lukas@gle.cooooooa",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "6.8.1",
3+
"version": "6.8.2",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/6.8.2/appwidget.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.8.2/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.8.2/index.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)