Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
chore(project): bump examples to v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmn-io-bot committed Jul 13, 2018
1 parent 729254e commit 7a63cba
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bundling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"watchify": "^3.10.0"
},
"dependencies": {
"cmmn-js": "^0.15.0"
"cmmn-js": "^0.15.1"
}
}
8 changes: 4 additions & 4 deletions pre-packaged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Download or simply include the relevant dependencies into your website:
#### Viewer

```html
<script src="https://unpkg.com/cmmn-js@0.15.0/dist/cmmn-viewer.development.js"></script>
<script src="https://unpkg.com/cmmn-js@0.15.1/dist/cmmn-viewer.development.js"></script>
```

Download the complete [viewer example](https://rawgit.com/bpmn-io/cmmn-js-examples/master/starter/viewer.html).
Expand All @@ -27,10 +27,10 @@ Download the complete [viewer example](https://rawgit.com/bpmn-io/cmmn-js-exampl

```html
<!-- necessary stylesheets -->
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.0/dist/assets/diagram-js.css" />
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.0/dist/assets/cmmn-font/css/cmmn.css" />
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.1/dist/assets/diagram-js.css" />
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.1/dist/assets/cmmn-font/css/cmmn.css" />

<script src="https://unpkg.com/cmmn-js@0.15.0/dist/cmmn-modeler.development.js"></script>
<script src="https://unpkg.com/cmmn-js@0.15.1/dist/cmmn-modeler.development.js"></script>
```

Download the complete [modeler example](https://rawgit.com/bpmn-io/cmmn-js-examples/master/starter/modeler.html).
Expand Down
2 changes: 1 addition & 1 deletion properties-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"camunda-cmmn-moddle": "^1.0.0",
"cmmn-js": "^0.15.0",
"cmmn-js": "^0.15.1",
"cmmn-js-properties-panel": "^0.5.0",
"jquery": "^3.3.1",
"lodash": "^3.0.0"
Expand Down
6 changes: 3 additions & 3 deletions starter/modeler.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<title>Hello World</title>

<!-- required modeler styles -->
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.0/dist/assets/diagram-js.css">
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.0/dist/assets/cmmn-font/css/cmmn.css">
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.1/dist/assets/diagram-js.css">
<link rel="stylesheet" href="https://unpkg.com/cmmn-js@0.15.1/dist/assets/cmmn-font/css/cmmn.css">

<!-- modeler distro -->
<script src="https://unpkg.com/cmmn-js@0.15.0/dist/cmmn-modeler.development.js"></script>
<script src="https://unpkg.com/cmmn-js@0.15.1/dist/cmmn-modeler.development.js"></script>

<!-- needed for this example only -->
<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion starter/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Hello World</title>

<!-- viewer distro -->
<script src="https://unpkg.com/cmmn-js@0.15.0/dist/cmmn-viewer.development.js"></script>
<script src="https://unpkg.com/cmmn-js@0.15.1/dist/cmmn-viewer.development.js"></script>

<!-- needed for this example only -->
<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.js"></script>
Expand Down

0 comments on commit 7a63cba

Please sign in to comment.