@operato/app 9.0.33 → 9.0.34

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 +15 -15
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.34](https://github.com/hatiolab/operato/compare/v9.0.33...v9.0.34) (2025-09-15)
7
+
8
+ **Note:** Version bump only for package @operato/app
9
+
10
+
11
+
12
+
13
+
6
14
  ### [9.0.33](https://github.com/hatiolab/operato/compare/v9.0.32...v9.0.33) (2025-09-15)
7
15
 
8
16
  **Note:** Version bump only for package @operato/app
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/app",
3
3
  "description": "WebApplication production supporting components following open-wc recommendations",
4
4
  "author": "heartyoh",
5
- "version": "9.0.33",
5
+ "version": "9.0.34",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
8
8
  "module": "dist/src/index.js",
@@ -140,19 +140,19 @@
140
140
  "@graphql-tools/delegate": "^10.0.1",
141
141
  "@graphql-tools/wrap": "^8.5.0",
142
142
  "@material/web": "^2.0.0",
143
- "@operato/attachment": "^9.0.33",
144
- "@operato/data-grist": "^9.0.33",
145
- "@operato/font": "^9.0.33",
146
- "@operato/form": "^9.0.33",
147
- "@operato/graphql": "^9.0.21",
148
- "@operato/i18n": "^9.0.1",
149
- "@operato/input": "^9.0.33",
150
- "@operato/layout": "^9.0.32",
151
- "@operato/property-editor": "^9.0.33",
152
- "@operato/property-panel": "^9.0.33",
153
- "@operato/shell": "^9.0.21",
154
- "@operato/styles": "^9.0.1",
155
- "@operato/utils": "^9.0.21",
143
+ "@operato/attachment": "^9.0.34",
144
+ "@operato/data-grist": "^9.0.34",
145
+ "@operato/font": "^9.0.34",
146
+ "@operato/form": "^9.0.34",
147
+ "@operato/graphql": "^9.0.34",
148
+ "@operato/i18n": "^9.0.34",
149
+ "@operato/input": "^9.0.34",
150
+ "@operato/layout": "^9.0.34",
151
+ "@operato/property-editor": "^9.0.34",
152
+ "@operato/property-panel": "^9.0.34",
153
+ "@operato/shell": "^9.0.34",
154
+ "@operato/styles": "^9.0.34",
155
+ "@operato/utils": "^9.0.34",
156
156
  "cm6-graphql": "^0.0.14",
157
157
  "codemirror": "^6.0.1",
158
158
  "cronstrue": "^2.2.0",
@@ -193,5 +193,5 @@
193
193
  "prettier --write"
194
194
  ]
195
195
  },
196
- "gitHead": "1597806a79b9ecc945fee09c92a1595c6f718d18"
196
+ "gitHead": "0373ae0dc80a00b4d87b4d1d93d80a7b934064c9"
197
197
  }