Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
Issue #20
  • Loading branch information
rsoika committed May 12, 2023
1 parent a09f18d commit 744ddb1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion open-bpmn.vscode/extension/src/server-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"snapshotRepository": "https://oss.sonatype.org/content/repositories/snapshots/",
"groupId": "org.imixs.bpmn",
"artifactId": "imixs-open-bpmn.server",
"version": "0.0.2",
"version": "0.1.0",
"isSnapShot": true,
"classifier": "glsp"
}
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -867,27 +867,27 @@
dependencies:
"@octokit/openapi-types" "^16.0.0"

"@open-bpmn/open-bpmn-glsp@0.9.5", "@open-bpmn/open-bpmn-glsp@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-glsp/":
version "0.9.5"
"@open-bpmn/open-bpmn-glsp@1.0.0", "@open-bpmn/open-bpmn-glsp@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-glsp/":
version "1.0.0"
dependencies:
"@eclipse-glsp/client" "1.1.0-RC04"
"@open-bpmn/open-bpmn-model" "0.9.5"
"@open-bpmn/open-bpmn-properties" "0.9.5"
"@open-bpmn/open-bpmn-model" "1.0.0"
"@open-bpmn/open-bpmn-properties" "1.0.0"
balloon-css "^0.5.0"

"@open-bpmn/open-bpmn-model@0.9.5", "@open-bpmn/open-bpmn-model@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-model/":
version "0.9.5"
"@open-bpmn/open-bpmn-model@1.0.0", "@open-bpmn/open-bpmn-model@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-model/":
version "1.0.0"
dependencies:
"@eclipse-glsp/client" "1.1.0-RC04"

"@open-bpmn/open-bpmn-properties@0.9.5", "@open-bpmn/open-bpmn-properties@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-properties/":
version "0.9.5"
"@open-bpmn/open-bpmn-properties@1.0.0", "@open-bpmn/open-bpmn-properties@file:./../open-bpmn/open-bpmn.glsp-client/open-bpmn-properties/":
version "1.0.0"
dependencies:
"@eclipse-glsp/client" "1.1.0-RC04"
"@jsonforms/core" "3.0.0"
"@jsonforms/react" "3.0.0"
"@jsonforms/vanilla-renderers" "3.0.0"
"@open-bpmn/open-bpmn-model" "0.9.5"
"@open-bpmn/open-bpmn-model" "1.0.0"
balloon-css "^0.5.0"

"@parcel/[email protected]":
Expand Down

0 comments on commit 744ddb1

Please sign in to comment.