Skip to content

Commit

Permalink
0.7.0. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz authored Jul 8, 2023
1 parent c75bd6e commit a68afbe
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 757 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.0

This version changes the license to the MIT license. 🎉

## 0.6.0

* This version brings small visual improvements.
Expand Down
747 changes: 5 additions & 742 deletions LICENSE

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,4 @@ That's it! Check the source code of [our demo](./demos/webpack-app/) to see the
## 💡 License
#### Commercial license
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).
#### Open source license
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.
This project is released under the MIT license.
4 changes: 2 additions & 2 deletions demos/webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"sequential-workflow-model": "^0.1.4",
"sequential-workflow-designer": "^0.13.5",
"sequential-workflow-machine": "^0.2.0",
"sequential-workflow-editor-model": "^0.6.0",
"sequential-workflow-editor": "^0.6.0"
"sequential-workflow-editor-model": "^0.7.0",
"sequential-workflow-editor": "^0.7.0"
},
"devDependencies": {
"ts-loader": "^9.4.2",
Expand Down
8 changes: 4 additions & 4 deletions editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sequential-workflow-editor",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
}
},
"homepage": "https://nocode-js.com/",
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nocode-js/sequential-workflow-editor.git"
Expand All @@ -46,11 +46,11 @@
"prettier:fix": "prettier --write ./src ./css"
},
"dependencies": {
"sequential-workflow-editor-model": "^0.6.0",
"sequential-workflow-editor-model": "^0.7.0",
"sequential-workflow-model": "^0.1.4"
},
"peerDependencies": {
"sequential-workflow-editor-model": "^0.6.0",
"sequential-workflow-editor-model": "^0.7.0",
"sequential-workflow-model": "^0.1.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions model/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sequential-workflow-editor-model",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://nocode-js.com/",
"author": {
"name": "NoCode JS",
"url": "https://nocode-js.com/"
},
"license": "SEE LICENSE IN LICENSE",
"license": "MIT",
"type": "module",
"main": "./lib/esm/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit a68afbe

Please sign in to comment.