Skip to content

Commit 56b2304

Browse files
committed
Update Bobril 20.6.4 without dynamically creating css
1 parent 6c9f43f commit 56b2304

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

frameworks/keyed/bobril/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<title>Bobril v20.6.0</title>
7+
<title>Bobril v20.6.4</title>
88
<link rel="stylesheet" href="dist/a.css">
99
</head>
1010

frameworks/keyed/bobril/package-lock.json

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

frameworks/keyed/bobril/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "src/app.js",
66
"js-framework-benchmark": {
77
"frameworkVersionFromPackage": "bobril",
8-
"frameworkHomeURL": "https://bobril.com/",
9-
"issues": [1139]
8+
"frameworkHomeURL": "https://bobril.com/"
109
},
1110
"scripts": {
1211
"dev": "bb",
@@ -27,6 +26,6 @@
2726
"bobril-build": "*"
2827
},
2928
"dependencies": {
30-
"bobril": "20.6.0"
29+
"bobril": "20.6.4"
3130
}
3231
}

frameworks/keyed/bobril/src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const Header = b.createComponent<IHeaderData>({
5555
const d = ctx.data;
5656
me.className = "jumbotron";
5757
me.children = divWithClass("row", [
58-
divWithClass("col-md-6", { tag: "h1", children: "Bobril v20.4.1" }),
58+
divWithClass("col-md-6", { tag: "h1", children: "Bobril v20.6.4" }),
5959
divWithClass("col-md-6", [
6060
divWithClass(
6161
"col-sm-6 smallpad",

0 commit comments

Comments
 (0)