File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The code
15
15
</slotted-element >
16
16
</html-demo-element >
17
17
18
- <script type =" module" src =" https://unpkg.com/html-demo-element@1.0.11 /html-demo-element.js" ></script >
18
+ <script type =" module" src =" https://unpkg.com/html-demo-element@1.0.12 /html-demo-element.js" ></script >
19
19
<script type =" module" src =" https://unpkg.com/slotted-element@1.0.3/slotted-element.js" ></script >
20
20
```
21
21
@@ -51,8 +51,8 @@ When you want to control where the source is located and where to render the cod
51
51
```
52
52
53
53
# Live demo
54
- * https://unpkg.com/html-demo-element@1.0.11 /demo/index.html
55
- * https://unpkg.com/html-demo-element@1.0.11 /demo/advanced.html
54
+ * https://unpkg.com/html-demo-element@1.0.12 /demo/index.html
55
+ * https://unpkg.com/html-demo-element@1.0.12 /demo/advanced.html
56
56
* https://unpkg.com/slotted-element@1.0.3/demo/index.html
57
57
58
58
# API
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ HtmlDemoElement extends HTMLElement
32
32
static get observedAttributes ( ) { return Object . keys ( propTypes ) ; }
33
33
static get properties ( ) { return propTypes ; }
34
34
35
- static version = '1.0.11 ' ;
35
+ static version = '1.0.12 ' ;
36
36
37
37
get source ( ) { return this . _source }
38
38
set source ( s )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " html-demo-element" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"description" : " Webcomponent inserts prism JS syntax colored HTML in html-demo-element before actual dom" ,
5
5
"author" : " Sasha Firsov" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments