Skip to content

Commit ca97537

Browse files
chore: sync schema, editor, and version to workflow v0.9.0 (plugin v0.9.3)
1 parent 15f8826 commit ca97537

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ IDE support for [Workflow Engine](https://github.com/GoCodeAlone/workflow) confi
1212

1313
Works with all JetBrains IDEs: IntelliJ IDEA, GoLand, WebStorm, PyCharm, PhpStorm, Rider, CLion, RubyMine, and all other IntelliJ Platform-based products. Requires IDE version **2024.2 or later**.
1414

15-
This plugin targets **workflow engine v0.8.0+**. The bundled JSON schema and live templates are generated from the v0.8.0 registry.
15+
This plugin targets **workflow engine v0.9.0+**. The bundled JSON schema and live templates are generated from the v0.9.0 registry.
1616

1717
---
1818

@@ -98,8 +98,8 @@ The plugin zip is produced at `build/distributions/`. Install it via **Settings
9898
| Dependency | Purpose | Install |
9999
|---|---|---|
100100
| JDK 17+ | Building from source only | [Adoptium](https://adoptium.net/) |
101-
| `wfctl` | Tool actions and MCP server | `go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.8.0` |
102-
| `workflow-lsp-server` | LSP features (autocomplete, hover, diagnostics) | `go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.8.0` |
101+
| `wfctl` | Tool actions and MCP server | `go install github.com/GoCodeAlone/workflow/cmd/wfctl@v0.9.0` |
102+
| `workflow-lsp-server` | LSP features (autocomplete, hover, diagnostics) | `go install github.com/GoCodeAlone/workflow/cmd/workflow-lsp-server@v0.9.0` |
103103
| YAML plugin | YAML editing support | Bundled with most JetBrains IDEs |
104104
| LSP4IJ plugin | Enhanced LSP client bridge | Optional — install from Marketplace if LSP features are not working |
105105

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginGroup=com.gocodalone.workflow
22
pluginName=Workflow Engine
3-
pluginVersion=0.8.2
3+
pluginVersion=0.9.3
44

55
platformType=IC
66
platformVersion=2025.2

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<vendor url="https://github.com/GoCodeAlone">GoCodeAlone</vendor>
55

66
<description><![CDATA[
7-
<p>IDE support for Workflow Engine configuration files. Compatible with <strong>workflow engine v0.8.0+</strong>.</p>
7+
<p>IDE support for Workflow Engine configuration files. Compatible with <strong>workflow engine v0.9.0+</strong>.</p>
88
<ul>
99
<li>YAML schema validation and autocomplete for workflow configs</li>
1010
<li>Language Server Protocol (LSP) integration via workflow-lsp-server</li>
1111
<li>wfctl command integration: validate, inspect, init, run, schema</li>
1212
<li>Live templates for modules, pipelines, steps, triggers, and workflows</li>
1313
</ul>
14-
<p>Requires <a href="https://github.com/GoCodeAlone/workflow">Workflow Engine</a> v0.8.0+ and optionally the wfctl CLI.</p>
14+
<p>Requires <a href="https://github.com/GoCodeAlone/workflow">Workflow Engine</a> v0.9.0+ and optionally the wfctl CLI.</p>
1515
]]></description>
1616

1717
<depends>com.intellij.modules.platform</depends>

src/main/resources/editor/index.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-src/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@gocodealone/workflow-editor": "^0.8.0",
4+
"@gocodealone/workflow-editor": "^0.9.0",
55
"@vitejs/plugin-react": "^5.1.1",
66
"@xyflow/react": "^12.10.0",
77
"react": "^19.2.0",

0 commit comments

Comments
 (0)