Skip to content

Commit 6833da9

Browse files
committed
Update Sling.js to version 18.1.0
* Update Sling.js to version 18.1.0.
1 parent 5d756ad commit 6833da9

File tree

4 files changed

+47
-47
lines changed

4 files changed

+47
-47
lines changed

frameworks/non-keyed/slingjs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Sling.js v18.0.0</title>
5+
<title>Sling.js v18.1.0</title>
66
<link href="/css/currentStyle.css" rel="stylesheet"/>
77
</head>
88
<body>

frameworks/non-keyed/slingjs/package-lock.json

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

frameworks/non-keyed/slingjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "js-framework-benchmark-slingjs-18.0.0",
3-
"version": "18.0.0",
4-
"description": "Benchmark for Sling.js 18.0.0 framework",
2+
"name": "js-framework-benchmark-slingjs-18.1.0",
3+
"version": "18.1.0",
4+
"description": "Benchmark for Sling.js 18.1.0 framework",
55
"js-framework-benchmark": {
66
"frameworkVersionFromPackage": "slingjs",
77
"frameworkHomeURL": "https://github.com/puckowski/Sling.js"
@@ -21,6 +21,6 @@
2121
"webpack-cli": "5.0.1"
2222
},
2323
"dependencies": {
24-
"slingjs": "18.0.0"
24+
"slingjs": "18.1.0"
2525
}
2626
}

frameworks/non-keyed/slingjs/src/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export class ControllerComponent {
139139
children: [
140140
markup('h1', {
141141
children: [
142-
textNode('Sling.js 18.0.0')
142+
textNode('Sling.js 18.1.0')
143143
]
144144
})
145145
]

0 commit comments

Comments
 (0)