Merge branch 'master' into develop
This commit is contained in:
commit
67381bd8e0
|
@ -6,6 +6,10 @@ All notable changes to [bpmn-js](https://github.com/bpmn-io/bpmn-js) are documen
|
|||
|
||||
___Note:__ Yet to be released changes appear here._
|
||||
|
||||
## 8.1.0
|
||||
|
||||
* `TEST`: simplify markup created by built-in test helpers
|
||||
|
||||
## 8.0.1
|
||||
|
||||
* `FIX`: activate, not toggle global connect tool on palette click
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bpmn-js",
|
||||
"version": "8.0.1",
|
||||
"version": "8.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bpmn-js",
|
||||
"version": "8.0.1",
|
||||
"version": "8.1.0",
|
||||
"description": "A bpmn 2.0 toolkit and web modeler",
|
||||
"scripts": {
|
||||
"all": "run-s lint test distro test:distro",
|
||||
|
|
Loading…
Reference in New Issue