Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2: bootstrap viewer render project #1174

Merged
merged 2 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
test-results/
playwright-report/
playwright/.cache/
lerna-debug.log
276 changes: 276 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.3",
"@preact/preset-vite": "^2.8.2",
"webpack": "^5.91.0"
}
}
2 changes: 1 addition & 1 deletion packages/form-js-viewer-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bpmn-io/form-js-viewer-core",
"version": "1.8.6",
"description": "View forms - powered by bpmn.io",
"description": "Manage form state - powered by bpmn.io",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably need to discuss what should go here but what is here just now is fine.

"type": "module",
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading