@operato/app 9.0.0-beta.6 → 9.0.0-beta.7
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.
- package/CHANGELOG.md +8 -0
- package/package.json +8 -8
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.0-beta.7](https://github.com/hatiolab/operato/compare/v9.0.0-beta.6...v9.0.0-beta.7) (2025-01-20)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/app
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [9.0.0-beta.6](https://github.com/hatiolab/operato/compare/v9.0.0-beta.5...v9.0.0-beta.6) (2025-01-20)
|
|
7
15
|
|
|
8
16
|
|
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.0-beta.
|
|
5
|
+
"version": "9.0.0-beta.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
@@ -148,15 +148,15 @@
|
|
|
148
148
|
"@graphql-tools/delegate": "^10.0.1",
|
|
149
149
|
"@graphql-tools/wrap": "^8.5.0",
|
|
150
150
|
"@material/web": "^2.0.0",
|
|
151
|
-
"@operato/attachment": "^9.0.0-beta.
|
|
152
|
-
"@operato/data-grist": "^9.0.0-beta.
|
|
153
|
-
"@operato/font": "^9.0.0-beta.
|
|
154
|
-
"@operato/form": "^9.0.0-beta.
|
|
151
|
+
"@operato/attachment": "^9.0.0-beta.7",
|
|
152
|
+
"@operato/data-grist": "^9.0.0-beta.7",
|
|
153
|
+
"@operato/font": "^9.0.0-beta.7",
|
|
154
|
+
"@operato/form": "^9.0.0-beta.7",
|
|
155
155
|
"@operato/graphql": "^9.0.0-beta.6",
|
|
156
156
|
"@operato/i18n": "^9.0.0-beta.5",
|
|
157
|
-
"@operato/input": "^9.0.0-beta.
|
|
157
|
+
"@operato/input": "^9.0.0-beta.7",
|
|
158
158
|
"@operato/layout": "^9.0.0-beta.6",
|
|
159
|
-
"@operato/property-editor": "^9.0.0-beta.
|
|
159
|
+
"@operato/property-editor": "^9.0.0-beta.7",
|
|
160
160
|
"@operato/shell": "^9.0.0-beta.6",
|
|
161
161
|
"@operato/styles": "^9.0.0-beta.6",
|
|
162
162
|
"@operato/utils": "^9.0.0-beta.6",
|
|
@@ -200,5 +200,5 @@
|
|
|
200
200
|
"prettier --write"
|
|
201
201
|
]
|
|
202
202
|
},
|
|
203
|
-
"gitHead": "
|
|
203
|
+
"gitHead": "5651545395e34a4ffa3e915d09fc2d2b9c433df3"
|
|
204
204
|
}
|