@operato/process 9.0.31 → 9.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [9.0.32](https://github.com/heartyoh/ioperato/compare/v9.0.31...v9.0.32) (2025-09-14)
7
+
8
+ **Note:** Version bump only for package @operato/process
9
+
10
+
11
+
12
+
13
+
6
14
  ### [9.0.31](https://github.com/heartyoh/ioperato/compare/v9.0.30...v9.0.31) (2025-09-14)
7
15
 
8
16
  **Note:** Version bump only for package @operato/process
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/process",
3
- "version": "9.0.31",
3
+ "version": "9.0.32",
4
4
  "description": "Webcomponent for business process modeling following open-wc recommendations",
5
5
  "author": "heartyoh",
6
6
  "type": "module",
@@ -75,17 +75,17 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@open-wc/scoped-elements": "^2.1.3",
78
- "@operato/app": "^9.0.31",
79
- "@operato/board": "^9.0.31",
78
+ "@operato/app": "^9.0.32",
79
+ "@operato/board": "^9.0.32",
80
80
  "@operato/data-grist": "^9.0.28",
81
- "@operato/font": "^9.0.31",
81
+ "@operato/font": "^9.0.32",
82
82
  "@operato/graphql": "^9.0.21",
83
83
  "@operato/i18n": "^9.0.1",
84
84
  "@operato/input": "^9.0.26",
85
85
  "@operato/markdown": "^9.0.1",
86
86
  "@operato/popup": "^9.0.21",
87
- "@operato/property-editor": "^9.0.31",
88
- "@operato/property-panel": "^9.0.31",
87
+ "@operato/property-editor": "^9.0.32",
88
+ "@operato/property-panel": "^9.0.32",
89
89
  "@operato/styles": "^9.0.1",
90
90
  "@operato/utils": "^9.0.21",
91
91
  "@polymer/paper-dropdown-menu": "^3.2.0",
@@ -135,5 +135,5 @@
135
135
  "prettier --write"
136
136
  ]
137
137
  },
138
- "gitHead": "b2a9abb69005e3a79e5547edcbf6aa9b8954b66b"
138
+ "gitHead": "f7f2c89fda686e3154db7767133576431e0f8d2f"
139
139
  }