Skip to content

Commit ad60236

Browse files
committed
merge
2 parents 051cd87 + 6c1b163 commit ad60236

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.20](https://github.com/CoCreate-app/CoCreateJS/compare/v1.0.19...v1.0.20) (2021-04-19)
2+
3+
4+
### Bug Fixes
5+
6+
* ci and build process ([9e31ef5](https://github.com/CoCreate-app/CoCreateJS/commit/9e31ef5211d76b3e267a4586c6bc3914299620ca))
7+
* npm publish and cdn deployment ([c43f2b4](https://github.com/CoCreate-app/CoCreateJS/commit/c43f2b4e1f2cac96651c58823ca6ceeb482f387c))
8+
19
## [1.0.19](https://github.com/CoCreate-app/CoCreateJS/compare/v1.0.18...v1.0.19) (2021-04-12)
210

311

docs/CoCreateJS-objects.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,6 @@
1313
<!-- CoCreate CSS -->
1414

1515
<link rel="stylesheet" href="https://server.cocreate.app/css/CoCreate.min.css" type="text/css" />
16-
17-
<!-- Font Awesome -->
18-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
19-
20-
<!-- Codemirror -->
21-
<link rel="stylesheet" href="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/src/CoCreate-codemirror.css" type="text/css" />
22-
<link rel=stylesheet href="https://codemirror.net/lib/codemirror.css" async defer>
23-
24-
<!-- Highlight.js-->
25-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/styles/default.min.css">
26-
27-
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.10/highlight.min.js"></script>
28-
<script>hljs.initHighlightingOnLoad();</script>
2916
</head>
3017
<style>
3118
body{overflow-x:hidden}
@@ -1074,8 +1061,6 @@ <h4><span>data</span> <span class="cocreate-badge success">object</span> <span c
10741061
<!--CoCreateJS-->
10751062
<script src="https://server.cocreate.app/js/CoCreate.min.js"></script>
10761063

1077-
<!-- CoCreate CodeMiirror -->
1078-
<script type="text/javascript" src="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/dist/CoCreate-codemirror.js" async></script>
1079-
1064+
10801065
</body>
10811066
</html>

docs/introduction.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212

1313
<!-- CoCreate CSS -->
1414
<link rel="stylesheet" href="https://server.cocreate.app/css/CoCreate.min.css" type="text/css" />
15-
16-
<!-- Font Awesome -->
17-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" crossorigin="anonymous" />
18-
1915
<!-- Codemirror -->
2016
<!--<link rel="stylesheet" href="https://server.cocreate.app/CoCreate-plugins/CoCreate-codemirror/src/CoCreate-codemirror.css" type="text/css" />-->
2117
<link rel=stylesheet href="https://codemirror.net/lib/codemirror.css" async defer>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatejs",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"description": "A simple CoCreateJS component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"cocreatejs",

0 commit comments

Comments
 (0)