Skip to content

Commit a68afbe

Browse files
authored
0.7.0. (#14)
1 parent c75bd6e commit a68afbe

File tree

6 files changed

+18
-757
lines changed

6 files changed

+18
-757
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.0
2+
3+
This version changes the license to the MIT license. 🎉
4+
15
## 0.6.0
26

37
* This version brings small visual improvements.

LICENSE

+5-742
Large diffs are not rendered by default.

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,4 @@ That's it! Check the source code of [our demo](./demos/webpack-app/) to see the
123123
124124
## 💡 License
125125
126-
#### Commercial license
127-
128-
You are creating a closed source application and you are not distributing our library in source form. You may use this project under the terms of the [Commercial License](./LICENSE). To purchase license check the [pricing](https://nocode-js.com/sequential-workflow-editor/pricing).
129-
130-
#### Open source license
131-
132-
If you are developing a freely available software program using a license that aligns with the GNU General Public License version 3, you are permitted to utilize this project while abiding by the provisions outlined in the GPLv3.
126+
This project is released under the MIT license.

demos/webpack-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"sequential-workflow-model": "^0.1.4",
1919
"sequential-workflow-designer": "^0.13.5",
2020
"sequential-workflow-machine": "^0.2.0",
21-
"sequential-workflow-editor-model": "^0.6.0",
22-
"sequential-workflow-editor": "^0.6.0"
21+
"sequential-workflow-editor-model": "^0.7.0",
22+
"sequential-workflow-editor": "^0.7.0"
2323
},
2424
"devDependencies": {
2525
"ts-loader": "^9.4.2",

editor/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sequential-workflow-editor",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"type": "module",
55
"main": "./lib/esm/index.js",
66
"types": "./lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"homepage": "https://nocode-js.com/",
23-
"license": "SEE LICENSE IN LICENSE",
23+
"license": "MIT",
2424
"repository": {
2525
"type": "git",
2626
"url": "https://github.com/nocode-js/sequential-workflow-editor.git"
@@ -46,11 +46,11 @@
4646
"prettier:fix": "prettier --write ./src ./css"
4747
},
4848
"dependencies": {
49-
"sequential-workflow-editor-model": "^0.6.0",
49+
"sequential-workflow-editor-model": "^0.7.0",
5050
"sequential-workflow-model": "^0.1.4"
5151
},
5252
"peerDependencies": {
53-
"sequential-workflow-editor-model": "^0.6.0",
53+
"sequential-workflow-editor-model": "^0.7.0",
5454
"sequential-workflow-model": "^0.1.4"
5555
},
5656
"devDependencies": {

model/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "sequential-workflow-editor-model",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"homepage": "https://nocode-js.com/",
55
"author": {
66
"name": "NoCode JS",
77
"url": "https://nocode-js.com/"
88
},
9-
"license": "SEE LICENSE IN LICENSE",
9+
"license": "MIT",
1010
"type": "module",
1111
"main": "./lib/esm/index.js",
1212
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)