Skip to content

Commit a4971e6

Browse files
authored
0.14.2. (#83)
1 parent 97dfacb commit a4971e6

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Add the below code to your head section in HTML document.
9494
```html
9595
<head>
9696
...
97-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1/css/designer.css" rel="stylesheet">
98-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1/css/designer-light.css" rel="stylesheet">
99-
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1/css/designer-dark.css" rel="stylesheet">
100-
<script src="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1/dist/index.umd.js"></script>
97+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2/css/designer.css" rel="stylesheet">
98+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2/css/designer-light.css" rel="stylesheet">
99+
<link href="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2/css/designer-dark.css" rel="stylesheet">
100+
<script src="https://cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2/dist/index.umd.js"></script>
101101
```
102102

103103
Call the designer by:

angular/designer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sequential-workflow-designer-angular",
33
"description": "Angular wrapper for Sequential Workflow Designer component.",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"author": {
66
"name": "NoCode JS",
77
"url": "https://nocode-js.com/"
@@ -15,7 +15,7 @@
1515
"peerDependencies": {
1616
"@angular/common": "12 - 16",
1717
"@angular/core": "12 - 16",
18-
"sequential-workflow-designer": "^0.14.1"
18+
"sequential-workflow-designer": "^0.14.2"
1919
},
2020
"dependencies": {
2121
"tslib": "^2.3.0"

demos/angular-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"@angular/platform-browser-dynamic": "^15.2.9",
2727
"@angular/router": "^15.2.9",
2828
"rxjs": "~7.8.0",
29-
"sequential-workflow-designer": "^0.14.1",
30-
"sequential-workflow-designer-angular": "^0.14.1",
29+
"sequential-workflow-designer": "^0.14.2",
30+
"sequential-workflow-designer-angular": "^0.14.2",
3131
"tslib": "^2.3.0",
3232
"zone.js": "~0.13.0"
3333
},
@@ -45,4 +45,4 @@
4545
"prettier": "^2.8.4",
4646
"typescript": "~4.9.5"
4747
}
48-
}
48+
}

demos/angular-app/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5956,17 +5956,17 @@ send@0.18.0:
59565956
range-parser "~1.2.1"
59575957
statuses "2.0.1"
59585958

5959-
sequential-workflow-designer-angular@^0.14.1:
5960-
version "0.14.1"
5961-
resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.14.1.tgz#fdfb90516e74ea1c2924ec9f6f623f682129b3ba"
5962-
integrity sha512-7HPxGo5VN/bODMcSnx5nbfnCvAIHSghunlhHVkA0aPTCR29FcaoLo6PJ0ORxSR9V7EMlXY9dx+8UJZxn4wXjcg==
5959+
sequential-workflow-designer-angular@^0.14.2:
5960+
version "0.14.2"
5961+
resolved "https://registry.yarnpkg.com/sequential-workflow-designer-angular/-/sequential-workflow-designer-angular-0.14.2.tgz#a5de68575e58742e789f8f75e3243af1057318d5"
5962+
integrity sha512-ntRyaG50Qks1AUVguIY88BE1sSo2pb/CbPB8bVArrHiN1s1n+Vxs1iN06jLbXSWRJ3tJl7zDMTaQ3pQARAzVAA==
59635963
dependencies:
59645964
tslib "^2.3.0"
59655965

5966-
sequential-workflow-designer@^0.14.1:
5967-
version "0.14.1"
5968-
resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.14.1.tgz#1f7f5b2a1c4a337044e77eaef36fe1333ba22c4b"
5969-
integrity sha512-wPgNKnl/4q4QMbYqn19O9On6eYf/MXzityXAFmzo/WQBAl6RJhclY4LmL8HxotdkcGSQznW80E3gOpNERZCdLw==
5966+
sequential-workflow-designer@^0.14.2:
5967+
version "0.14.2"
5968+
resolved "https://registry.yarnpkg.com/sequential-workflow-designer/-/sequential-workflow-designer-0.14.2.tgz#b183024ccc1cf53d521353c93c7b9056f0619a6a"
5969+
integrity sha512-iyHkYyuDG8J6oJfdndIKlrRHpASf7HP6sDZ0lUp8u//ZqiTJl7ZOuqmsvYigkt9lXmMn/Vo9OXQJSpcc6rLYPg==
59705970
dependencies:
59715971
sequential-workflow-model "^0.2.0"
59725972

demos/react-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"dependencies": {
77
"react": "^18.2.0",
88
"react-dom": "^18.2.0",
9-
"sequential-workflow-designer": "^0.14.1",
10-
"sequential-workflow-designer-react": "^0.14.1"
9+
"sequential-workflow-designer": "^0.14.2",
10+
"sequential-workflow-designer-react": "^0.14.2"
1111
},
1212
"devDependencies": {
1313
"@types/jest": "^29.2.5",

designer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sequential-workflow-designer",
33
"description": "Customizable no-code component for building flow-based programming applications.",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"type": "module",
66
"main": "./lib/esm/index.js",
77
"types": "./lib/index.d.ts",

examples/assets/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function embedStylesheet(url) {
1919

2020
const baseUrl = isTestEnv()
2121
? '../designer'
22-
: '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.1';
22+
: '//cdn.jsdelivr.net/npm/sequential-workflow-designer@0.14.2';
2323

2424
embedScript(`${baseUrl}/dist/index.umd.js`);
2525
embedStylesheet(`${baseUrl}/css/designer.css`);

react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sequential-workflow-designer-react",
33
"description": "React wrapper for Sequential Workflow Designer component.",
4-
"version": "0.14.1",
4+
"version": "0.14.2",
55
"type": "module",
66
"main": "./lib/esm/index.js",
77
"types": "./lib/index.d.ts",
@@ -47,7 +47,7 @@
4747
"peerDependencies": {
4848
"react": "^18.2.0",
4949
"react-dom": "^18.2.0",
50-
"sequential-workflow-designer": "^0.14.1"
50+
"sequential-workflow-designer": "^0.14.2"
5151
},
5252
"devDependencies": {
5353
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -63,7 +63,7 @@
6363
"prettier": "^2.8.2",
6464
"react": "^18.2.0",
6565
"react-dom": "^18.2.0",
66-
"sequential-workflow-designer": "^0.14.1",
66+
"sequential-workflow-designer": "^0.14.2",
6767
"rollup": "^3.18.0",
6868
"rollup-plugin-dts": "^5.2.0",
6969
"rollup-plugin-typescript2": "^0.34.1",

0 commit comments

Comments
 (0)